aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ex
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-203-16/+16
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Warning police:John Baldwin2001-01-192-2/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Add support for pccard attachments of the ex driver. It supports theWarner Losh2000-09-293-3/+166
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+1
* Unused include: #include "ex.h"Peter Wemm2000-06-101-2/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-17/+0
* Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd2000-05-014-297/+472
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add 'bootverbose' debug messages to assist with tracking down problemsMatthew N. Dodd2000-03-131-5/+27
* Initial ifmedia support. Once I figure out autoselection I'll put theMatthew N. Dodd2000-03-132-15/+113
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Cosmetic cleanups.Matthew N. Dodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this laterMatthew N. Dodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codeMatthew N. Dodd2000-01-131-50/+51
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcMatthew N. Dodd1999-11-031-1/+1
* - 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