cvs commit: src/sys/pci if_de.c
John Baldwin
jhb at FreeBSD.org
Thu Jul 21 16:42:25 GMT 2005
jhb 2005-07-21 16:42:21 UTC
FreeBSD src repository
Modified files:
sys/pci if_de.c
Log:
Don't set if_start to tulip_ifstart all over the place. It is already
set in tulip_attach() and its value is never changed, so all the extra sets
are redundant. I'm guessing that at some point in time de(4) had an
alternate start routine, but that hasn't been true in recent history.
Revision Changes Path
1.164 +0 -6 src/sys/pci/if_de.c
More information about the cvs-src
mailing list