summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0f0e942..db8a02b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1917,6 +1917,10 @@ device nmdm
# motherboards and motherboards with bad or incomplete PCI 2.1 support.
# As a rough guess, old = before 1998
#
+# options BKTR_NEW_MSP34XX_DRIVER
+# Use new, more complete initialization scheme for the msp34* soundchip.
+# Should fix stereo autodetection if the old driver does only output
+# mono sound.
device meteor 1
diff --git a/sys/conf/files b/sys/conf/files
index 56ec900..50ee095 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -335,6 +335,7 @@ dev/bktr/bktr_core.c optional bktr pci
dev/bktr/bktr_i2c.c optional bktr pci smbus
dev/bktr/bktr_os.c optional bktr pci
dev/bktr/bktr_tuner.c optional bktr pci
+dev/bktr/msp34xx.c optional bktr pci
dev/buslogic/bt.c optional bt
dev/buslogic/bt_eisa.c optional bt eisa
dev/buslogic/bt_isa.c optional bt isa
diff --git a/sys/conf/options b/sys/conf/options
index 5d7c17c..fe100c1 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -523,6 +523,7 @@ BKTR_NO_MSP_RESET opt_bktr.h
BKTR_430_FX_MODE opt_bktr.h
BKTR_SIS_VIA_MODE opt_bktr.h
BKTR_USE_FREEBSD_SMBUS opt_bktr.h
+BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
# meteor opt_meteor.h
METEOR_ALLOC_PAGES opt_meteor.h
OpenPOWER on IntegriCloud