aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xe
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variable.Warner Losh2002-02-261-1/+0
* Update xe driver to probe and attach in a NEWCARD kernel.Takeshi Shibagaki2002-02-203-310/+365
* Add some seat belts. If we set the error rc, then return it and don'tWarner Losh2001-08-291-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-4/+4
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Tag unused functions with __unused.John Baldwin2001-01-231-2/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-9/+2
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsWarner Losh2000-07-101-2/+3
* Add support for the modem side of the 56k combo card.Warner Losh2000-05-301-77/+77
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-23/+1
* Now that I've got reports that this works, let's turn the debugging off.Warner Losh2000-05-011-4/+0
* Return 0 from attach.Warner Losh2000-04-291-1/+1
* First cut at adding CIS reading to xe driver. I don't have a cardWarner Losh2000-04-252-9/+16
* o Preliminary support for mapping the CIS by the driver.Warner Losh2000-04-201-4/+6
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-2/+0
* Remove #if 0'ed reference to isa_device->id_alivePeter Wemm2000-01-231-1/+0
* Move xe driver from dev/pccard to dev/xe. Convert driver to newbus.Warner Losh2000-01-103-536/+397
* Disable old PCCARD_MODULE code.Warner Losh1999-10-291-0/+2
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Restore vendor $Id$ now that it won't be clobbered.Peter Wemm1999-09-232-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Wrap the definition of "XE_DEBUG" so it is overridable from the ``cc''David E. O'Brien1999-06-221-0/+2
* Fix conflicts.David E. O'Brien1999-06-222-120/+214
* Virgin import of Xircom PCCARD driver v1.20 (1999/06/13):David E. O'Brien1999-06-221-114/+514
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-0/+8
* if_xe* now lives in sys/dev/pccard/David E. O'Brien1999-05-141-1/+2
* Virgin import of Xircom PCCARD driver v1.19.David E. O'Brien1999-05-141-78/+63
* Virgin import of Xircom PCCARD driver v1.18David E. O'Brien1999-05-141-14/+160
* Virgin import of Xircom PCCARD driver v1.17David E. O'Brien1999-05-141-34/+87
* Virgin import of Xircom PCCARD driver v1.16.David E. O'Brien1999-05-141-4/+6
* Virgin import of Xircom PCCARD driver v1.15David E. O'Brien1999-05-141-5/+9
* Virgin import of Xircom PCCARD driver v1.14David E. O'Brien1999-05-142-1303/+1373
* Virgin import of Xircom PCCARD driver v1.13David E. O'Brien1999-05-142-0/+2439