[odc] Daily src changes for 2008-02-21
ODC
auto at squish.net
Fri Feb 22 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-02-21
==========================================
distrib/sets share/man
sys/arch/amd64/conf sys/arch/i386/conf
sys/arch/sgi/dev sys/dev/ic
sys/dev/pci sys/kern
sys/netinet
== distrib =========================================================== 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/mi ~ lists/man/mi
> sync (pvalchev@)
== share ============================================================= 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/envy.4
> sync manual with code: basically replace "in" and "out" streams labels by
> "line" and remove a paragraph from the BUGS section. (ratchov@)
== sys =============================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/conf
~ GENERIC
> uncomment the entry to allow opl(4) to attach to cmpci(4).
> ok jakemsr@ dlg@ (brad@)
~ GENERIC
> enable envy(4) on amd64, untested.
> suggested by brad@, "i don't feel like objecting" deraadt@ (ratchov@)
arch/i386/conf
~ GENERIC
> enable envy(4) on i386
> ok jakemsr@, beck@, deraadt@ (ratchov@)
arch/sgi/dev
~ power.c
> There's no need to print the IRQ now that we have direct configuration.
> Cleanup the interrupt establishment code a little whilst we're here.
> ok miod@ jasper@ (jsing@)
~ mkbc.c
> There's no need to print the IRQ now that we have direct configuration.
> Cleanup the interrupt establishment code a little whilst we're here.
> ok miod@ (jsing@)
dev/ic
~ fxp.c ~ fxpreg.h
~ fxpvar.h
> Some fxp(4) chips do not like having their status/command registers
> accessed
> as 8-bit reads/writes even though they are 16-bit. This can cause the
> respective interfaces to lock up until the system is hard rebooted. Having
> the driver read/write to these registers as 16-bit entities resolves the
> instability.
> From mickey@
> ok krw@ sthen@ dlg@ (brad@)
dev/pci
~ envy.c ~ envyvar.h
> since now we have volume knobs, use next/prev pointers to attach
> outputs.lineN.source to them. Rename various labels to use "standard"
> names,
> ie AudioNxxx macros.
> ok jakemsr@ (ratchov@)
~ envy.c ~ envyreg.h
~ envyvar.h
> implement AK4524 input and output volume knobs and output mute switches.
> There are 8 gain knobs but only 4 mute switches because each codec has two
> channels but only one mute switch.
> ok jakemsr@ (ratchov@)
kern
~ kern_malloc.c
> Prevent possible free list corruption when malloc(9) sleeps.
> From NetBSD, kindly pointed out by YAMAMOTO Takashi.
> ok miod@ (kettenis@)
netinet
~ tcp_input.c ~ tcp_subr.c
~ tcp_timer.c ~ tcp_var.h
TAGGED OPENBSD_4_2
> MFC (markus)
> when creating a response, use the correct TCP header instead of
> relying on the mbuf chain layout; with claudio@ and krw@; ok henning@
> (henning@)
~ tcp_input.c ~ tcp_subr.c
~ tcp_timer.c ~ tcp_var.h
TAGGED OPENBSD_4_1
> MFC (markus)
> when creating a response, use the correct TCP header instead of
> relying on the mbuf chain layout; with claudio@ and krw@; ok henning@
> (henning@)
===============================================================================
More information about the odc
mailing list