aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.Takanori Watanabe2002-07-261-0/+1
* integrate from p4 repo:Warner Losh2002-07-221-9/+16
* More newcard devices:Warner Losh2002-04-021-1/+14
* Remove __P.Alfred Perlstein2002-03-205-70/+68
* Add EDIMAX ethernet card for NEWCARD from NetBSDWarner Losh2002-01-291-0/+2
* Patch to allow the ed driver interrupt routine to terminate if theWarner Losh2001-11-241-4/+17
* Comment out some bogus entries. somehow they match everything, whichWarner Losh2001-11-201-5/+4
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesWarner Losh2001-11-151-6/+20
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-174/+48
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-133/+133
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-3/+1
* Always compile in bridge hooks, or this code will not work (efficiently) withLuigi Rizzo2001-11-011-8/+4
* Fix obvious bug where return from probe was botched.Jeroen Ruigrok van der Werven2001-10-311-1/+1
* Make this compile again after the changes to make bridge kld'ableLuigi Rizzo2001-10-071-3/+3
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beIan Dowse2001-09-293-0/+38
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-035-0/+277
* Whoops... forgotten a few pieces in previous patch:Luigi Rizzo2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetLuigi Rizzo2001-02-081-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* 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-65/+24
* 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-53/+13
* 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