aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-0/+2
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowToshihiko ARAI2000-12-181-38/+0
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-131-1/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-251-0/+6
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-121-2/+3
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-562/+439
* Newbusify ed driver.Seigo Tanimura2000-08-141-315/+458
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.Seigo Tanimura2000-07-231-66/+83
* 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-131-6/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardPaul Saab2000-06-291-17/+10
* 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-52/+12
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-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
* 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-392/+468
* - 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