From de8a3631f094c583d345a959990d33cd3ae8db7a Mon Sep 17 00:00:00 2001 From: gibbs Date: Fri, 16 Feb 1996 17:24:19 +0000 Subject: Allow I/O port ranges above the standard ISA one so the PCI probe will succeed. Reviewed by: Richard J Kuhns --- sys/i386/scsi/bt.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/i386/scsi') diff --git a/sys/i386/scsi/bt.c b/sys/i386/scsi/bt.c index 9748b60..2f8a254 100644 --- a/sys/i386/scsi/bt.c +++ b/sys/i386/scsi/bt.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt.c,v 1.4 1996/01/07 19:24:36 gibbs Exp $ + * $Id: bt.c,v 1.5 1996/01/25 23:03:07 joerg Exp $ */ /* @@ -462,10 +462,6 @@ bt_alloc(unit, iobase) } } } - if (i >= sizeof(found)/sizeof(struct bt_found)) { - printf("bt%d: Invalid base address\n", unit); - return NULL; - } bt = malloc(sizeof(struct bt_data), M_DEVBUF, M_NOWAIT); if (!bt) { -- cgit v1.1