aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ex
Commit message (Expand)AuthorAgeFilesLines
* - Convert this driver to newbus.Matthew N. Dodd1999-10-161-516/+754
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-76/+4
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Set ifq_maxlen to default value. (This should be safe, it's not clearPeter Wemm1999-05-021-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-03-281-3/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+4
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-7/+3
* The previous commit broke support for the Pro/10; detect which sort ofMike Smith1997-09-261-7/+25
* Support Intel EtherExpress Pro 10+Mike Smith1997-09-121-4/+10
* Removed unused #includes.Bruce Evans1997-07-201-9/+0
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-1/+1
* Fix two typos in this driver that prevented it from working properly.Justin T. Gibbs1997-06-101-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-1/+1
* Add the ex driver (Intel EtherExpress Pro/10).Jordan K. Hubbard1997-01-162-0/+1083