summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-08-21 14:36:37 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-08-21 14:36:37 +0000
commitca0817554fd680bf3c70358fddb9a348b8409cfd (patch)
tree37f79844f43324781223688ab2c226c4abf418dd
parentb4f15b4fcda01e2e3149607df207289a6681d3cd (diff)
pretty and add ss* and st* (I knew I was forgetting something)
-rw-r--r--sys/arch/sparc64/conf/GENERIC12
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC
index 600f48d2514..bd56ee5a7ce 100644
--- a/sys/arch/sparc64/conf/GENERIC
+++ b/sys/arch/sparc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.6 2001/08/21 14:33:53 jason Exp $
+# $OpenBSD: GENERIC,v 1.7 2001/08/21 14:36:36 jason Exp $
# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
machine sparc64
@@ -63,7 +63,9 @@ scsibus* at esp?
# These entries find devices on all SCSI busses and assign
# unit numers dynamically.
-sd* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-ch* at scsibus? target ? lun ?
-uk* at scsibus? target ? lun ?
+sd* at scsibus? target ? lun ? # SCSI disks
+st* at scsibus? target ? lun ? # SCSI tapes
+cd* at scsibus? target ? lun ? # SCSI CD-ROMs
+ch* at scsibus? target ? lun ? # SCSI changer devices
+ss* at scsibus? target ? lun ? # SCSI scanners
+uk* at scsibus? target ? lun ? # unknown SCSI devices