Disable cy - it is now completely broken and needs non-trivial work.

This commit is contained in:
Peter Wemm 2001-01-25 01:56:27 +00:00
parent 45ece682fd
commit d42df83312
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71611
4 changed files with 14 additions and 24 deletions

View File

@ -1910,7 +1910,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
# cy: Cyclades serial driver (Currently completely broken)
# 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
@ -2054,12 +2054,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"

View File

@ -27,10 +27,6 @@
* $FreeBSD$
*/
#ifdef COMPILING_LINT
#warning "The cy pci driver is broken and is not compiled with LINT"
#else
/*
* Cyclades Y PCI serial interface driver
*/
@ -161,4 +157,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
#endif

View File

@ -1910,7 +1910,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
# cy: Cyclades serial driver (Currently completely broken)
# 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
@ -2054,12 +2054,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"

View File

@ -27,10 +27,6 @@
* $FreeBSD$
*/
#ifdef COMPILING_LINT
#warning "The cy pci driver is broken and is not compiled with LINT"
#else
/*
* Cyclades Y PCI serial interface driver
*/
@ -161,4 +157,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
#endif