[odc] Daily src changes for 2008-02-17

ODC auto at squish.net
Mon Feb 18 07:00:01 GMT 2008


OpenBSD src changes summary for 2008-02-17
==========================================

sbin/isakmpd                            share/man
sys/arch/amd64/conf                     sys/arch/i386/conf
sys/arch/sparc64/dev                    sys/dev
sys/dev/cardbus                         sys/dev/ic
sys/dev/isa                             sys/dev/pci
sys/uvm                                 

== sbin ============================================================== 01/03 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sbin

isakmpd

  ~ conf.c                                ~ isakmpd.conf.5

  > Define default configurations for AES-192 and AES-256.  From Mitja Muzenic
  > <mitja at muzenic dot net>, diff provided already quite some time ago,
  > many many thanks.  This should have gone in months ago but I was slacking,
  > sorry for that. (hshoexer@)

== share ============================================================= 02/03 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man4/Makefile                         + man4/wbsio.4

  > wbsio(4) (kettenis@)

  ~ man4/lm.4                             

  > lm(4) attaches to wbsio(4) too now. (kettenis@)

  ~ man4/isa.4                            

  > Mention wbsio(4). (kettenis@)

  ~ man4/wbsio.4                          ~ man4/lm.4
  ~ man4/isa.4                            

  > have lm and wbsio Xr each other, and some tweak;
  > sync Nd entries for sensors; (jmc@)

  ~ man4/viapm.4                          

  > mention the VIA VT8237S south bridge.
  > ok dlg@ (brad@)

== sys =============================================================== 03/03 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/amd64/conf

  ~ GENERIC                               

  > Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.
  > ok henning@ (kettenis@)

arch/i386/conf

  ~ GENERIC                               

  > Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.
  > ok henning@ (kettenis@)

arch/sparc64/dev

  ~ ebus.c                                

  > We're not printing interrupt priority levels (ot whatever ipl stands for)
  > but
  > interrupt vectors, so change it to ivec and print them in hex. (kettenis@)

dev

  ~ softraid_crypto.c                     

  > add my copyright, too. (hshoexer@)

  ~ softraid_crypto.c                     ~ softraidvar.h

  > Add propper key encryption.
  > ok marco@ (hshoexer@)

  ~ softraid_crypto.c                     

  > Kill stray comment (marco@)

  ~ softraidvar.h                         

  > Add "in blocks" to disk size discriptors so that I don't have to read
  > code single time I look at it. (marco@)

dev/cardbus

  ~ if_re_cardbus.c                       

  > Simplify the hw revision handling by removing the use of the
  > rl_type softc field and only relying on the sc_hwrev softc
  > field thoughout the driver.
  > Tested by a number of users from tech@
  > ok dlg@ (brad@)

dev/ic

  ~ re.c                                  ~ rtl81x9reg.h

  > Simplify the hw revision handling by removing the use of the
  > rl_type softc field and only relying on the sc_hwrev softc
  > field thoughout the driver.
  > Tested by a number of users from tech@
  > ok dlg@ (brad@)

dev/isa

  ~ files.isa                             ~ lm78_isa.c
  + wbsio.c                               

  > Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.
  > ok henning@ (kettenis@)

dev/pci

  ~ pcidevs                               

  > add two PLX PCIe bridges.
  > ok dlg@ (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs                               

  > remove bogus Intel E1000 PCI ids.
  > From FreeBSD
  > ok dlg@ (brad@)

  ~ eso.c                                 

  > some cleaning.
  > - ANSI
  > - remove use of static
  > - remove some #ifdef's
  > - remove some white space
  > ok jakemsr@ dlg@ (brad@)

  ~ if_re_pci.c                           

  > Simplify the hw revision handling by removing the use of the
  > rl_type softc field and only relying on the sc_hwrev softc
  > field thoughout the driver.
  > Tested by a number of users from tech@
  > ok dlg@ (brad@)

  ~ if_bge.c                              

  > - Correct clearing of the IFF_OACTIVE flag by ensuring the flag is
  > only cleared if there is enough slack space since bge_encap() will
  > return anyway and IFF_OACTIVE will be set again.
  > - Only reset the watchdog timer when all packets have been processed.
  > - Have bge_start() do a fast return if the adapter is not running or
  > the IFF_OACTIVE flag is set.
  > Tested by brad@, chl@, krw@, landry@, sthen@ and Johan Mson Lindman.
  > ok dlg@ (brad@)

  ~ if_bnx.c                              

  > Remove the check for non-production bnx(4) chipsets. These chipsets are
  > not officially "supported" and could have errata which the driver does
  > not workaround but they should more or less work.
  > Tested by marco@ with a BCM5708 B0 chipset.
  > ok marco@ dlg@ (brad@)

  ~ viapm.c                               

  > Add the VIA VT8237S south bridge.
  > Tested by Antsnio Marques <froz at icix dot org> with a ASUS M2V-MX board.
  > ok dlg@ (brad@)

uvm

  ~ uvm_param.h                           

  > Add back cast in ptoa() to prevent problems with integer overflow.
  > Proper casts should be added to all invocations of ptoa() before this cast
  > can be removed again.
  > ok toby@, marco@, miod@ (kettenis@)

===============================================================================


More information about the odc mailing list