Home | History | Annotate | Download | only in bktr
History log of /src/sys/dev/pci/bktr/bktr_audio.c
RevisionDateAuthorComments
 1.20  19-Dec-2021  andvar fix various typos in bktr driver comments.
 1.19  07-Dec-2012  msaitoh - sprintf() -> snprintf()
- Fix typo in comment.
 1.18  16-Jan-2008  jmcneill branches: 1.18.44; 1.18.54;
Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.
 1.17  19-Oct-2007  ad branches: 1.17.2; 1.17.8;
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
 1.16  24-Nov-2006  wiz branches: 1.16.2; 1.16.8; 1.16.16; 1.16.22; 1.16.24; 1.16.28;
s/existance/existence/, from Zafer.
 1.15  08-Mar-2006  lukem branches: 1.15.10; 1.15.12;
Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.
Add a space between numbers and Hz unit.
 1.14  06-Dec-2005  wiz branches: 1.14.4; 1.14.6; 1.14.8; 1.14.10;
Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682.
 1.13  12-May-2004  wiz branches: 1.13.10; 1.13.12;
Fix typo in comment; from Robert Nagy via OpenBSD.
 1.12  12-Mar-2003  wiz branches: 1.12.2;
Merge some more.
 1.11  12-Mar-2003  wiz Merge first bktr-sf import.
 1.10  04-Jan-2003  wiz Spell output with two ts.
 1.9  13-Nov-2001  lukem add RCSIDs
 1.8  30-Dec-2000  wiz branches: 1.8.2; 1.8.4;
Merge 2.18 to trunk.
 1.7  28-Oct-2000  wiz branches: 1.7.2;
Merge 2.17 changes to trunk.
 1.6  01-Jul-2000  wiz resolve conflicts.
 1.5  21-May-2000  wiz branches: 1.5.4;
Use bktr_softc.bktr_dev.dv_xname instead of "bktr0" when printf'ing as
requested by Klaus Klein in kern/10166.
Also add device instance name to all printf's that didn't have it.
 1.4  07-May-2000  veego It is a bad idea to declare a static bootverbose variable here. Remove it.
 1.3  07-May-2000  wiz remove unnecessary output to console
 1.2  07-May-2000  wiz Some NetBSD specific changes; also TODO, and import script, based
on bind2netbsd by Bernd Ernesti
 1.1  07-May-2000  wiz branches: 1.1.1;
Initial revision
 1.1.1.5  12-Mar-2003  wiz Import of current state of bktr(4) in sourceforge repository.
Changes since last import:
. lots of whitespace cleanups
. typo fixes (e.g. hz, compatibilty)
. fix brightness ioctl return value
. wait for int ready using DELAY() instead of tight loop
 1.1.1.4  30-Dec-2000  wiz Import release 2.18 of the bktr driver. Changes since 2.17:
o Add new ioctls to allow userland programs fuller access to the I2C
bus, BT848_MSP_READ BT848_MSP_WRITE and BT848_MSP_RESET.
o Add tuner type 0x2a. Remove 0x2c which was incorrect.
o Christian Gusenbauer <Christian.Gusenbauer@netway.at> added support
for audio on Hauppauge cards without the audio mux. The MSP is used
for audio selection. (the 44xxx models)
 1.1.1.3  28-Oct-2000  wiz Import release 2.17 of the bktr driver.
Changes: Integration of some NetBSD changes. (FreeBSD version now is also
usable as a KLD (~= LKM).)
 1.1.1.2  01-Jul-2000  wiz Import release 2.14 of the bktr driver. Changes: mostly integration
of NetBSD changes; support for new Hauppauge tuner types.
 1.1.1.1  07-May-2000  wiz Import of (finally busspaced) bktr-driver from FreeBSD (part 1).
This version is from the location specified in the README, modified
by bktr2netbsd, to be committed later.
 1.5.4.1  03-Jul-2000  wiz Pull up revision 1.6 (requested by wiz):
Sync with release 2.14 of the bktr driver. Changes: mostly integration
of NetBSD changes; support for new Hauppauge tuner types.

Approved by thorpej.
 1.7.2.4  05-Jan-2001  bouyer Sync with HEAD
 1.7.2.3  22-Nov-2000  bouyer Sync with HEAD.
 1.7.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.2.1  28-Oct-2000  bouyer file bktr_audio.c was added on branch thorpej_scsipi on 2000-11-20 22:35:45 +0000
 1.8.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.8.2.2  07-Jan-2003  thorpej Sync with HEAD.
 1.8.2.1  14-Nov-2001  nathanw Catch up to -current.
 1.12.2.4  11-Dec-2005  christos Sync with head.
 1.12.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.2.1  03-Aug-2004  skrll Sync with HEAD
 1.13.12.4  21-Jan-2008  yamt sync with head
 1.13.12.3  27-Oct-2007  yamt sync with head.
 1.13.12.2  30-Dec-2006  yamt sync with head.
 1.13.12.1  21-Jun-2006  yamt sync with head.
 1.13.10.1  07-Dec-2005  riz Pull up following revision(s) (requested by wiz in ticket #1035):
sys/dev/pci/bktr/bktr_audio.c: revision 1.14
Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682.
 1.14.10.1  19-Apr-2006  elad sync with head.
 1.14.8.1  13-Mar-2006  yamt sync with head.
 1.14.6.1  22-Apr-2006  simonb Sync with head.
 1.14.4.1  09-Sep-2006  rpaulo sync with head
 1.15.12.1  10-Dec-2006  yamt sync with head.
 1.15.10.1  12-Jan-2007  ad Sync with head.
 1.16.28.1  25-Oct-2007  bouyer Sync with HEAD.
 1.16.24.2  23-Mar-2008  matt sync with HEAD
 1.16.24.1  06-Nov-2007  matt sync with HEAD
 1.16.22.1  26-Oct-2007  joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
 1.16.16.1  03-Jun-2008  skrll Sync with netbsd-4.
 1.16.8.1  23-Oct-2007  ad Sync with head.
 1.16.2.1  21-Jan-2008  bouyer Pull up following revision(s) (requested by jmcneill in ticket #1046):
sys/dev/pci/bktr/bktr_reg.h: revision 1.18
sys/dev/pci/bktr/bktr_audio.c: revision 1.18
sys/dev/pci/bktr/bktr_os.c: revision 1.49
sys/dev/pci/bktr/bktr_core.c: revision 1.46
sys/dev/ic/bt8xx.h: revision 1.9
sys/dev/pci/bktr/bktr_core.h: revision 1.10
Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.
 1.17.8.1  19-Jan-2008  bouyer Sync with HEAD
 1.17.2.1  18-Feb-2008  mjf Sync with HEAD.
 1.18.54.1  25-Feb-2013  tls resync with head
 1.18.44.1  16-Jan-2013  yamt sync with (a bit old) head

RSS XML Feed