diff options
author | Bruce Evans <bde@FreeBSD.org> | 2001-02-01 09:57:59 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-01 09:57:59 +0000 |
commit | 2849b131ecd3cfee2e16fe1d3088538ec8c15456 (patch) | |
tree | efd491342b07724d732d479aa943edd296607d4b | |
parent | c1ac98a6325f16195ae614c7dfd1bcc6b1dbe4fd (diff) |
Unbreak test coverage of cy driver.
Notes
Notes:
svn path=/head/; revision=71893
-rw-r--r-- | sys/conf/NOTES | 14 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a074ff638cfc..f8b5aa6620e1 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" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a074ff638cfc..f8b5aa6620e1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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" |