diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:45:15 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:45:15 +0000 |
| commit | 8fb3bbe7706f0919ce074f9b44f04d8fafe690e6 (patch) | |
| tree | 0bc40bcd45f885e71a3eb81f70ca7998866dbf64 /sys/dev/bktr | |
| parent | f0d0985ee90b08f5e90c352521d4d60bf11509c4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/CHANGELOG.TXT | 2 | ||||
| -rw-r--r-- | sys/dev/bktr/bktr_os.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT index b885e15e0a30..f6c918efc67b 100644 --- a/sys/dev/bktr/CHANGELOG.TXT +++ b/sys/dev/bktr/CHANGELOG.TXT @@ -285,7 +285,7 @@ Fix row=0/columns=0 bug. From Randal Hopper<aa8vb@ipass.net> Add option to block the reset of the MSP34xx audio chip by adding options BKTR_NO_MSP_RESET to the kernel config file. - This is usefull if you run another operating system + This is useful if you run another operating system first to initialise the audio chip, then do a soft reboot. Added for Yuri Gindin <yuri@xpert.com> diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index 4eb39ae6771c..773ffb061eec 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -404,7 +404,7 @@ bktr_attach( device_t dev ) #if defined( BKTR_SIS_VIA_MODE ) if (bootverbose) printf("Using SiS/VIA chipset compatibilty mode\n"); - fun = fun | 4; /* Enable SiS/VIA compatibility mode (usefull for + fun = fun | 4; /* Enable SiS/VIA compatibility mode (useful for OPTi chipset motherboards too */ #endif pci_write_config(dev, 0x40, fun, 2); |
