summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-01-10 08:45:55 +0000
committerphk <phk@FreeBSD.org>1997-01-10 08:45:55 +0000
commit25919acc5bb50de681089b548902d09bec328817 (patch)
treef9b22d45fe04783e2b0ad2b9b673d2e650898013 /sys
parenta65f04e413773cf23f11546a248570c199ca5eba (diff)
downloadFreeBSD-src-25919acc5bb50de681089b548902d09bec328817.zip
FreeBSD-src-25919acc5bb50de681089b548902d09bec328817.tar.gz
kern/2433: Multiple AHA1542 scsi controllers don't work
Reviewed by: phk Submitted by: Virgil Champlin <champlin@pa.dec.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/aha1542.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index d827253..2b5fff4 100644
--- a/sys/i386/isa/aha1542.c
+++ b/sys/i386/isa/aha1542.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: aha1542.c,v 1.62 1996/09/10 23:30:48 bde Exp $
+ * $Id: aha1542.c,v 1.63 1996/10/08 21:08:14 bde Exp $
*/
/*
@@ -580,6 +580,7 @@ ahaprobe(dev)
}
bzero(aha, sizeof(struct aha_data));
ahadata[unit] = aha;
+ aha->unit = unit;
aha->aha_base = dev->id_iobase;
/*
OpenPOWER on IntegriCloud