summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digi_pci.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde
* Use __FBSDID().obrien2003-08-241-2/+3
| | | | Also some minor style cleanups.
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
| | | | | tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-271-0/+1
| | | | entry so that it actually can do something.
* 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
| | | | Suggested by: bde
* digiio.h has moved to /usr/include/sysbrian2001-05-191-1/+1
|
* Remove all the mutex stuff - suggested by jhbbrian2001-05-081-5/+6
| | | | | | Tidy up includes, credit Slawa Olhovchenkov, John Prince and Eric Hernes for their efforts and add a couple of missing parenthesis around return expressions.
* Change COM_LOCK/COM_UNLOCK to a regular mutex - still conditional onbrian2001-05-071-0/+1
| | | | SMP being defined.
* Add a ``digi'' driver.brian2001-05-021-0/+228
This driver supports PCI Xr-based and ISA Xem Digiboard cards. dgm will go away soon if there are no problems reported. For now, configuring dgm into your kernel warns that you should be using digi. This driver is probably close to supporting Xi, Xe and Xeve cards, but I wouldn't expect them to work properly (hardware donations welcome). The digi_* pseudo-drivers are not drivers themselves but contain the BIOS and FEP/OS binaries for various digiboard cards and are auto-loaded and auto-unloaded by the digi driver at initialisation time. They *may* be configured into the kernel, but waste a lot of space if they are. They're intended to be left as modules. The digictl program is (mainly) used to re-initialise cards that have external port modules attached such as the PC/Xem.
OpenPOWER on IntegriCloud