diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 15:49:39 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 15:49:39 +0000 |
| commit | 2773aa0ef6e08152378fbf6816ca9b3e25940939 (patch) | |
| tree | ba04cef93da5bd7aba94174ee690daaa9c16c8ec /sys | |
| parent | e5b19842ef2f7cc2fedb3c37b2a98796d5739f1d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/isa/ultra14f.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index 48c6addd1e5e..8d01bef01fe2 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -22,7 +22,7 @@ * today: Fri Jun 2 17:21:03 EST 1994 * added 24F support ++sg * - * $Id: ultra14f.c,v 1.59 1998/04/17 22:36:42 des Exp $ + * $Id: ultra14f.c,v 1.60 1998/06/08 09:47:37 bde Exp $ */ #ifdef KERNEL /* don't laugh.. this compiles to a program too.. look */ @@ -44,8 +44,6 @@ #include <scsi/scsiconf.h> #include <scsi/scsi_debug.h> -#include "ioconf.h" - /* */ #ifndef KERNEL @@ -289,8 +287,8 @@ static timeout_t static unsigned long int scratch; #define EISA_MAX_SLOTS 16 /* XXX This should go into a comon header */ -static uha_slot = 0; /* slot last board was found in */ -static uha_unit = 0; +static int uha_slot; /* slot last board was found in */ +static int uha_unit; #define UHA_SHOWMSCPS 0x01 #define UHA_SHOWINTS 0x02 #define UHA_SHOWCMDS 0x04 |
