jhb         2008-09-10 18:36:58 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
    share/man/man4/man4.i386 Makefile 
    sys/boot/forth       loader.conf 
    sys/conf             files.i386 files.pc98 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
    sys/pc98/conf        NOTES 
  Added files:
    share/man/man4/man4.i386 sbni.4 
    sys/dev/sbni         if_sbni.c if_sbni_isa.c if_sbni_pci.c 
                         if_sbnireg.h if_sbnivar.h 
    sys/modules/sbni     Makefile 
  Log:
  SVN rev 182912 on 2008-09-10 18:36:58Z by jhb
  
  Resurrect the sbni(4) driver.  Someone finally tested the MPSAFE patches and
  the driver worked ok with them.
  
  Tested by:      friends of yar
  
  Revision  Changes    Path
  1.158     +0 -5      src/ObsoleteFiles.inc
  1.193     +2 -0      src/share/man/man4/man4.i386/Makefile
  1.4       +132 -0    src/share/man/man4/man4.i386/sbni.4 (new)
  1.133     +1 -0      src/sys/boot/forth/loader.conf
  1.607     +3 -0      src/sys/conf/files.i386
  1.367     +2 -0      src/sys/conf/files.pc98
  1.27      +1364 -0   src/sys/dev/sbni/if_sbni.c (new)
  1.18      +167 -0    src/sys/dev/sbni/if_sbni_isa.c (new)
  1.15      +191 -0    src/sys/dev/sbni/if_sbni_pci.c (new)
  1.4       +106 -0    src/sys/dev/sbni/if_sbnireg.h (new)
  1.8       +160 -0    src/sys/dev/sbni/if_sbnivar.h (new)
  1.1263    +6 -0      src/sys/i386/conf/NOTES
  1.588     +3 -1      src/sys/modules/Makefile
  1.3       +10 -0     src/sys/modules/sbni/Makefile (new)
  1.94      +6 -0      src/sys/pc98/conf/NOTES
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to