From ceb85496faf60ef4585360ffaf99a35346fca702 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 10 Jan 1997 08:45:55 +0000 Subject: [PATCH] kern/2433: Multiple AHA1542 scsi controllers don't work Reviewed by: phk Submitted by: Virgil Champlin --- sys/i386/isa/aha1542.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index d827253c4d9..2b5fff42f1e 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; /*