diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
commit | d8e5182669ec289a96d2e134042bb68b693161da (patch) | |
tree | e00df291e58bcddcceba5e926e954fde3d021551 /sys/arch/mvme68k/conf | |
parent | 150be116802d369e044ff6c15f124c32637af2e7 (diff) |
add all the possible SCSI device types to the GENERIC configs.
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 649d126da18..e42e1aa2dc3 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 1996/04/28 11:24:33 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.6 1996/05/15 08:56:15 mickey Exp $ machine mvme68k m68k @@ -104,3 +104,6 @@ scsibus* at siop? sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? +ch* at scsibus? target ? lun ? +ss* at scsibus? target ? lun ? +uk* at scsibus? target ? lun ? |