| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Adjust ed(4) for 64-bit platforms should it get newbus'ified. | obrien | 2004-03-03 | 2 | -11/+12 |
* | Added TDK LAK-CD031 (simple NE2000 device). | kato | 2003-12-31 | 1 | -0/+1 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -5/+5 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -2/+3 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -13/+11 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 6 | -21/+17 |
* | There is no way to enter the attach routine twice with the same softc | brooks | 2003-10-30 | 1 | -43/+41 |
* | Add Allied Telesis SIC-AT boards support. | shiba | 2003-10-15 | 5 | -3/+132 |
* | EXPsys PCMCIA Ethernet Combo | imp | 2003-09-20 | 1 | -1/+3 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -5/+7 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Add MELCO LPC3_CTX. This is the same as Buffalo card of the same name | imp | 2003-08-07 | 1 | -0/+1 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -1/+1 |
* | Don't use pessimal (u_short) types for i/o ports. This is mainly for | bde | 2003-08-06 | 1 | -1/+1 |
* | The LP_ETH_10_100_CF entry needs to be tagged as a DL100019. | imp | 2003-07-28 | 1 | -1/+1 |
* | Add Socket Communications Low Power 10/100 CF Ethernet card. | imp | 2003-07-26 | 1 | -0/+1 |
* | Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Card | imp | 2003-07-19 | 1 | -0/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 4 | -4/+12 |
* | SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entry | imp | 2003-04-10 | 1 | -1/+0 |
* | Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter is | imp | 2003-04-10 | 1 | -1/+2 |
* | reorganize the supported card table. We don't need the enet_vendor or | imp | 2003-04-10 | 1 | -272/+57 |
* | Don't set the description if NULL. | imp | 2003-04-10 | 1 | -1/+2 |
* | Fix ed compilation with PAE by using %jx instead of %x. | cognet | 2003-04-05 | 1 | -4/+4 |
* | Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD | sanpei | 2003-04-04 | 1 | -1/+1 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 2 | -6/+6 |
* | Fix printf format error. | nyan | 2003-02-24 | 1 | -6/+6 |
* | 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 |
* | Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card). | shiba | 2003-01-18 | 1 | -0/+2 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 2 | -22/+10 |
* | add some devices from NetBSD | imp | 2002-10-11 | 1 | -1/+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 |
* | Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID. | takawata | 2002-07-26 | 1 | -0/+1 |
* | integrate from p4 repo: | imp | 2002-07-22 | 1 | -9/+16 |
* | More newcard devices: | imp | 2002-04-02 | 1 | -1/+14 |
* | Remove __P. | alfred | 2002-03-20 | 5 | -70/+68 |
* | Add EDIMAX ethernet card for NEWCARD from NetBSD | imp | 2002-01-29 | 1 | -0/+2 |
* | Patch to allow the ed driver interrupt routine to terminate if the | imp | 2001-11-24 | 1 | -4/+17 |
* | Comment out some bogus entries. somehow they match everything, which | imp | 2001-11-20 | 1 | -5/+4 |
* | MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devices | imp | 2001-11-15 | 1 | -6/+20 |
* | Migrate to PCMCIA_CARD() macros | imp | 2001-11-15 | 1 | -174/+48 |
* | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | imp | 2001-11-11 | 1 | -133/+133 |
* | 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 |