summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-08-03 16:30:35 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-08-03 16:30:35 +0000
commit8ce32e3964d09c53e02d427a320de2245b48c96f (patch)
tree80008fdca2fb571ba43c7dee2f23994d2502ddf9
parent599a5de2f0974ee6d1d120aa4e567440236c0b84 (diff)
missing safte/ses/scsibus pieces
discussed with dlg@, ok deraadt@
-rw-r--r--sys/arch/cats/conf/GENERIC10
-rw-r--r--sys/arch/hppa64/conf/GENERIC4
-rw-r--r--sys/arch/mvmeppc/conf/GENERIC4
3 files changed, 12 insertions, 6 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC
index 69bb068da53..cd47f10c163 100644
--- a/sys/arch/cats/conf/GENERIC
+++ b/sys/arch/cats/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.27 2005/06/17 23:50:37 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.28 2005/08/03 16:30:34 martin Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -90,9 +90,11 @@ scsibus* at siop?
sd* at scsibus? # SCSI disk drives
st* at scsibus? # SCSI tape drives
cd* at scsibus? # SCSI CD-ROM drives
-#ch* at scsibus? # SCSI auto-changers
-#uk* at scsibus? # SCSI unknown device
-#ss* at scsibus? # SCSI scanner
+ch* at scsibus? # SCSI auto-changers
+uk* at scsibus? # SCSI unknown device
+ss* at scsibus? # SCSI scanner
+safte* at scsibus? # SCSI accessed fault-tolerant enclosures
+ses* at scsibus? # SCSI enclosure services
# PCI IDE Controllers and Devices
# PCI IDE controllers - see pciide(4) for supported hardware.
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC
index 0ebd931f39a..2ff2577c31b 100644
--- a/sys/arch/hppa64/conf/GENERIC
+++ b/sys/arch/hppa64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.7 2005/06/17 23:50:37 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.8 2005/08/03 16:30:34 martin Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -180,5 +180,7 @@ ukphy* at mii? # generic unknown PHYs
#ch* at scsibus?
#ss* at scsibus?
#uk* at scsibus?
+#safte* at scsibus?
+#ses* at scsibus?
#pseudo-device wsmux 2 # mouse and keyboard multiplexor
diff --git a/sys/arch/mvmeppc/conf/GENERIC b/sys/arch/mvmeppc/conf/GENERIC
index 6949a93866b..c9942127ddf 100644
--- a/sys/arch/mvmeppc/conf/GENERIC
+++ b/sys/arch/mvmeppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.9 2005/05/27 02:08:14 martin Exp $
+# $OpenBSD: GENERIC,v 1.10 2005/08/03 16:30:34 martin Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -87,3 +87,5 @@ sd0 at scsibus? target 0 lun 0
#ch* at scsibus?
#ss* at scsibus?
#uk* at scsibus?
+#safte* at scsibus?
+#ses* at scsibus?