mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Comment out the cy driver until I can make sure that the new cy driver
I have for it works.
This commit is contained in:
parent
2c87f688cd
commit
289e7650eb
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue