Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 16:40:08 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/de Makefile src/sys/pci if_de.c if_devar.h
Message-ID:  <200507211640.j6LGe8Ep097544@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507211640.j6LGe8Ep097544>