summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-07 10:07:36 +0000
committerphk <phk@FreeBSD.org>2000-10-07 10:07:36 +0000
commitef375bd2173894753d7c63fab258c3c9214bf1ae (patch)
treef1528b847e41f91a519c21c62a64fe8a30b355db /sys
parent3a90d138778ee43a0fc7839d28ee1c86eba729c1 (diff)
downloadFreeBSD-src-ef375bd2173894753d7c63fab258c3c9214bf1ae.zip
FreeBSD-src-ef375bd2173894753d7c63fab258c3c9214bf1ae.tar.gz
Cy driver doesn't compile and nobody seems to care.
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 3299cd8..7ee9c60 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 3299cd8..7ee9c60 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