cvs commit: src/sys/modules/de Makefile src/sys/pci if_de.c if_devar.h

John Baldwin jhb at FreeBSD.org
Thu Jul 21 16:40:12 GMT 2005


jhb         2005-07-21 16:40:08 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/de       Makefile 
    sys/pci              if_de.c if_devar.h 
  Log:
  Remove conditional code that has largely rotted that is also not on by
  default:
  - TULIP_NEED_FASTTIMEOUT - tulip_fasttimeout() wasn't called anywhere
  - BIG_PACKET - only worked on i386 anyway
  - TULIP_USE_SOFTINTR - doesn't compile and was never updated to handle
    new netisr registration
  - non-FreeBSD code
  
  Revision  Changes    Path
  1.4       +0 -4      src/sys/modules/de/Makefile
  1.163     +13 -222   src/sys/pci/if_de.c
  1.35      +0 -11     src/sys/pci/if_devar.h


More information about the cvs-all mailing list