diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 19:43:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-11 19:43:29 +0000 |
commit | 9baedc666d4849e407ceb36c04fa8af325aed221 (patch) | |
tree | 2ae44a7c843a80e1e679bbf57914d156ab4f24b1 /sys/arch/alpha/conf | |
parent | 1d92584a64783fb3913b46f5d5eef5fea90da4d1 (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/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 42d0eb2facb..da2d2e725e3 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 1996/10/30 22:38:38 niklas Exp $ +# $OpenBSD: GENERIC,v 1.10 1996/11/11 19:43:28 kstailey Exp $ # $NetBSD: GENERIC,v 1.24 1996/09/27 17:08:32 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -135,6 +135,8 @@ scsibus* at ncr? 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 ? # Workstation Console attachments wscons* at cfb? |