From 91d087ad8a4049c68d6187111e2974126a637783 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 11 Nov 1996 15:29:15 +0000 Subject: Fixed pessimized (short) i/o port type. Obtained from: SCSI branch --- sys/i386/scsi/btreg.h | 4 ++-- 1 file 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 */ -- cgit v1.1