summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-08-04 14:31:54 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-08-04 14:31:54 +0000
commit07783cd938137ba350d71f17506733143e209f1f (patch)
treeb460385fa33ac59336aa885678f2aa86efa618dc
parent8bdfe2004119bc84842b93b7649bc5dc1279c929 (diff)
the generic scsi attach line already says we're an enclosure, so why did
i make it say the second line that says the same thing?
-rw-r--r--sys/scsi/ses.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/ses.c b/sys/scsi/ses.c
index 340883e7cd2..2e2d5844c3a 100644
--- a/sys/scsi/ses.c
+++ b/sys/scsi/ses.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ses.c,v 1.14 2005/08/04 14:28:51 dlg Exp $ */
+/* $OpenBSD: ses.c,v 1.15 2005/08/04 14:31:53 dlg Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -136,7 +136,6 @@ ses_attach(struct device *parent, struct device *self, void *aux)
sc->sc_thread = NULL;
printf("\n");
- printf("%s: SCSI Enclosure Services\n", DEVNAME(sc));
if (ses_read_config(sc) != 0) {
printf("%s: unable to read enclosure configuration\n",