From 1e975242200c0cca197b31e3192e17253d599d2d Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 13 Mar 1996 20:57:45 +0000 Subject: [PATCH] SCSI scanner device added to the list of SCSI devices configured. --- sys/arch/arm32/conf/GENERIC | 1 + sys/arch/arm32/conf/VOYAGER | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC index 11964252c0c9..8e7bd6b40a09 100644 --- a/sys/arch/arm32/conf/GENERIC +++ b/sys/arch/arm32/conf/GENERIC @@ -165,6 +165,7 @@ st* at scsibus? target ? lun ? # SCSI tape drives cd* at scsibus? target ? lun ? # SCSI CD-ROM drives ch* at scsibus? target ? lun ? # SCSI auto-changers uk* at scsibus? target ? lun ? # SCSI unknown device +ss* at scsibus? target ? lun ? # SCSI scanner #kie* at podulebus? slot ? offset ? diff --git a/sys/arch/arm32/conf/VOYAGER b/sys/arch/arm32/conf/VOYAGER index 79f10a3f9b3a..2d7c9ad6be39 100644 --- a/sys/arch/arm32/conf/VOYAGER +++ b/sys/arch/arm32/conf/VOYAGER @@ -165,6 +165,7 @@ st* at scsibus? target ? lun ? # SCSI tape drives cd* at scsibus? target ? lun ? # SCSI CD-ROM drives ch* at scsibus? target ? lun ? # SCSI auto-changers uk* at scsibus? target ? lun ? # SCSI unknown device +ss* at scsibus? target ? lun ? # SCSI scanner #kie* at podulebus? slot ? offset ?