diff options
author | bde <bde@FreeBSD.org> | 2001-02-01 09:57:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-02-01 09:57:59 +0000 |
commit | d60016256261644c43a447e3d9b50ec53cf57c6f (patch) | |
tree | ab7af6b9d6707dbab61af6d80f6f6779fb71b988 /sys/conf/NOTES | |
parent | 959d9a9919bd02b684fb4f84ce8d60173021e1ad (diff) | |
download | FreeBSD-src-d60016256261644c43a447e3d9b50ec53cf57c6f.zip FreeBSD-src-d60016256261644c43a447e3d9b50ec53cf57c6f.tar.gz |
Unbreak test coverage of cy driver.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a074ff6..f8b5aa6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1920,7 +1920,7 @@ hint.pca.0.port="0x040" # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board # bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board -# cy: Cyclades serial driver (Currently completely broken) +# cy: Cyclades serial driver # dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) # dgm: Digiboard PC/Xem driver # gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB @@ -2064,12 +2064,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" |