aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillWarner Losh2001-01-211-5/+371
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+0
* Minor newbus/style(9) cleanups.Warner Losh2000-12-266-87/+93
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.Toshihiko ARAI2000-12-201-2/+0
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowToshihiko ARAI2000-12-183-39/+44
* Call ed_probe_Novel in the AX88190 case as well.Warner Losh2000-12-171-1/+1
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-134-5/+0
* Fix problem with ax88190 based cards trying to probe further afterWarner Losh2000-12-131-0/+1
* Argh, I have fixed this cut/paste error twice before. I must havePeter Wemm2000-11-251-3/+3
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-252-2/+35
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatMike Smith2000-10-154-4/+4
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Allocate memory resource to access the attribute memory of a card.Seigo Tanimura2000-09-251-62/+21
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-123-4/+7
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-177-608/+2504
* Newbusify ed driver.Seigo Tanimura2000-08-143-389/+482
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.Seigo Tanimura2000-07-234-76/+273
* Fix the IRQ9/IRQ2 confusion.Poul-Henning Kamp2000-07-181-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-132-7/+2
* Only try to detect Linksys PCMCIA cards when we are in a pccardPaul Saab2000-06-293-22/+18
* Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* ed_ioctl() can be called from ifpromisc() after the card has been removed,Poul-Henning Kamp2000-06-011-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-52/+12
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeWarner Losh2000-04-281-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-171-1/+0
* Bogusly returned zero always. Return 1 if we pass the checksum.Warner Losh2000-03-201-1/+1
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isWarner Losh2000-03-201-8/+1
* Add another Linksys OUI.Warner Losh2000-03-131-1/+3
* Propagate MAC address in CIS tupple to dev/ed/ driver.Tatsumi Hosokawa2000-01-211-0/+10
* Fix pccard ed driver, I think.Warner Losh1999-12-103-3/+5
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-011-4/+5
* I forgot to remove the "NCARD == 0" hacks that kept this driverMatthew N. Dodd1999-11-202-8/+0
* Kill unneeded #includes. They were left over from the short period ofWarner Losh1999-11-201-4/+0
* Set port_used and mem_used to the resource size instead of 1.Yoshihiro Takahashi1999-11-183-6/+6
* fix misordering of two lines in this file.Jonathan M. Bresler1999-11-021-1/+1
* rearrange order of tests for NE1000, NE2000, and LinksysJonathan M. Bresler1999-11-011-17/+21
* Change Linksys registers base/offset.Yoshihiro Takahashi1999-10-311-6/+8
* Last change to pccard_nbk now obviates the need to check the name ofWarner Losh1999-10-281-6/+0
* Add comments to Linksys probe code.Warner Losh1999-10-281-7/+20
* add support for LinkSys 10/100 cardsJonathan M. Bresler1999-10-261-4/+37
* Have only one attach routine, rather than two.Warner Losh1999-10-251-4/+2
* Add pccard attachment. This won't work with memory mapped ed devicesWarner Losh1999-10-252-98/+65
* Fix compiling PCCARD kernels.Matthew N. Dodd1999-10-241-0/+4
* This fixes the problem with SMC NE2000 cards hanging the box onMatthew N. Dodd1999-10-181-0/+1
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itMatthew N. Dodd1999-10-154-306/+72
* Break out the bus front end code into separate files.Matthew N. Dodd1999-10-152-0/+344
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-22/+11