[odc] Daily src changes for 2007-08-04
ODC
auto at squish.net
Sun Aug 5 07:00:01 BST 2007
OpenBSD src changes summary for 2007-08-04
==========================================
sys/arch/amd64/pci sys/arch/i386/pci
sys/arch/sparc64/conf sys/arch/sparc64/dev
sys/arch/sparc64/include sys/arch/sparc64/sparc64
sys/dev/ic sys/dev/pci
sys/dev/pcmcia sys/kern
sys/ufs/ffs usr.sbin/ntpd
== sys =============================================================== 01/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/pci
~ agp_machdep.c
> Add AGP support for the intel i965 chipset, this also extends the
> internal AGP API to work with 64bit PCI-Express memory and
> non-standard AGP aperture bases.
> tested by many
> ok matthieu@, deraadt@ (reyk@)
arch/i386/pci
~ agp_machdep.c
> Add AGP support for the intel i965 chipset, this also extends the
> internal AGP API to work with 64bit PCI-Express memory and
> non-standard AGP aperture bases.
> tested by many
> ok matthieu@, deraadt@ (reyk@)
arch/sparc64/conf
~ files.sparc64
> rbus for sparc64
> ok deraadt@ (kettenis@)
~ GENERIC
> Enable CardBus bus support, and add ne(4).
> ok deraadt@ (kettenis@)
arch/sparc64/dev
~ pci_machdep.c
> Add missing pci_intr_line() implementation.
> ok deraadt@ (kettenis@)
~ psycho.c
> Add sparc_bus_addr member to struct sparc_bus_space_tag. This function
> maps
> a bus_space_handle_t back to a bus_addr_t. Needed for rbus.
> Only implemented for mainbus(4) and psycho(4) for now; schizo(4) and
> pyro(4)
> will follow soon.
> ok deraadt@ (kettenis@)
arch/sparc64/include
~ pci_machdep.h
> Add missing pci_intr_line() implementation.
> ok deraadt@ (kettenis@)
~ bus.h
> Add sparc_bus_addr member to struct sparc_bus_space_tag. This function
> maps
> a bus_space_handle_t back to a bus_addr_t. Needed for rbus.
> Only implemented for mainbus(4) and psycho(4) for now; schizo(4) and
> pyro(4)
> will follow soon.
> ok deraadt@ (kettenis@)
+ rbus_machdep.h
> rbus for sparc64
> ok deraadt@ (kettenis@)
arch/sparc64/sparc64
~ machdep.c
> Add sparc_bus_addr member to struct sparc_bus_space_tag. This function
> maps
> a bus_space_handle_t back to a bus_addr_t. Needed for rbus.
> Only implemented for mainbus(4) and psycho(4) for now; schizo(4) and
> pyro(4)
> will follow soon.
> ok deraadt@ (kettenis@)
+ rbus_machdep.c
> rbus for sparc64
> ok deraadt@ (kettenis@)
dev/ic
~ aic7xxx_openbsd.c ~ aic7xxxvar.h
> Since ahc_controller_info()'s definition is inside #ifndef DEBUG, put
> it's declaration and only use inside #ifndef DEBUG too. Lets DEBUG
> kernel compile again. Non-DEBUG kernel still compiles too. (krw@)
dev/pci
~ agp.c ~ agp_ali.c
~ agp_amd.c ~ agp_i810.c
~ agp_intel.c ~ agp_sis.c
~ agp_via.c ~ agpreg.h
~ agpvar.h
> Add AGP support for the intel i965 chipset, this also extends the
> internal AGP API to work with 64bit PCI-Express memory and
> non-standard AGP aperture bases.
> tested by many
> ok matthieu@, deraadt@ (reyk@)
dev/pcmcia
~ if_malo.c
> o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus.
> o Add /* FALLTHROUGH */'s to state handler (spotted by claudio@).
> o Adapt debug levels.
> OK claudio@ (mglocker@)
kern
~ kern_proc.c
> Allow ddb>ps to print the full name of the wait state. Things like
> "flt_noram1" would get truncated otherwise.
> ok deraadt (ckuethe@)
ufs/ffs
~ ffs_vfsops.c
> When we're writing out the summary information and fail on some block
> we'll just randomly brelse a random block that might or might no have
> been the block that failed. Which wouldn't be necessary anyway since
> bwrite releases the block wether the write succeeded or not. And if
> someone won the race for that block (perfectly possible since we're
> sleeping in this function) we'll just release a live block under his
> feet.
> beck@ ok (art@)
== usr.sbin ========================================================== 02/02 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
ntpd
~ ntp.c ~ ntpd.h
~ sensors.c
> This diff makes ntpd poll for sensors more aggressively when the use of
> sensors is requested, but no sensors are found.
> ok henning (ckuethe@)
===============================================================================
More information about the odc
mailing list