diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 23:20:48 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 23:20:48 +0000 |
commit | a2709c396de005feb83970a5e50a9fe6b63dc77f (patch) | |
tree | b076e0b292efb7f8c71b0d45cf03a84467eb2666 /sys/arch/pmax/conf | |
parent | d1cc9c5720aa64b90afed2cd93937f5c37bbb1a8 (diff) |
Updates for SCSI scanner and SCSI unknown devices.
Removed MI *dev_decl() stuff that is now in sys/conf.h
Diffstat (limited to 'sys/arch/pmax/conf')
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 8511153aedf..134c1a7ca6c 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -152,7 +152,8 @@ scsibus* at asc? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? - +ss* at scsibus? target ? lun ? +uk* at scsibus? target ? lun ? # # SCSI configuration for old DECstation SCSI driver |