| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: use our nitems() macro when it is avaliable through param.h. | pfg | 2016-04-19 | 1 | -1/+1 |
* | Add PNP info for ISA and PCI to the ed driver to prove design. | imp | 2015-12-11 | 1 | -0/+3 |
* | Prodded by Yongari, add support for Holtek HT80232. Add the device | imp | 2010-08-25 | 1 | -10/+11 |
* | Establish the interrupt handler AFTER we successfully attach. We need | imp | 2009-04-18 | 1 | -5/+5 |
* | Provide a generic ifmedia set of routines as a fallback. The | imp | 2009-04-07 | 1 | -6/+5 |
* | Add Winbond W89C940F to the list. Also, stub in some entries for two | imp | 2007-12-31 | 1 | -5/+11 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | If we can't probe the RTL80x9 for some reason, fall back to probing it | imp | 2005-10-13 | 1 | -3/+10 |
* | MFp4: | imp | 2005-10-05 | 1 | -2/+6 |
* | Make device_detach methods really work. | ru | 2005-09-14 | 1 | -1/+1 |
* | Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant | imp | 2005-09-13 | 1 | -9/+9 |
* | Finish conversion to bus space and make ed MP safe. | imp | 2005-08-28 | 1 | -1/+2 |
* | Use tabs instead of spaces to indent, per style(9) | imp | 2005-06-09 | 1 | -21/+20 |
* | My abstracting out the MAC reading code to fix pccard broke pci. Add | imp | 2005-06-08 | 1 | -0/+1 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -5/+4 |
* | Minor style nits missed in earlier passes | imp | 2005-02-22 | 1 | -1/+1 |
* | If either ed_probe_Novell or ed_attach returns an error, release the | imp | 2005-02-09 | 1 | -2/+5 |
* | Make it possible to unload ed. Move the ed_pccard_detach routine to | imp | 2005-02-08 | 1 | -0/+1 |
* | MFp4: u_intXX_t to uintXX_t. | imp | 2005-01-19 | 1 | -2/+2 |
* | A couple more style(9) nits I should have included in last commit | imp | 2004-06-18 | 1 | -4/+3 |
* | Style nits in the prototypes | imp | 2004-06-18 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -1/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -4/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+3 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -2/+2 |
* | Add support for Dlink DL10022 to the ed driver. This is a mii part | imp | 2001-03-03 | 1 | -0/+1 |
* | Minor newbus/style(9) cleanups. | imp | 2000-12-26 | 1 | -2/+0 |
* | Remove unnecessary includes found by phk's script. I've been building | imp | 2000-12-13 | 1 | -1/+0 |
* | Network modules are all "if_foo" not "foo". Avoid the confusing spew that | msmith | 2000-10-15 | 1 | -1/+1 |
* | - Fixed the conversion to bus_space interface. | nyan | 2000-08-17 | 1 | -4/+4 |
* | I forgot to remove the "NCARD == 0" hacks that kept this driver | mdodd | 1999-11-20 | 1 | -4/+0 |
* | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it | mdodd | 1999-10-15 | 1 | -8/+33 |
* | Make if_ed work again on pci, isa, isapnp. The hack to make it work on | peter | 1999-09-20 | 1 | -1/+5 |
* | Commit a checkpoint of an updated if_ed driver. This is pretty much | peter | 1999-09-03 | 1 | -40/+42 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | peter | 1999-07-03 | 1 | -7/+1 |
* | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | peter | 1999-05-09 | 1 | -5/+1 |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 1 | -1/+5 |
* | pci_device pd_probe function changed from returning char * to returning | dillon | 1998-12-14 | 1 | -3/+3 |
* | PR: i386/6040 | danny | 1998-03-17 | 1 | -1/+2 |
* | Add PCI device ID of Surecom NE-34 | se | 1998-02-27 | 1 | -1/+2 |
* | Add Winbond W89C940 ID to the list. | msmith | 1997-11-22 | 1 | -1/+2 |
* | Add the NetVin 5000 series NE2000 PCI card vendor and device IDs. | danny | 1997-08-14 | 1 | -1/+2 |
* | Rearrange pci network card identification for easier additions. | davidn | 1997-04-18 | 1 | -13/+18 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add PCI IDs of the ProLAN and Compex PCI NE2000 clones. | se | 1996-12-21 | 1 | -8/+11 |
* | Updated #includes to 4.4lite style. | bde | 1996-10-15 | 1 | -2/+2 |