| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFp4: | Warner Losh | 2006-06-12 | 3 | -3/+26 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Add (back) the D-Link DE-650. Not sure why it was deleted. | Warner Losh | 2006-05-08 | 1 | -0/+1 |
| * | Initialize the port_bst and port_bsh variables. | Yoshihiro Takahashi | 2006-02-21 | 1 | -0/+2 |
| * | Have a function pointer to the routine to call for writing an mbuf | Warner Losh | 2006-01-27 | 9 | -100/+109 |
| * | Create mediachg functions for the 3c503 and hpp cards. This is used | Warner Losh | 2006-01-27 | 4 | -33/+28 |
| * | Style(9) issue: return (foo); | Warner Losh | 2006-01-27 | 1 | -7/+7 |
| * | Transition from ALTPHYS to LINK2. We already document in the ed(4) | Warner Losh | 2006-01-27 | 2 | -10/+14 |
| * | minor nit in comment about what kind of flags these are | Warner Losh | 2006-01-27 | 1 | -1/+1 |
| * | Add support for the Compaq LTE docking station. It includes a plug | Warner Losh | 2006-01-15 | 1 | -5/+6 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Add Billionton LNA-100B variation that Alan reported in arch. [1] | Warner Losh | 2005-10-29 | 1 | -1/+3 |
| * | Add missing softc | Warner Losh | 2005-10-22 | 1 | -0/+1 |
| * | Turns out that we're asking for the MAC address at a bad time in the | Warner Losh | 2005-10-22 | 1 | -4/+3 |
| * | In the ISA case, we call ed_probe_WD80x3 before we call | Warner Losh | 2005-10-22 | 1 | -3/+3 |
| * | Check against 8019 rather than 8029 for reading in the MAC addr since | Warner Losh | 2005-10-17 | 1 | -1/+1 |
| * | If we can't probe the RTL80x9 for some reason, fall back to probing it | Warner Losh | 2005-10-13 | 1 | -2/+9 |
| * | o Fix probing of rtl80x9 parts. We shouldn't be calling | Warner Losh | 2005-10-13 | 1 | -5/+6 |
| * | Buffalo LPC4/CLX ID | Warner Losh | 2005-10-11 | 1 | -0/+1 |
| * | New OEM generic card. "10/100 Fast Ethernet PC Card". It has a | Warner Losh | 2005-10-11 | 1 | -0/+1 |
| * | Remove debug that crept in.. | Warner Losh | 2005-10-05 | 1 | -4/+0 |
| * | MFp4: | Warner Losh | 2005-10-05 | 10 | -67/+591 |
| * | Emit a warning when a card matches multiple entries in our table. A | Warner Losh | 2005-09-26 | 1 | -2/+35 |
| * | Go ahead and detach our children in our detach routine. I'm undecided | Warner Losh | 2005-09-26 | 1 | -0/+1 |
| * | I have confirmed with my Epson EEN10B that it needs to look at the | Warner Losh | 2005-09-24 | 1 | -2/+1 |
| * | The DLink DE650 has the same ID as Linksys EthernetCard, so we don't | Warner Losh | 2005-09-24 | 1 | -1/+0 |
| * | Remove obsolete include | Warner Losh | 2005-09-23 | 1 | -2/+0 |
| * | Remove duplicate if_free(). | Warner Losh | 2005-09-19 | 1 | -1/+0 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2005-09-18 | 3 | -125/+149 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -1/+2 |
| * | When stopping the card, and returning to page 0, it is best if you do | Warner Losh | 2005-09-15 | 1 | -1/+1 |
| * | Make device_detach methods really work. | Ruslan Ermilov | 2005-09-14 | 2 | -2/+2 |
| * | MFp4: Omnibus ed changes | Warner Losh | 2005-09-13 | 4 | -198/+285 |
| * | MFp4: Minor formatting nits in pccard table. | Warner Losh | 2005-09-13 | 1 | -9/+9 |
| * | Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant | Warner Losh | 2005-09-13 | 1 | -9/+9 |
| * | MFp4: | Warner Losh | 2005-09-10 | 1 | -3/+4 |
| * | The ed driver lock is already held in the mii frobbing routines. Remove | Warner Losh | 2005-09-08 | 1 | -11/+0 |
| * | Add note about what ED_DEFAULT_MAC_OFFSET applies to | Warner Losh | 2005-09-08 | 1 | -0/+4 |
| * | Consistancy is the hobgoblin of small minds: | Warner Losh | 2005-09-07 | 2 | -39/+39 |
| * | Minor reorg of pccard attach code to fix ax88x90 case broken after fixing | Warner Losh | 2005-09-07 | 1 | -160/+158 |
| * | o Expose ed_probe_Novel_generic, it is useful for pccard case. | Warner Losh | 2005-09-07 | 2 | -5/+3 |
| * | Fix DL100xx based cards. Don't drop resources. It was approrpiate in | Warner Losh | 2005-09-07 | 1 | -2/+1 |
| * | move away from K&R function definitions | Warner Losh | 2005-09-06 | 1 | -10/+3 |
| * | Work around a bug I've seen on Linksys EC2T cards. For some reason, | Warner Losh | 2005-09-06 | 1 | -2/+25 |
| * | Go ahead and | in ED_CR_PAGE_0, even though this doesn't change things | Warner Losh | 2005-09-06 | 1 | -5/+8 |
| * | It turns out that many of the ambicom cards have their CIS resources | Warner Losh | 2005-09-06 | 2 | -8/+27 |
| * | MFp4: kill bogus comment | Warner Losh | 2005-09-02 | 1 | -5/+0 |
| * | At some point in the past, we read the PROM by words. Now we read | Warner Losh | 2005-09-01 | 1 | -6/+2 |
| * | Add back dropped if_media.h include | Warner Losh | 2005-08-30 | 1 | -0/+1 |