diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:57:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:57:38 +0000 |
commit | 71b4b4983d10c51e0536096f9e2885caa92194c9 (patch) | |
tree | 519a38eaaf6b308c71fd474ebbc844e3e158c456 /sys | |
parent | 07922c9f5b647c17940b05b0458ccce3a2615210 (diff) |
Force NCY_ISA & NCY_PCI symbols into cy.h
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2c5ff9800f6..2a57a14b411 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.35 1996/08/15 14:44:47 shawn Exp $ +# $OpenBSD: files,v 1.36 1996/08/23 19:57:37 niklas Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -44,7 +44,7 @@ file dev/ic/am7990.c le # LANCE and PCnet Ethernet controllers device cy: tty -file dev/ic/cy.c cy needs-flag +file dev/ic/cy.c cy & (cy_isa | cy_pci) needs-flag # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have |