summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-181-0/+2
* network interface driver changes:sam2002-11-141-1/+1
* add some devices from NetBSDimp2002-10-111-1/+9
* integrate from p4 repo:imp2002-07-221-9/+16
* More newcard devices:imp2002-04-021-1/+14
* Add EDIMAX ethernet card for NEWCARD from NetBSDimp2002-01-291-0/+2
* Comment out some bogus entries. somehow they match everything, whichimp2001-11-201-5/+4
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesimp2001-11-151-6/+20
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-174/+48
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-133/+133
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+16
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-221-6/+10
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+94
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillimp2001-01-211-5/+371
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* Minor newbus/style(9) cleanups.imp2000-12-261-64/+70
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-1/+43
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
* Fix problem with ax88190 based cards trying to probe further afterimp2000-12-131-0/+1
* Argh, I have fixed this cut/paste error twice before. I must havepeter2000-11-251-3/+3
* Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-251-2/+29
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Allocate memory resource to access the attribute memory of a card.tanimura2000-09-251-65/+24
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-1/+3
* - Fixed the conversion to bus_space interface.nyan2000-08-171-15/+69
* Newbusify ed driver.tanimura2000-08-141-69/+10
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-0/+157
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-291-5/+7
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeimp2000-04-281-2/+2
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-1/+0
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-211-0/+10
* Fix pccard ed driver, I think.imp1999-12-101-1/+3
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-4/+5
* Kill unneeded #includes. They were left over from the short period ofimp1999-11-201-4/+0
* Set port_used and mem_used to the resource size instead of 1.nyan1999-11-181-2/+2
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-281-6/+0
* Have only one attach routine, rather than two.imp1999-10-251-4/+2
* Add pccard attachment. This won't work with memory mapped ed devicesimp1999-10-251-92/+67
* Break out the bus front end code into separate files.mdodd1999-10-151-0/+186
OpenPOWER on IntegriCloud