| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed the conversion to bus_space interface. | Yoshihiro Takahashi | 2000-08-17 | 7 | -608/+2504 |
| * | Newbusify ed driver. | Seigo Tanimura | 2000-08-14 | 3 | -389/+482 |
| * | MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. | Seigo Tanimura | 2000-07-23 | 4 | -76/+273 |
| * | Fix the IRQ9/IRQ2 confusion. | Poul-Henning Kamp | 2000-07-18 | 1 | -0/+1 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 2 | -7/+2 |
| * | Only try to detect Linksys PCMCIA cards when we are in a pccard | Paul Saab | 2000-06-29 | 3 | -22/+18 |
| * | Allow newer Linksys 10/100 PCMCIA cards to work. | Paul Saab | 2000-06-18 | 1 | -12/+10 |
| * | ed_ioctl() can be called from ifpromisc() after the card has been removed, | Poul-Henning Kamp | 2000-06-01 | 1 | -1/+1 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -52/+12 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe | Warner Losh | 2000-04-28 | 1 | -2/+2 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | Remove unloaded printf. We do this now in the newbus layer. | Warner Losh | 2000-04-17 | 1 | -1/+0 |
| * | Bogusly returned zero always. Return 1 if we pass the checksum. | Warner Losh | 2000-03-20 | 1 | -1/+1 |
| * | Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is | Warner Losh | 2000-03-20 | 1 | -8/+1 |
| * | Add another Linksys OUI. | Warner Losh | 2000-03-13 | 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 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -5/+1 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -1/+5 |