aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-12-245-3/+132
* Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but inWarner Losh2003-10-064-4/+4
* MFC: ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.Takanori Watanabe2002-07-291-0/+1
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-11/+6
* MFC: Fix return from probe(), this enables HP PCLAN+ cards again.Jeroen Ruigrok van der Werven2001-10-311-1/+1
* MFC: add miibus support for the Dlink DL10022 chips, as found onIan Dowse2001-07-254-0/+288
* MFC: fix a serious bug in the ed driver when very short packets areLuigi Rizzo2001-02-081-5/+11
* MFC: Additional flag 0x80000 for Linksys type cards.Toshihiko ARAI2001-01-174-40/+48
* MFC:Yoshihiro Takahashi2000-09-106-459/+774
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-232-0/+1870
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-172-7/+2
* MFC: [rev 1.180] ed_ioctl() can be called from ifpromisc() afterPaul Saab2000-07-111-1/+1
* MFC: Only detect Linksys PCMCIA cards when in a pccard environment.Paul Saab2000-07-013-22/+18
* MFC: Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* MFC: 1.10, 1.11 (probe order and unload message)Warner Losh2000-05-271-3/+2
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-52/+12
* MFC: 1.175 1.176: remove check against valid OUIs for LinksysWarner Losh2000-03-201-7/+0
* MFC: add linksys OUIPeter Wemm2000-03-171-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-98/+65
* 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-432/+510
* - 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
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-091-1/+3