NOTES (e2ee21738f47feb9f761af549f92e418930cfa5a) | NOTES (a2f87f4268e95e35e38e922d1719644dab59ac2e) |
---|---|
1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 1918 unchanged lines hidden (view full) --- 1927hint.si.0.at="isa" 1928hint.si.0.maddr="0xd0000" 1929hint.si.0.irq="12" 1930device nmdm 1931 1932# 1933# The 'bktr' device is a PCI video capture device using the Brooktree 1934# bt848/bt848a/bt849a/bt878/bt879 chipset. When used with a TV Tuner it forms a | 1# $FreeBSD$ 2# 3# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 4# 5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 6# 'makeoptions', 'hints', etc. go into the kernel configuration that you 7# run config(8) with. 8# --- 1918 unchanged lines hidden (view full) --- 1927hint.si.0.at="isa" 1928hint.si.0.maddr="0xd0000" 1929hint.si.0.irq="12" 1930device nmdm 1931 1932# 1933# The 'bktr' device is a PCI video capture device using the Brooktree 1934# bt848/bt848a/bt849a/bt878/bt879 chipset. When used with a TV Tuner it forms a |
1935# TV card, eg Miro PC/TV, Hauppauge WinCast/TV WinTV, VideoLogic Captivator, | 1935# TV card, e.g. Miro PC/TV, Hauppauge WinCast/TV WinTV, VideoLogic Captivator, |
1936# Intel Smart Video III, AverMedia, IMS Turbo, FlyVideo. 1937# 1938# options OVERRIDE_CARD=xxx 1939# options OVERRIDE_TUNER=xxx 1940# options OVERRIDE_MSP=1 1941# options OVERRIDE_DBX=1 1942# These options can be used to override the auto detection 1943# The current values for xxx are found in src/sys/dev/bktr/bktr_card.h 1944# Using sysctl(8) run-time overrides on a per-card basis can be made 1945# 1946# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL 1947# or 1948# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC 1949# Specifies the default video capture mode. 1950# This is required for Dual Crystal (28&35Mhz) boards where PAL is used | 1936# Intel Smart Video III, AverMedia, IMS Turbo, FlyVideo. 1937# 1938# options OVERRIDE_CARD=xxx 1939# options OVERRIDE_TUNER=xxx 1940# options OVERRIDE_MSP=1 1941# options OVERRIDE_DBX=1 1942# These options can be used to override the auto detection 1943# The current values for xxx are found in src/sys/dev/bktr/bktr_card.h 1944# Using sysctl(8) run-time overrides on a per-card basis can be made 1945# 1946# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL 1947# or 1948# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC 1949# Specifies the default video capture mode. 1950# This is required for Dual Crystal (28&35Mhz) boards where PAL is used |
1951# to prevent hangs during initialisation. eg VideoLogic Captivator PCI. | 1951# to prevent hangs during initialisation, e.g. VideoLogic Captivator PCI. |
1952# 1953# options BKTR_USE_PLL | 1952# 1953# options BKTR_USE_PLL |
1954# PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal) 1955# must enable PLL mode with this option. eg some new Bt878 cards. | 1954# This is required for PAL or SECAM boards with a 28Mhz crystal and no 35Mhz 1955# crystal, e.g. some new Bt878 cards. |
1956# 1957# options BKTR_GPIO_ACCESS 1958# This enable IOCTLs which give user level access to the GPIO port. 1959# 1960# options BKTR_NO_MSP_RESET 1961# Prevents the MSP34xx reset. Good if you initialise the MSP in another OS first 1962# 1963# options BKTR_430_FX_MODE --- 482 unchanged lines hidden --- | 1956# 1957# options BKTR_GPIO_ACCESS 1958# This enable IOCTLs which give user level access to the GPIO port. 1959# 1960# options BKTR_NO_MSP_RESET 1961# Prevents the MSP34xx reset. Good if you initialise the MSP in another OS first 1962# 1963# options BKTR_430_FX_MODE --- 482 unchanged lines hidden --- |