diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-08 18:42:09 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-08 18:42:09 +0000 |
commit | 236f8525d7c0ad36f393f82d3922249a8c87b37b (patch) | |
tree | 00833bb2a36a66d36d10f5851cbc8d2cc1f1bffa | |
parent | f780772c075f5764ecbc55eaa7b6452b99bdb5ff (diff) |
Fill in device structure, bad dlg@
-rw-r--r-- | sys/scsi/ses.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/ses.c b/sys/scsi/ses.c index 3681bef21a2..3c893934a96 100644 --- a/sys/scsi/ses.c +++ b/sys/scsi/ses.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ses.c,v 1.17 2005/08/05 03:20:26 dlg Exp $ */ +/* $OpenBSD: ses.c,v 1.18 2005/08/08 18:42:08 marco Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -133,6 +133,7 @@ ses_attach(struct device *parent, struct device *self, void *aux) sc->sc_link = sa->sa_sc_link; sc->sc_thread = NULL; + sa->sa_sc_link->device_softc = sc; printf("\n"); |