mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Switch to using the moved cy driver (adjust pathnames and remove "count"
parameter). Keep using it only in the i386 NOTES for now. It is fairly MI, but it doesn't use bus-space and has a couple of i386 i/o instructions in pci intitialization.
This commit is contained in:
parent
eb095afb05
commit
e0871faf17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128814
@ -364,6 +364,9 @@ dev/cs/if_cs.c optional cs
|
||||
dev/cs/if_cs_isa.c optional cs isa
|
||||
dev/cs/if_cs_pccard.c optional cs card
|
||||
dev/cs/if_cs_pccard.c optional cs pccard
|
||||
dev/cy/cy.c optional cy
|
||||
dev/cy/cy_isa.c optional cy isa
|
||||
dev/cy/cy_pci.c optional cy pci
|
||||
dev/dcons/dcons.c optional dcons
|
||||
dev/dcons/dcons_crom.c optional dcons_crom
|
||||
dev/digi/digi.c optional digi
|
||||
|
@ -267,7 +267,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
|
||||
i386/isa/atpic.c standard
|
||||
i386/isa/atpic_vector.s standard
|
||||
i386/isa/clock.c standard
|
||||
i386/isa/cy.c count cy
|
||||
i386/isa/elink.c optional ep
|
||||
i386/isa/elink.c optional ie
|
||||
i386/isa/if_el.c count el
|
||||
@ -413,4 +412,3 @@ pci/agp_ali.c optional agp
|
||||
pci/agp_amd.c optional agp
|
||||
pci/agp_i810.c optional agp
|
||||
pci/agp_nvidia.c optional agp
|
||||
pci/cy_pci.c optional cy pci
|
||||
|
@ -663,7 +663,7 @@ options SAFE_RNDTEST # enable rndtest support
|
||||
device apm
|
||||
hint.apm.0.flags="0x20"
|
||||
device pmtimer # Adjust system timer at wakeup time
|
||||
device cy 1
|
||||
device cy
|
||||
options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared
|
||||
hint.cy.0.at="isa"
|
||||
hint.cy.0.irq="10"
|
||||
|
Loading…
Reference in New Issue
Block a user