summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-14 02:19:42 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-14 02:19:42 +0000
commit581bb98709a503211490c02fa51a9c1ef735fee8 (patch)
tree33e20d4247aadcd3b8a35fd3af29f4dd54fb0bc2
parenta91fd1190db43be78ce265ae0a6efe301ce7cdec (diff)
Notes
-rw-r--r--sys/i386/eisa/aha1742.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index e4e2af32e46d..334476282534 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.46 1996/01/04 21:10:39 wollman Exp $
+ * $Id: aha1742.c,v 1.47 1996/01/07 19:20:59 gibbs Exp $
*/
#include <sys/types.h>
@@ -656,6 +656,7 @@ ahb_bus_attach(ahb)
*/
ahb->sc_link.adapter_unit = ahb->unit;
ahb->sc_link.adapter_targ = ahb->our_id;
+ ahb->sc_link.adapter_softc = ahb;
ahb->sc_link.adapter = &ahb_switch;
ahb->sc_link.device = &ahb_dev;