aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-37/+0
* MFC:Yoshihiro Takahashi2000-09-101-425/+461
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-6/+1
* 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-011-17/+10
* MFC: Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-53/+13
* 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
* Fix pccard ed driver, I think.Warner Losh1999-12-101-2/+1
* Set port_used and mem_used to the resource size instead of 1.Yoshihiro Takahashi1999-11-181-2/+2
* 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
* 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
* Add pccard attachment. This won't work with memory mapped ed devicesWarner Losh1999-10-251-8/+0
* 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-151-295/+21
* * 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-201-5/+11
* 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
* Commit a checkpoint of an updated if_ed driver. This is pretty muchPeter Wemm1999-09-031-394/+470
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replaceKATO Takenori1999-09-021-4/+4
* The ed_probe_Novell should not clear id_maddr when it fails to probe.KATO Takenori1999-09-021-2/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-091-1/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+2
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-14/+59
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-12/+3
* Remove warning introduced by the last committer.Eivind Eklund1998-12-131-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-131-10/+7
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-2/+2
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Include <i386/isa/pnp.h> after including its prerequisiteBruce Evans1998-06-171-5/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-8/+8
* Don't use fast interrupts when initialized through PnP. if_ed doesEivind Eklund1998-03-291-2/+1
* Removed unused #includes.Bruce Evans1998-03-281-11/+1
* Support for "MAC address in CIS" type cards.Tatsumi Hosokawa1998-02-271-1/+9
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-14/+14
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1