summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.mdodd1999-10-011-1387/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-241-1/+1
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-191-19/+54
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Set ifp->if_init to the right function.mdodd1999-08-201-4/+6
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-88/+5
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-251-5/+31
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Move the "fetch serial data" delay so that it is an inter-bit delay.dufault1999-01-311-5/+13
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Removed unused includes.bde1998-06-211-2/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Removed unused #includes.bde1998-03-281-6/+1
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make INET a proper option.eivind1998-01-081-1/+7
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-271-2/+7
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+1
* Fix a comment about multicast; since the Etherlink III has nofenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-5/+4
* - Functional changes to PCCARD support.nate1997-10-261-29/+7
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-54/+49
* if_ep.c clarification/simplification.itojun1997-10-141-257/+89
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Removed unused #includes.bde1997-07-201-11/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>kato1996-12-191-1/+6
* Convert the interface address and IP interface address structureswollman1996-12-131-20/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-45/+2
* Under the heavy load for transmiting condition, it will be write erroramurai1996-07-271-2/+2
* Add interrupt register set up with original register valueamurai1996-07-191-2/+2
* Enable transmit complete interrupt...dg1996-07-131-2/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Whoops, I accidentally deleted a necessary ":" which is part of thenate1996-06-151-2/+2
* At long last, we know have support for the 3C589 in a FreeBSD releasenate1996-06-141-2/+211
* Better code for switching the ethernet transceiver.nate1996-06-141-30/+32
* Clean up -Wunused warnings.gpalmer1996-06-121-4/+3
* Properly determine the offset of the remaining bytes we need to transfergibbs1996-05-241-2/+2
* Fix media type determination.gibbs1996-02-281-6/+3
* Clean up the 3c5x9 driver and add an eisaconf probe to it. This shouldgibbs1996-02-261-182/+240
* - Properly set the watchdog timer only during transmits.gibbs1996-02-131-26/+35
* Clean up Ethernet drivers:wollman1996-02-061-8/+10
OpenPOWER on IntegriCloud