summaryrefslogtreecommitdiff
path: root/sys/dev/ex
AgeCommit message (Expand)Author
2003-03-29- Declare ex_devclass in if_ex.cMatthew N. Dodd
2003-03-29- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd
2003-03-29Reformat for readability.Matthew N. Dodd
2003-03-29Don't panic if we aren't plugged into a hub.Matthew N. Dodd
2003-03-28Multicast support, gleaned from NetBSD's if_iy driver.Matthew N. Dodd
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-03-20Remove __P.Alfred Perlstein
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2001-01-19Warning police:John Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-09-29Add support for pccard attachments of the ex driver. It supports theWarner Losh
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-06-10Unused include: #include "ex.h"Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-05-01Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd
2000-04-19Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp
2000-03-13Add 'bootverbose' debug messages to assist with tracking down problemsMatthew N. Dodd
2000-03-13Initial ifmedia support. Once I figure out autoselection I'll put theMatthew N. Dodd
2000-01-14Pre 4.0 tidy up.Peter Wemm
2000-01-13Cosmetic cleanups.Matthew N. Dodd
2000-01-13Implement a DEVICE_IDENTIFY method. I want to revisit some of this laterMatthew N. Dodd
2000-01-13When I converted this driver to newbus I also cleaned up the codeMatthew N. Dodd
1999-11-03Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcMatthew N. Dodd
1999-10-16- Convert this driver to newbus.Matthew N. Dodd
1999-09-25Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-18Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd
1999-08-18SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-05-02Set ifq_maxlen to default value. (This should be safe, it's not clearPeter Wemm
1999-01-28 Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-03-28Removed unused #includes.Bruce Evans
1998-01-08Make INET a proper option.Eivind Eklund
1997-12-15Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund
1997-11-07Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp
1997-09-26The previous commit broke support for the Pro/10; detect which sort ofMike Smith
1997-09-12Support Intel EtherExpress Pro 10+Mike Smith
1997-07-20Removed unused #includes.Bruce Evans
1997-07-01Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans
1997-06-10Fix two typos in this driver that prevented it from working properly.Justin T. Gibbs
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans
1997-01-16Add the ex driver (Intel EtherExpress Pro/10).Jordan K. Hubbard