diff options
-rw-r--r-- | sys/scsi/safte.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/safte.c b/sys/scsi/safte.c index b8845da00c6..fb846811e3c 100644 --- a/sys/scsi/safte.c +++ b/sys/scsi/safte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: safte.c,v 1.5 2005/08/05 01:06:15 dlg Exp $ */ +/* $OpenBSD: safte.c,v 1.6 2005/08/08 18:43:09 marco Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -139,6 +139,7 @@ safte_attach(struct device *parent, struct device *self, void *aux) int i; sc->sc_link = sa->sa_sc_link; + sa->sa_sc_link->device_softc = sc; printf("\n"); |