diff options
author | bde <bde@FreeBSD.org> | 2004-04-05 19:31:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-04-05 19:31:18 +0000 |
commit | cffcc6d901cfc999a139cb66031d0b618f451673 (patch) | |
tree | 70657c74c6657f8f584396d31ed3fdfd7c9d53e2 /sys/i386 | |
parent | e0710a2e7152b5c0bf1f7bcec11e951eebca301c (diff) | |
download | FreeBSD-src-cffcc6d901cfc999a139cb66031d0b618f451673.zip FreeBSD-src-cffcc6d901cfc999a139cb66031d0b618f451673.tar.gz |
Uncomment the cy driver since it works again.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 593002e..9034075 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -660,9 +660,8 @@ options SAFE_RNDTEST # enable rndtest support device apm hint.apm.0.flags="0x20" device pmtimer # Adjust system timer at wakeup time -#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 +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" |