Doug Rabson
ecbb00a262
This commit fixes various 64bit portability problems required for
...
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.
1998-06-07 17:13:14 +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
Justin T. Gibbs
6772bb1537
Include "eisa.h" and only provide code if NEISA > 0.
1998-05-17 20:31:50 +00:00
Dag-Erling Smørgrav
dc73342347
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
1998-04-17 22:37:19 +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
Eivind Eklund
f4002e8278
Add #include "opt_devfs.h".
1998-02-09 02:31:47 +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