diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-08 18:43:10 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-08 18:43:10 +0000 |
commit | 4f8f811f3622ab15a6cd535615b4fb34e1dd2a19 (patch) | |
tree | 8ad7184aa76347fdb08b415a06f8f6b92120ca26 /sys | |
parent | 236f8525d7c0ad36f393f82d3922249a8c87b37b (diff) |
Fill in device structure, bad dlg@
Diffstat (limited to 'sys')
-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"); |