cvs commit: src ObsoleteFiles.inc src/share/man/man4 Makefile sbsh.4 src/sys/conf NOTES files src/sys/dev/sbsh if_sbsh.c if_sbshreg.h src/sys/modules Makefile src/sys/modules/sbsh Makefile

John Baldwin jhb at FreeBSD.org
Fri Jul 4 21:28:41 UTC 2008


jhb         2008-07-04 21:24:35 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
    share/man/man4       Makefile 
    sys/conf             NOTES files 
    sys/modules          Makefile 
  Removed files:
    share/man/man4       sbsh.4 
    sys/dev/sbsh         if_sbsh.c if_sbshreg.h 
    sys/modules/sbsh     Makefile 
  Log:
  SVN rev 180267 on 2008-07-04 21:24:35Z by jhb
  
  Remove the sbsh(4) driver.  No one responded to requests for testing the
  MPSAFE patches on current@ and stable at .  This driver also has a fundamental
  issue in that it sleeps when sending commands to the card including in the
  if_init/if_start routines (which can be called from interrupt context).  As
  such, the driver shouldn't be working reliably even on 4.x.
  
  Revision  Changes    Path
  1.150     +3 -0      src/ObsoleteFiles.inc
  1.421     +0 -2      src/share/man/man4/Makefile
  1.5       +0 -82     src/share/man/man4/sbsh.4 (dead)
  1.1498    +0 -2      src/sys/conf/NOTES
  1.1314    +0 -1      src/sys/conf/files
  1.21      +0 -1094   src/sys/dev/sbsh/if_sbsh.c (dead)
  1.3       +0 -194    src/sys/dev/sbsh/if_sbshreg.h (dead)
  1.579     +0 -1      src/sys/modules/Makefile
  1.2       +0 -8      src/sys/modules/sbsh/Makefile (dead)


More information about the cvs-src mailing list