aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-21 15:49:39 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-21 15:49:39 +0000
commit2773aa0ef6e08152378fbf6816ca9b3e25940939 (patch)
treeba04cef93da5bd7aba94174ee690daaa9c16c8ec /sys/i386
parente5b19842ef2f7cc2fedb3c37b2a98796d5739f1d (diff)
downloadsrc-2773aa0ef6e08152378fbf6816ca9b3e25940939.tar.gz
src-2773aa0ef6e08152378fbf6816ca9b3e25940939.zip
Removed unused includes.
Don't depend on "implicit int". Don't bloat the data section with explicit initialization to 0.
Notes
Notes: svn path=/head/; revision=37095
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/ultra14f.c8
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