diff options
| -rw-r--r-- | sys/i386/eisa/aha1742.c | 3 |
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; |
