summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed printf format and spelling errors. Didn't fix relatedbde1998-08-161-3/+3
| | | | | | description of DPT_SHUTDOWN_SLEEP in LINT. Didn't add timestamps so that the (combined?) sleep interval can be printed as intended in the original printf.
* Hide compiler warnings for casting from a long to a pointer of abde1998-08-101-2/+2
| | | | | | different size (on i386's with 64 bit longs). Cosmetic. Non-cosmetic unportabilities were already hidden by using ntohl() to convert a 32-bit user DMA address to a long.
* MF22: Shut this thing up by default.jkh1998-08-091-2/+2
|
* Fix some things Simon had broken, basically making LINT compile again.eivind1998-08-061-9/+3
| | | | | Submitted by: Simon Shapiro <shimon@simon-shapiro.org> Pointed out by: bde
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-053-159/+294
| | | | Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-132-20/+20
|
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* o Return error when the controller can't accept commands.eivind1998-06-023-12/+11
| | | | | | | o Make driver less chatty on boot (only announce version under bootverbose) Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
* Include "eisa.h" and only provide code if NEISA > 0.gibbs1998-05-171-1/+4
|
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
|
* Add EISA support for DPT driversjulian1998-03-114-9/+569
| | | | | Submitted by: Matthew Dodd Reviewd by: shimon@simon-shapiro.org (DPT author)
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
| | | | changes to the queue macros.
* Removed unused #includes.bde1998-02-203-32/+3
|
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-103-36/+36
|
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
|
* Add Simon Shapiro's DPT driverjulian1998-01-264-0/+5321
this shouldn't break anything existing. Userland utilities to follow.
OpenPOWER on IntegriCloud