aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/digictl
Commit message (Collapse)AuthorAgeFilesLines
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
| | | | Notes: svn path=/head/; revision=140442
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* The .Nm utilityPhilippe Charnier2002-07-141-2/+2
| | | | Notes: svn path=/head/; revision=99968
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=87629
* Turn on WARNS=2, no code fixes needed.Mike Heffner2001-12-091-0/+2
| | | | | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks Notes: svn path=/head/; revision=87578
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
| | | | Notes: svn path=/head/; revision=79658
* mdoc(7) police: fixed markup in rev. 1.3.Ruslan Ermilov2001-07-051-9/+15
| | | | Notes: svn path=/head/; revision=79281
* o Add a -a flag for changing/getting the ALTPIN setting for a digi port.Brian Somers2001-06-202-19/+99
| | | | | | | | o For the -i switch, only show the device if more than one is given on the command line. Notes: svn path=/head/; revision=78497
* digiio.h has moved to /usr/include/sysBrian Somers2001-05-191-2/+1
| | | | Notes: svn path=/head/; revision=76848
* digiModel_t -> enum digi_modelBrian Somers2001-05-172-3/+1
| | | | | | | Remove special -I flags that are no longer needed. Notes: svn path=/head/; revision=76707
* Remove forgotten -WallBrian Somers2001-05-161-1/+0
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=76679
* mdoc(7) police: fix markup and spelling.Ruslan Ermilov2001-05-161-13/+17
| | | | Notes: svn path=/head/; revision=76675
* Add a ``digi'' driver.Brian Somers2001-05-023-0/+209
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. Notes: svn path=/head/; revision=76195