summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-11-11 15:29:15 +0000
committerbde <bde@FreeBSD.org>1996-11-11 15:29:15 +0000
commit91d087ad8a4049c68d6187111e2974126a637783 (patch)
treeb7913f28f8004be2a13c4b014c076850a1a5a1d4
parent18a931e5ef3524816605880762ca81652b90bbe2 (diff)
downloadFreeBSD-src-91d087ad8a4049c68d6187111e2974126a637783.zip
FreeBSD-src-91d087ad8a4049c68d6187111e2974126a637783.tar.gz
Fixed pessimized (short) i/o port type.
Obtained from: SCSI branch
-rw-r--r--sys/i386/scsi/btreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/scsi/btreg.h b/sys/i386/scsi/btreg.h
index 34d6e12..01816ff 100644
--- a/sys/i386/scsi/btreg.h
+++ b/sys/i386/scsi/btreg.h
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: btreg.h,v 1.2 1995/12/14 14:19:17 peter Exp $
+ * $Id: btreg.h,v 1.3 1996/01/30 22:56:45 mpp Exp $
*/
#ifndef _BTREG_H_
@@ -123,7 +123,7 @@ struct bt_ccb {
};
struct bt_data {
- short bt_base; /* base port for each board */
+ int bt_base; /* base port for each board */
struct bt_mbx bt_mbx; /* all our mailboxes */
struct bt_ccb *bt_ccb_free; /* list of free CCBs */
struct bt_ccb *ccbhash[CCB_HASH_SIZE]; /* phys to kv hash */
OpenPOWER on IntegriCloud