summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Add support for pccard attachments of the ex driver. It supports theimp2000-09-293-3/+166
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+1
* Unused include: #include "ex.h"peter2000-06-101-2/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-17/+0
* Split out the ISA bus front end code into its own file. PCCARD attachmentmdodd2000-05-014-297/+472
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add 'bootverbose' debug messages to assist with tracking down problemsmdodd2000-03-131-5/+27
* Initial ifmedia support. Once I figure out autoselection I'll put themdodd2000-03-132-15/+113
* Pre 4.0 tidy up.peter2000-01-141-1/+1
* Cosmetic cleanups.mdodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-131-50/+51
* 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-162-0/+1083
OpenPOWER on IntegriCloud