| Commit message (Expand) | Author | Age | Files | Lines |
| * | FCP-101: Remove ed(4). | Brooks Davis | 2019-05-17 | 1 | -149/+0 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | kill traling white space | Warner Losh | 2018-03-23 | 1 | -1/+0 |
| * | Fix typos from last commit, these should have been #. | Warner Losh | 2017-12-22 | 1 | -1/+1 |
| * | Use '#' rather than some made up name for fields we want to ignore. | Warner Losh | 2017-12-22 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Add PNP info for ISA and PCI to the ed driver to prove design. | Warner Losh | 2015-12-11 | 1 | -0/+3 |
| * | Prodded by Yongari, add support for Holtek HT80232. Add the device | Warner Losh | 2010-08-25 | 1 | -10/+11 |
| * | Establish the interrupt handler AFTER we successfully attach. We need | Warner Losh | 2009-04-18 | 1 | -5/+5 |
| * | Provide a generic ifmedia set of routines as a fallback. The | Warner Losh | 2009-04-07 | 1 | -6/+5 |
| * | Add Winbond W89C940F to the list. Also, stub in some entries for two | Warner Losh | 2007-12-31 | 1 | -5/+11 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | If we can't probe the RTL80x9 for some reason, fall back to probing it | Warner Losh | 2005-10-13 | 1 | -3/+10 |
| * | MFp4: | Warner Losh | 2005-10-05 | 1 | -2/+6 |
| * | Make device_detach methods really work. | Ruslan Ermilov | 2005-09-14 | 1 | -1/+1 |
| * | Use smaller names. The "NE2000 PCI Ethernet" is largerly redundant | Warner Losh | 2005-09-13 | 1 | -9/+9 |
| * | Finish conversion to bus space and make ed MP safe. | Warner Losh | 2005-08-28 | 1 | -1/+2 |
| * | Use tabs instead of spaces to indent, per style(9) | Warner Losh | 2005-06-09 | 1 | -21/+20 |
| * | My abstracting out the MAC reading code to fix pccard broke pci. Add | Warner Losh | 2005-06-08 | 1 | -0/+1 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -5/+4 |
| * | Minor style nits missed in earlier passes | Warner Losh | 2005-02-22 | 1 | -1/+1 |
| * | If either ed_probe_Novell or ed_attach returns an error, release the | Warner Losh | 2005-02-09 | 1 | -2/+5 |
| * | Make it possible to unload ed. Move the ed_pccard_detach routine to | Warner Losh | 2005-02-08 | 1 | -0/+1 |
| * | MFp4: u_intXX_t to uintXX_t. | Warner Losh | 2005-01-19 | 1 | -2/+2 |
| * | A couple more style(9) nits I should have included in last commit | Warner Losh | 2004-06-18 | 1 | -4/+3 |
| * | Style nits in the prototypes | Warner Losh | 2004-06-18 | 1 | -2/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -4/+4 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -2/+2 |
| * | Add support for Dlink DL10022 to the ed driver. This is a mii part | Warner Losh | 2001-03-03 | 1 | -0/+1 |
| * | Minor newbus/style(9) cleanups. | Warner Losh | 2000-12-26 | 1 | -2/+0 |
| * | Remove unnecessary includes found by phk's script. I've been building | Warner Losh | 2000-12-13 | 1 | -1/+0 |
| * | Network modules are all "if_foo" not "foo". Avoid the confusing spew that | Mike Smith | 2000-10-15 | 1 | -1/+1 |
| * | - Fixed the conversion to bus_space interface. | Yoshihiro Takahashi | 2000-08-17 | 1 | -4/+4 |
| * | I forgot to remove the "NCARD == 0" hacks that kept this driver | Matthew N. Dodd | 1999-11-20 | 1 | -4/+0 |
| * | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it | Matthew N. Dodd | 1999-10-15 | 1 | -8/+33 |
| * | Make if_ed work again on pci, isa, isapnp. The hack to make it work on | Peter Wemm | 1999-09-20 | 1 | -1/+5 |
| * | Commit a checkpoint of an updated if_ed driver. This is pretty much | Peter Wemm | 1999-09-03 | 1 | -40/+42 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -7/+1 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -5/+1 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -1/+5 |
| * | pci_device pd_probe function changed from returning char * to returning | Matthew Dillon | 1998-12-14 | 1 | -3/+3 |
| * | PR: i386/6040 | Daniel O'Callaghan | 1998-03-17 | 1 | -1/+2 |