| Commit message (Expand) | Author | Age | Files | Lines |
* | Network modules are all "if_foo" not "foo". Avoid the confusing spew that | msmith | 2000-10-15 | 4 | -4/+4 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 2 | -2/+0 |
* | Allocate memory resource to access the attribute memory of a card. | tanimura | 2000-09-25 | 1 | -65/+24 |
* | Move the detection of Linksys PCMCIA cards from attach to probe. | ps | 2000-09-12 | 3 | -4/+7 |
* | - Fixed the conversion to bus_space interface. | nyan | 2000-08-17 | 7 | -608/+2504 |
* | Newbusify ed driver. | tanimura | 2000-08-14 | 3 | -389/+482 |
* | MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. | tanimura | 2000-07-23 | 4 | -76/+273 |
* | Fix the IRQ9/IRQ2 confusion. | phk | 2000-07-18 | 1 | -0/+1 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 2 | -7/+2 |
* | Only try to detect Linksys PCMCIA cards when we are in a pccard | ps | 2000-06-29 | 3 | -22/+18 |
* | Allow newer Linksys 10/100 PCMCIA cards to work. | ps | 2000-06-18 | 1 | -12/+10 |
* | ed_ioctl() can be called from ifpromisc() after the card has been removed, | phk | 2000-06-01 | 1 | -1/+1 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -53/+13 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | sanpai-san (sanpai@sanpai.org) suggested that we put the novel probe | imp | 2000-04-28 | 1 | -2/+2 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Remove unloaded printf. We do this now in the newbus layer. | imp | 2000-04-17 | 1 | -1/+0 |
* | Bogusly returned zero always. Return 1 if we pass the checksum. | imp | 2000-03-20 | 1 | -1/+1 |
* | Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 is | imp | 2000-03-20 | 1 | -8/+1 |
* | Add another Linksys OUI. | imp | 2000-03-13 | 1 | -1/+3 |
* | Propagate MAC address in CIS tupple to dev/ed/ driver. | hosokawa | 2000-01-21 | 1 | -0/+10 |
* | Fix pccard ed driver, I think. | imp | 1999-12-10 | 3 | -3/+5 |
* | Fix the hang on card eject problem and maybe the hang on suspend | imp | 1999-12-01 | 1 | -4/+5 |
* | I forgot to remove the "NCARD == 0" hacks that kept this driver | mdodd | 1999-11-20 | 2 | -8/+0 |
* | Kill unneeded #includes. They were left over from the short period of | imp | 1999-11-20 | 1 | -4/+0 |
* | Set port_used and mem_used to the resource size instead of 1. | nyan | 1999-11-18 | 3 | -6/+6 |
* | fix misordering of two lines in this file. | jmb | 1999-11-02 | 1 | -1/+1 |
* | rearrange order of tests for NE1000, NE2000, and Linksys | jmb | 1999-11-01 | 1 | -17/+21 |
* | Change Linksys registers base/offset. | nyan | 1999-10-31 | 1 | -6/+8 |
* | Last change to pccard_nbk now obviates the need to check the name of | imp | 1999-10-28 | 1 | -6/+0 |
* | Add comments to Linksys probe code. | imp | 1999-10-28 | 1 | -7/+20 |
* | add support for LinkSys 10/100 cards | jmb | 1999-10-26 | 1 | -4/+37 |
* | Have only one attach routine, rather than two. | imp | 1999-10-25 | 1 | -4/+2 |
* | Add pccard attachment. This won't work with memory mapped ed devices | imp | 1999-10-25 | 2 | -100/+67 |
* | Fix compiling PCCARD kernels. | mdodd | 1999-10-24 | 1 | -0/+4 |
* | This fixes the problem with SMC NE2000 cards hanging the box on | mdodd | 1999-10-18 | 1 | -0/+1 |
* | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it | mdodd | 1999-10-15 | 4 | -306/+72 |
* | Break out the bus front end code into separate files. | mdodd | 1999-10-15 | 2 | -0/+344 |
* | * Add struct resource_list* argument to resource_list_alloc and | dfr | 1999-10-12 | 1 | -22/+11 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -15/+0 |
* | Make if_ed work again on pci, isa, isapnp. The hack to make it work on | peter | 1999-09-20 | 2 | -6/+16 |
* | The sense of probes has inverted. They return an error, rather than | peter | 1999-09-13 | 1 | -7/+7 |
* | Change isa_get/set_flags() to device_get/set_flags(). | dfr | 1999-09-07 | 1 | -5/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-09-05 | 1 | -1/+1 |
* | Commit a checkpoint of an updated if_ed driver. This is pretty much | peter | 1999-09-03 | 2 | -434/+512 |
* | - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replace | kato | 1999-09-02 | 2 | -6/+9 |
* | The ed_probe_Novell should not clear id_maddr when it fails to probe. | kato | 1999-09-02 | 1 | -2/+6 |
* | This is part of an untested set of changes to the ed driver to support | dfr | 1999-09-01 | 1 | -0/+90 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -8/+8 |