mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Updated options for the Bt848/Bt878 driver
This includes the BKTR_430_FX_MODE and BKTR_SIS_VIA_MODE options which make Bt878/879 cards work better on 430FX and old SiS/VIA/OPTi boards
This commit is contained in:
parent
e503a07843
commit
24e89aa850
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47522
1 changed files with 21 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: options,v 1.137 1999/05/09 16:45:42 phk Exp $
|
# $Id: options,v 1.138 1999/05/25 20:15:54 gibbs Exp $
|
||||||
#
|
#
|
||||||
# On the handling of kernel options
|
# On the handling of kernel options
|
||||||
#
|
#
|
||||||
|
@ -322,13 +322,26 @@ NFS_MUIDHASHSIZ opt_nfs.h
|
||||||
NFS_NOSERVER opt_nfs.h
|
NFS_NOSERVER opt_nfs.h
|
||||||
NFS_DEBUG opt_nfs.h
|
NFS_DEBUG opt_nfs.h
|
||||||
|
|
||||||
# give bktr an opt_bktr.h file
|
# For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver
|
||||||
OVERRIDE_CARD opt_bktr.h
|
OVERRIDE_CARD opt_bktr.h #Override the bootup card detection
|
||||||
OVERRIDE_TUNER opt_bktr.h
|
OVERRIDE_TUNER opt_bktr.h #Override the bootup tuner detection
|
||||||
OVERRIDE_DBX opt_bktr.h
|
OVERRIDE_DBX opt_bktr.h #Override the bootup DBX detection
|
||||||
OVERRIDE_MSP opt_bktr.h
|
OVERRIDE_MSP opt_bktr.h #Override the bootup MSP detection
|
||||||
BROOKTREE_SYSTEM_DEFAULT opt_bktr.h
|
BROOKTREE_SYSTEM_DEFAULT opt_bktr.h #Set to BROOKTREE_PAL or BROOKTREE_NTSC
|
||||||
BKTR_USE_PLL opt_bktr.h
|
#can prevent hang with Captivator card
|
||||||
|
BKTR_USE_PLL opt_bktr.h #Use PLL mode for PAL users
|
||||||
|
#handy for newer bt878 cards for PAL
|
||||||
|
BKTR_GPIO_ACCESS opt_bktr.h #Enable IOCTLs which give user level
|
||||||
|
#access to the GPIO port.
|
||||||
|
BKTR_NO_MSP_RESET opt_bktr.h #Prevent MSP34xx reset. Handy if you
|
||||||
|
#initialise the chip in another OS first
|
||||||
|
BKTR_430_FX_MODE opt_bktr.h #Switch Bt878 cards into Intel 430FX
|
||||||
|
#chipset compatibility mode
|
||||||
|
BKTR_SIS_VIA_MODE opt_bktr.h #Switch Bt878 cards into SIS/VIA chipset
|
||||||
|
#compatibility mode. Good for older
|
||||||
|
#SiS/VIA chipsets, older OPTi chipsets
|
||||||
|
#and those with bad PCI 2.1 support.
|
||||||
|
#As a rough guess, old = before mid 1998
|
||||||
|
|
||||||
|
|
||||||
# meteor opt_meteor.h
|
# meteor opt_meteor.h
|
||||||
|
|
Loading…
Reference in a new issue