| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ed compilation with PAE by using %jx instead of %x. | cognet | 2003-04-05 | 1 | -4/+4 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -2/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -21/+9 |
* | Use if_printf() instead of printf() to print "ed#: blah". | brooks | 2002-10-01 | 1 | -3/+2 |
* | mbuf leak in the error case has been fixed. When we have | imp | 2002-09-30 | 1 | -1/+3 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -23/+21 |
* | Patch to allow the ed driver interrupt routine to terminate if the | imp | 2001-11-24 | 1 | -4/+17 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -3/+1 |
* | Always compile in bridge hooks, or this code will not work (efficiently) with | luigi | 2001-11-01 | 1 | -8/+4 |
* | Fix obvious bug where return from probe was botched. | asmodai | 2001-10-31 | 1 | -1/+1 |
* | Make this compile again after the changes to make bridge kld'able | luigi | 2001-10-07 | 1 | -3/+3 |
* | Add an option ED_NO_MIIBUS, which causes the `ed' driver to be | iedowse | 2001-09-29 | 1 | -0/+20 |
* | Add a few missing spl calls in preparation for an MFC of the miibus | iedowse | 2001-07-22 | 1 | -6/+15 |
* | Add support for Dlink DL10022 to the ed driver. This is a mii part | imp | 2001-03-03 | 1 | -0/+144 |
* | Whoops... forgotten a few pieces in previous patch: | luigi | 2001-02-08 | 1 | -5/+9 |
* | Make sure that we do not accept packets shorter than a full ethernet | luigi | 2001-02-08 | 1 | -1/+3 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Fix typo: wierd -> weird. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Minor newbus/style(9) cleanups. | imp | 2000-12-26 | 1 | -0/+2 |
* | Linksys Fast Ethernet PCCARD cards supported by the ed driver now | toshi | 2000-12-18 | 1 | -38/+0 |
* | Remove unnecessary includes found by phk's script. I've been building | imp | 2000-12-13 | 1 | -1/+0 |
* | Update the ed driver to probe and attach under a NEWCARD kernel (I was | peter | 2000-11-25 | 1 | -0/+6 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Move the detection of Linksys PCMCIA cards from attach to probe. | ps | 2000-09-12 | 1 | -2/+3 |
* | - Fixed the conversion to bus_space interface. | nyan | 2000-08-17 | 1 | -562/+439 |
* | Newbusify ed driver. | tanimura | 2000-08-14 | 1 | -315/+458 |
* | MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. | tanimura | 2000-07-23 | 1 | -66/+83 |
* | 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 | 1 | -6/+1 |
* | Only try to detect Linksys PCMCIA cards when we are in a pccard | ps | 2000-06-29 | 1 | -17/+10 |
* | 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 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 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 |
* | Fix pccard ed driver, I think. | imp | 1999-12-10 | 1 | -2/+1 |
* | Set port_used and mem_used to the resource size instead of 1. | nyan | 1999-11-18 | 1 | -2/+2 |
* | 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 |
* | Add comments to Linksys probe code. | imp | 1999-10-28 | 1 | -7/+20 |