aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
Commit message (Expand)AuthorAgeFilesLines
* Add newbus attachment for pccard driver. Heavily tested by me, andWarner Losh1999-10-254-145/+216
* Fix includes. I missed this the first time around.Matthew N. Dodd1999-10-021-1/+3
* Duplicated '(' removed.Matthew N. Dodd1999-09-261-1/+1
* - Split out the ISA and PCCARD specific code.Matthew N. Dodd1999-09-266-605/+918
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Switch the order of a two tests so that the error actually has to occurDavid E. O'Brien1999-09-241-1/+1
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.David E. O'Brien1999-09-191-19/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Set ifp->if_init to the right function.Matthew N. Dodd1999-08-201-4/+6
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-3/+6
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-88/+5
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+2
* 3C574TX 16bit FastEtherlink PC-card support.Tatsumi Hosokawa1999-07-252-6/+40
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-3/+2
* Implement an EISA new-bus framework. The old driver probe mechanismPeter Wemm1999-04-181-115/+126
* Move the "fetch serial data" delay so that it is an inter-bit delay.Peter Dufault1999-01-311-5/+13
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-11/+3
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Removed unused #includes.Bruce Evans1998-03-281-6/+1
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+7
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Recognize 3C569 network interface when `PC98' is defined.KATO Takenori1997-11-271-2/+7
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-5/+1
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portJoerg Wunsch1997-10-271-2/+16
* Fix a comment about multicast; since the Etherlink III has noBill Fenner1997-10-271-4/+7
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-5/+4
* - Functional changes to PCCARD support.Nate Williams1997-10-261-29/+7
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-54/+49
* if_ep.c clarification/simplification.Jun-ichiro itojun Hagino1997-10-142-272/+91
* Add shared EISA interrupt support.Justin T. Gibbs1997-09-211-4/+8
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-11/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>KATO Takenori1996-12-191-1/+6
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-20/+1
* Fixed pessimized (short) i/o port type.Bruce Evans1996-11-111-2/+2
* Removed nested include if <sys/socket.h> from <net/if.h> andBruce Evans1996-10-121-1/+2
* Staticized. Things exported by linker sets should always be static.Bruce Evans1996-10-121-2/+2
* Various cleanups for remanents of devconf.Poul-Henning Kamp1996-09-081-3/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-062-66/+4