summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-271-0/+1
* devsw_add() and cdevsw_remove() are no longer needed.phk2001-11-041-3/+0
* #include <digi/*.h> -> #include <dev/digi/*.h>brian2001-05-191-3/+3
* digiio.h has moved to /usr/include/sysbrian2001-05-191-1/+1
* Remove all the mutex stuff - suggested by jhbbrian2001-05-081-5/+6
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-071-0/+1
* Add a ``digi'' driver.brian2001-05-021-0/+228
OpenPOWER on IntegriCloud