summaryrefslogtreecommitdiffstats
path: root/usr.sbin/digictl/digictl.c
Commit message (Collapse)AuthorAgeFilesLines
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* o Add a -a flag for changing/getting the ALTPIN setting for a digi port.brian2001-06-201-9/+61
| | | | | o For the -i switch, only show the device if more than one is given on the command line.
* digiio.h has moved to /usr/include/sysbrian2001-05-191-2/+1
|
* digiModel_t -> enum digi_modelbrian2001-05-171-1/+1
| | | | Remove special -I flags that are no longer needed.
* Add a ``digi'' driver.brian2001-05-021-0/+120
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