| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+1 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -2/+4 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Fix another edge case I just noticed when committing the previous changes: | John Baldwin | 2005-10-06 | 1 | -0/+3 |
| * | Rototill vx(4), add locking, and mark MPSAFE: | John Baldwin | 2005-10-06 | 1 | -12/+17 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh | 2005-03-01 | 1 | -6/+4 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | ss if_vx through indent, and use ANSI function definitions, prior to adding | Justin T. Gibbs | 2004-08-18 | 1 | -76/+70 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -1/+1 |
| * | Start to minimize diffs between vx and ep. These latter is based on a | Warner Losh | 2003-10-25 | 1 | -3/+4 |
| * | 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 | -2/+3 |
| * | 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 |
| * | Update the vortex driver so that it no longer needs the PCI compat | Bill Paul | 2000-11-07 | 1 | -60/+95 |
| * | Warn that this as an oldpci device.. | Peter Wemm | 2000-05-28 | 1 | -0/+4 |
| * | Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not | Peter Wemm | 2000-01-29 | 1 | -3/+0 |
| * | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | Mike Smith | 1999-08-21 | 1 | -0/+1 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -4/+5 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -4/+0 |
| * | Missing revision markers. | Peter Wemm | 1999-05-09 | 1 | -0/+1 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -4/+0 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -0/+4 |
| * | Switch type of vxintr instead of using the previous casts. | Eivind Eklund | 1999-01-12 | 1 | -1/+1 |
| * | Silence warning by casting vxintr to correct type | Eivind Eklund | 1999-01-12 | 1 | -1/+1 |
| * | vxalloc() can return NULL. Deal with it. | Eivind Eklund | 1998-12-16 | 1 | -1/+3 |
| * | pci_device pd_probe function changed from returning char * to returning | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Import the (Fast) Etherlink XL driver. I'm reasonally confident in its | Bill Paul | 1998-08-16 | 1 | -0/+7 |
| * | Removed unused #includes. | Bruce Evans | 1998-02-20 | 1 | -13/+0 |
| * | Make INET a proper option. | Eivind Eklund | 1998-01-08 | 1 | -0/+4 |
| * | Yank the casts. | Steve Passe | 1997-08-21 | 1 | -1/+1 |
| * | Add a cast to eliminate a compiler warning. | Steve Passe | 1997-08-21 | 1 | -1/+1 |
| * | Don't cast function pointers to (void *). This will cause warnings. | Bruce Evans | 1997-07-01 | 1 | -3/+1 |
| * | Some imporvemnets to the vx driver. | Guido van Rooij | 1996-12-02 | 1 | -1/+1 |
| * | New vx driver for: | Guido van Rooij | 1996-11-04 | 1 | -0/+145 |