DragonFly BSD
DragonFly commits List (threaded) for 2004-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/share/man/man4 bfe.4 Makefile miibus.4 src/sys/conf files src/sys/dev/netif Makefile src/sys/dev/netif/bfe Makefile if_bfe.c if_bfereg.h src/sys/i386/conf GENERIC LINT


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Feb 2004 03:56:12 -0800 (PST)

joerg       2004/02/27 03:56:12 PST

DragonFly src repository

  Modified files:
    share/man/man4       Makefile miibus.4 
    sys/conf             files 
    sys/dev/netif        Makefile 
    sys/i386/conf        GENERIC LINT 
  Added files:
    share/man/man4       bfe.4 
    sys/dev/netif/bfe    Makefile if_bfe.c if_bfereg.h 
  Log:
  Add bfe(4) support from FreeBSD.
  Initial code submitted by Peter Avalos <pavalos@xxxxxxxxxxxx>.
  
  Changes to the FreeBSD version:
  - make the code consistent w.r.t. style(9)
  - remove some unused entries from bfe_softc
  - use the PCI IDs from pcidevs.h
  - use BUS_DMA_WAITOK since the allocation is done in bfe_attach before
    the interrupt is registered and sleeping is therefore safe
  - fix some warnings in the code about signed/unsigned comparisions
  
  Revision  Changes    Path
  1.5       +1 -0      src/share/man/man4/Makefile
  1.4       +2 -0      src/share/man/man4/miibus.4
  1.54      +1 -0      src/sys/conf/files
  1.4       +1 -1      src/sys/dev/netif/Makefile
  1.10      +1 -0      src/sys/i386/conf/GENERIC
  1.23      +1 -0      src/sys/i386/conf/LINT


http://www.dragonflybsd.org/cvsweb/src/share/man/man4/Makefile.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/share/man/man4/miibus.4.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.53&r2=1.54&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/Makefile.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/GENERIC.diff?r1=1.9&r2=1.10&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.22&r2=1.23&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]