summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-08 14:46:04 +0000
committerbde <bde@FreeBSD.org>2000-10-08 14:46:04 +0000
commitb587783ac1834004dedcd4739609caeba4094dcd (patch)
treefd1bfd704bfa73cdf98bb013f67cb2ee72ad7bd9 /sys
parent6590a30c386a5302dc955f12bd924251d015b970 (diff)
downloadFreeBSD-src-b587783ac1834004dedcd4739609caeba4094dcd.zip
FreeBSD-src-b587783ac1834004dedcd4739609caeba4094dcd.tar.gz
Unbreak detection of breakage in cy driver.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES12
-rw-r--r--sys/i386/conf/NOTES12
2 files changed, 12 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7ee9c60..3299cd8 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1969,12 +1969,12 @@ hint.gsc.0.drq="3"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
-#device cy 1
-#options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-#hint.cy.0.at="isa"
-#hint.cy.0.irq="10"
-#hint.cy.0.maddr="0xd4000"
-#hint.cy.0.msize="0x2000"
+device cy 1
+options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
+hint.cy.0.at="isa"
+hint.cy.0.irq="10"
+hint.cy.0.maddr="0xd4000"
+hint.cy.0.msize="0x2000"
device dgb 1
options NDGBPORTS=16 # Defaults to 16*NDGB
hint.dgb.0.at="isa"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7ee9c60..3299cd8 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1969,12 +1969,12 @@ hint.gsc.0.drq="3"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
-#device cy 1
-#options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
-#hint.cy.0.at="isa"
-#hint.cy.0.irq="10"
-#hint.cy.0.maddr="0xd4000"
-#hint.cy.0.msize="0x2000"
+device cy 1
+options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
+hint.cy.0.at="isa"
+hint.cy.0.irq="10"
+hint.cy.0.maddr="0xd4000"
+hint.cy.0.msize="0x2000"
device dgb 1
options NDGBPORTS=16 # Defaults to 16*NDGB
hint.dgb.0.at="isa"
OpenPOWER on IntegriCloud