summaryrefslogtreecommitdiffstats
path: root/sys/dev/digi/digireg.h
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-36/+36
| | | | | | | ushort. In most of these files, there was a mixture of both styles and this change just makes them self-consistent. Requested by: bde (kern_ktrace.c)
* Credit John Prince and Eric Hernes for their work.brian2001-06-181-1/+3
|
* Add a ``digi'' driver.brian2001-05-021-0/+206
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