Justin T. Gibbs
8c865c932c
Fix an spl protection botch.
...
Submitted by: Gene Stark <stark@FreeBSD.ORG>
1998-08-26 19:11:22 +00:00
Bruce Evans
72298f8fa6
Fixed printf format and spelling errors. Didn't fix related
...
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.
1998-08-16 23:37:54 +00:00
Bruce Evans
1fb5b23952
Hide compiler warnings for casting from a long to a pointer of a
...
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.
1998-08-10 17:06:28 +00:00
Eivind Eklund
7609bd2b9e
Fix some things Simon had broken, basically making LINT compile again.
...
Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
Pointed out by: bde
1998-08-06 20:57:33 +00:00
Eivind Eklund
b755b88510
Update DPT driver from 1.4.3 to 1.4.5
...
Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
1998-08-05 00:54:38 +00:00
Bruce Evans
9bffbcd4f5
Fixed printf format errors (only 1 left in GENERIC now).
1998-07-13 09:53:11 +00:00
Eivind Eklund
e448e98a36
o Return error when the controller can't accept commands.
...
o Make driver less chatty on boot (only announce version under
bootverbose)
Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
1998-06-02 00:32:38 +00:00
Julian Elischer
fdc021ba7f
Add EISA support for DPT drivers
...
Submitted by: Matthew Dodd
Reviewd by: shimon@simon-shapiro.org (DPT author)
1998-03-11 00:30:16 +00:00
Bruce Evans
01777fec62
Fixed a syntax error. Strange but correct code was broken by recent
...
changes to the queue macros.
1998-02-25 11:56:37 +00:00
Bruce Evans
39e4376ba7
Removed unused #includes.
1998-02-20 13:11:54 +00:00
Eivind Eklund
2f83bdb269
Staticize. (Diffs by me & and Simon in cooperation.)
1998-02-10 17:36:44 +00:00
Julian Elischer
b37c91fdc7
Add Simon Shapiro's DPT driver
...
this shouldn't break anything existing.
Userland utilities to follow.
1998-01-26 06:11:18 +00:00