summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
...
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* Minor newbus/style(9) cleanups.imp2000-12-266-87/+93
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-183-39/+44
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-134-5/+0
* 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-252-2/+35
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-154-4/+4
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+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-123-4/+7
* - Fixed the conversion to bus_space interface.nyan2000-08-177-608/+2504
* Newbusify ed driver.tanimura2000-08-143-389/+482
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-234-76/+273
* Fix the IRQ9/IRQ2 confusion.phk2000-07-181-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-132-7/+2
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-293-22/+18
* Allow newer Linksys 10/100 PCMCIA cards to work.ps2000-06-181-12/+10
* ed_ioctl() can be called from ifpromisc() after the card has been removed,phk2000-06-011-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-53/+13
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* sanpai-san (sanpai@sanpai.org) suggested that we put the novel probeimp2000-04-281-2/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-1/+0
* Bogusly returned zero always. Return 1 if we pass the checksum.imp2000-03-201-1/+1
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isimp2000-03-201-8/+1
* Add another Linksys OUI.imp2000-03-131-1/+3
* Propagate MAC address in CIS tupple to dev/ed/ driver.hosokawa2000-01-211-0/+10
* Fix pccard ed driver, I think.imp1999-12-103-3/+5
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-011-4/+5
* I forgot to remove the "NCARD == 0" hacks that kept this drivermdodd1999-11-202-8/+0
* 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-183-6/+6
* fix misordering of two lines in this file.jmb1999-11-021-1/+1
* rearrange order of tests for NE1000, NE2000, and Linksysjmb1999-11-011-17/+21
* Change Linksys registers base/offset.nyan1999-10-311-6/+8
* Last change to pccard_nbk now obviates the need to check the name ofimp1999-10-281-6/+0
* Add comments to Linksys probe code.imp1999-10-281-7/+20
* add support for LinkSys 10/100 cardsjmb1999-10-261-4/+37
* 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-252-100/+67
* Fix compiling PCCARD kernels.mdodd1999-10-241-0/+4
* This fixes the problem with SMC NE2000 cards hanging the box onmdodd1999-10-181-0/+1
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-154-306/+72
* Break out the bus front end code into separate files.mdodd1999-10-152-0/+344
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-22/+11
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-15/+0
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-202-6/+16
OpenPOWER on IntegriCloud