diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-28 01:01:03 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-12-28 01:01:03 +0000 |
commit | 55d5664798405ba3001220b3a5f3222b99072081 (patch) | |
tree | 0d42538723cc644b047f38b38f7afa08a70f600f /sys/arch/i386 | |
parent | d0384a990eebc65bd2c7ca139cab611a9b3103cc (diff) |
Got an NCR controller too now
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GANDALF | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF index be213a64f1b..60625626243 100644 --- a/sys/arch/i386/conf/GANDALF +++ b/sys/arch/i386/conf/GANDALF @@ -1,7 +1,7 @@ # # GANDALF -- Dual Tyan P5/133 PCI/EISA bus # -# $OpenBSD: GANDALF,v 1.18 1996/12/08 20:01:35 tholo Exp $ +# $OpenBSD: GANDALF,v 1.19 1996/12/28 01:01:02 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -107,6 +107,9 @@ fd* at fdc? drive ? ahb* at eisa? slot ? # Adaptec 174[024] SCSI controller scsibus* at ahb? +ncr* at pci? dev ? function ? +scsibus* at ncr? + sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives cd* at scsibus? target ? lun ? # SCSI CD-ROM drives |