summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* 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
* The sense of probes has inverted. They return an error, rather thanpeter1999-09-131-7/+7
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-5/+5
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-032-434/+512
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-021-2/+6
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Rename bpfilter to bpf.des1999-07-061-8/+8
OpenPOWER on IntegriCloud