| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Add Allied Telesis SIC-AT boards support. | Takeshi Shibagaki | 2003-12-24 | 5 | -3/+132 |
| * | Driver names for DRIVER_MODULE in current are 'ed' and 'ep', but in | Warner Losh | 2003-10-06 | 4 | -4/+4 |
| * | MFC: ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID. | Takanori Watanabe | 2002-07-29 | 1 | -0/+1 |
| * | Mega-MFC for ipfw/bridge/dummynet features and fixes added over the | Luigi Rizzo | 2001-11-03 | 1 | -11/+6 |
| * | MFC: Fix return from probe(), this enables HP PCLAN+ cards again. | Jeroen Ruigrok van der Werven | 2001-10-31 | 1 | -1/+1 |
| * | MFC: add miibus support for the Dlink DL10022 chips, as found on | Ian Dowse | 2001-07-25 | 4 | -0/+288 |
| * | MFC: fix a serious bug in the ed driver when very short packets are | Luigi Rizzo | 2001-02-08 | 1 | -5/+11 |
| * | MFC: Additional flag 0x80000 for Linksys type cards. | Toshihiko ARAI | 2001-01-17 | 4 | -40/+48 |
| * | MFC: | Yoshihiro Takahashi | 2000-09-10 | 6 | -459/+774 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-08-23 | 2 | -0/+1870 |
| * | MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() | Archie Cobbs | 2000-07-17 | 2 | -7/+2 |
| * | MFC: [rev 1.180] ed_ioctl() can be called from ifpromisc() after | Paul Saab | 2000-07-11 | 1 | -1/+1 |
| * | MFC: Only detect Linksys PCMCIA cards when in a pccard environment. | Paul Saab | 2000-07-01 | 3 | -22/+18 |
| * | MFC: Allow newer Linksys 10/100 PCMCIA cards to work. | Paul Saab | 2000-06-18 | 1 | -12/+10 |
| * | MFC: 1.10, 1.11 (probe order and unload message) | Warner Losh | 2000-05-27 | 1 | -3/+2 |
| * | MFC: Move BPF and bridging code into ether_input() | Archie Cobbs | 2000-05-24 | 1 | -52/+12 |
| * | MFC: 1.175 1.176: remove check against valid OUIs for Linksys | Warner Losh | 2000-03-20 | 1 | -7/+0 |
| * | MFC: add linksys OUI | Peter Wemm | 2000-03-17 | 1 | -1/+3 |
| * | Propagate MAC address in CIS tupple to dev/ed/ driver. | Tatsumi Hosokawa | 2000-01-21 | 1 | -0/+10 |
| * | Fix pccard ed driver, I think. | Warner Losh | 1999-12-10 | 3 | -3/+5 |
| * | Fix the hang on card eject problem and maybe the hang on suspend | Warner Losh | 1999-12-01 | 1 | -4/+5 |
| * | I forgot to remove the "NCARD == 0" hacks that kept this driver | Matthew N. Dodd | 1999-11-20 | 2 | -8/+0 |
| * | Kill unneeded #includes. They were left over from the short period of | Warner Losh | 1999-11-20 | 1 | -4/+0 |
| * | Set port_used and mem_used to the resource size instead of 1. | Yoshihiro Takahashi | 1999-11-18 | 3 | -6/+6 |
| * | fix misordering of two lines in this file. | Jonathan M. Bresler | 1999-11-02 | 1 | -1/+1 |
| * | rearrange order of tests for NE1000, NE2000, and Linksys | Jonathan M. Bresler | 1999-11-01 | 1 | -17/+21 |
| * | Change Linksys registers base/offset. | Yoshihiro Takahashi | 1999-10-31 | 1 | -6/+8 |
| * | Last change to pccard_nbk now obviates the need to check the name of | Warner Losh | 1999-10-28 | 1 | -6/+0 |
| * | Add comments to Linksys probe code. | Warner Losh | 1999-10-28 | 1 | -7/+20 |
| * | add support for LinkSys 10/100 cards | Jonathan M. Bresler | 1999-10-26 | 1 | -4/+37 |
| * | Have only one attach routine, rather than two. | Warner Losh | 1999-10-25 | 1 | -4/+2 |
| * | Add pccard attachment. This won't work with memory mapped ed devices | Warner Losh | 1999-10-25 | 2 | -98/+65 |
| * | Fix compiling PCCARD kernels. | Matthew N. Dodd | 1999-10-24 | 1 | -0/+4 |
| * | This fixes the problem with SMC NE2000 cards hanging the box on | Matthew N. Dodd | 1999-10-18 | 1 | -0/+1 |
| * | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it | Matthew N. Dodd | 1999-10-15 | 4 | -306/+72 |
| * | Break out the bus front end code into separate files. | Matthew N. Dodd | 1999-10-15 | 2 | -0/+344 |
| * | * Add struct resource_list* argument to resource_list_alloc and | Doug Rabson | 1999-10-12 | 1 | -22/+11 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -15/+0 |
| * | Make if_ed work again on pci, isa, isapnp. The hack to make it work on | Peter Wemm | 1999-09-20 | 2 | -6/+16 |
| * | The sense of probes has inverted. They return an error, rather than | Peter Wemm | 1999-09-13 | 1 | -7/+7 |
| * | Change isa_get/set_flags() to device_get/set_flags(). | Doug Rabson | 1999-09-07 | 1 | -5/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-09-05 | 1 | -1/+1 |
| * | Commit a checkpoint of an updated if_ed driver. This is pretty much | Peter Wemm | 1999-09-03 | 2 | -432/+510 |
| * | - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace | KATO Takenori | 1999-09-02 | 2 | -6/+9 |
| * | The ed_probe_Novell should not clear id_maddr when it fails to probe. | KATO Takenori | 1999-09-02 | 1 | -2/+6 |
| * | This is part of an untested set of changes to the ed driver to support | Doug Rabson | 1999-09-01 | 1 | -0/+90 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -8/+8 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -7/+1 |
| * | #ifdef BRIDGE around a goto label used by the bridge code to silcence a | Peter Wemm | 1999-05-09 | 1 | -1/+3 |