diff options
author | 1996-06-29 06:16:52 +0000 | |
---|---|---|
committer | 1996-06-29 06:16:52 +0000 | |
commit | f1d0c1276e6a754591aee08dc609e20b28bd2d6a (patch) | |
tree | 7e5b50ce5a63ea7da4286290bb904efe59e32a01 | |
parent | Update for removal of GNU tar(1) (diff) | |
download | wireguard-openbsd-f1d0c1276e6a754591aee08dc609e20b28bd2d6a.tar.xz wireguard-openbsd-f1d0c1276e6a754591aee08dc609e20b28bd2d6a.zip |
INST requires ncr.
-rw-r--r-- | sys/arch/i386/conf/INST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST index 0dfb544648a..e65c7f9ec5a 100644 --- a/sys/arch/i386/conf/INST +++ b/sys/arch/i386/conf/INST @@ -1,4 +1,4 @@ -# $OpenBSD: INST,v 1.6 1996/06/24 17:07:33 deraadt Exp $ +# $OpenBSD: INST,v 1.7 1996/06/29 06:16:52 downsj Exp $ # $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $ # # Install kernels no longer support X. @@ -107,6 +107,8 @@ ahc* at eisa? slot ? # Adaptec 284x SCSI controllers scsibus* at ahc? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers scsibus* at aic? +ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers +scsibus* at ncr? sd* at scsibus? target ? lun ? # SCSI disk drives st* at scsibus? target ? lun ? # SCSI tape drives |