mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Disable cy - it is now completely broken and needs non-trivial work.
This commit is contained in:
parent
45ece682fd
commit
d42df83312
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71611
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user