summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+144
* Whoops... forgotten a few pieces in previous patch:luigi2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetluigi2001-02-081-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Minor newbus/style(9) cleanups.imp2000-12-261-0/+2
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-38/+0
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-1/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-251-0/+6
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-2/+3
* - Fixed the conversion to bus_space interface.nyan2000-08-171-562/+439
* Newbusify ed driver.tanimura2000-08-141-315/+458
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-66/+83
* Fix the IRQ9/IRQ2 confusion.phk2000-07-181-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-291-17/+10
* 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
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-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
* Fix pccard ed driver, I think.imp1999-12-101-2/+1
* Set port_used and mem_used to the resource size instead of 1.nyan1999-11-181-2/+2
* 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
* Add comments to Linksys probe code.imp1999-10-281-7/+20
* add support for LinkSys 10/100 cardsjmb1999-10-261-4/+37
* Add pccard attachment. This won't work with memory mapped ed devicesimp1999-10-251-8/+0
* 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-151-295/+21
* * 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-201-5/+11
* 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
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-031-394/+470
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-021-4/+4
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-021-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-8/+8
* #ifdef BRIDGE around a goto label used by the bridge code to silcence apeter1999-05-091-1/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-5/+2
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-171-14/+59
OpenPOWER on IntegriCloud