diff options
author | imp <imp@FreeBSD.org> | 2004-03-14 22:50:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-03-14 22:50:49 +0000 |
commit | 135f3028d373eae1c04703af20672e6326b85816 (patch) | |
tree | fd99c41ab04b8d3c0b7ba6c18b899e048f05a0d5 /sys/i386/conf/NOTES | |
parent | e31a388840ad5635d8a38ac477289d1efae2f79c (diff) | |
download | FreeBSD-src-135f3028d373eae1c04703af20672e6326b85816.zip FreeBSD-src-135f3028d373eae1c04703af20672e6326b85816.tar.gz |
Comment out the cy driver until I can make sure that the new cy driver
I have for it works.
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a400e4c..5c02359 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -648,8 +648,9 @@ options SAFE_RNDTEST # enable rndtest support device apm hint.apm.0.flags="0x20" device pmtimer # Adjust system timer at wakeup time -device cy 1 -options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared +#The Cy driver is commented out until imp can move it to dev/cy +#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" |