summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcmdodd1999-11-031-1/+1
* - Convert this driver to newbus.mdodd1999-10-161-516/+754
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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-76/+4
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Set ifq_maxlen to default value. (This should be safe, it's not clearpeter1999-05-021-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Removed unused #includes.bde1998-03-281-3/+1
* Make INET a proper option.eivind1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-7/+3
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-261-7/+25
* Support Intel EtherExpress Pro 10+msmith1997-09-121-4/+10
* Removed unused #includes.bde1997-07-201-9/+0
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-1/+1
* Fix two typos in this driver that prevented it from working properly.gibbs1997-06-101-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
* Add the ex driver (Intel EtherExpress Pro/10).jkh1997-01-161-0/+929
OpenPOWER on IntegriCloud