summaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-100/+67
* 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
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-15/+0
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onPeter Wemm1999-09-202-6/+16
* The sense of probes has inverted. They return an error, rather thanPeter Wemm1999-09-131-7/+7
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* Commit a checkpoint of an updated if_ed driver. This is pretty muchPeter Wemm1999-09-032-434/+512
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replaceKATO Takenori1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.KATO Takenori1999-09-021-2/+6
* This is part of an untested set of changes to the ed driver to supportDoug Rabson1999-09-011-0/+90
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1