summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr
AgeCommit message (Expand)Author
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
2006-01-20Include sys/stdint.h instead of defining uintptr_t ourselves.Todd C. Miller
2006-01-15as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes atJacob Meuser
2005-12-07from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682Michael Shalayeff
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
2005-12-02Check if the given FM frequency is between 87.5Mhz and 108Mhz.Robert Nagy
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-15Undefine STATUS_SUM, because it is not needed, and it makesRobert Nagy
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
2005-06-22apparently i got the last one reversed; from jakemsr@Michael Shalayeff
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ...Michael Shalayeff
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@Michael Shalayeff
2005-02-24support zoltrix tv/fm; from jakemsr@ pr4096Michael Shalayeff
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2004-10-15Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSDJonathan Gray
2004-06-29do not use u_long for 32bit data; found by Jacob MeuserMichael Shalayeff
2004-06-28add support for ati tv-wonders written by me and tested by Jacob Meuser <jake...Michael Shalayeff
2004-05-24cummulative update from freebsd an netbsd:Michael Shalayeff
2004-05-24missing statics for freebsd; from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-05-24remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.comMichael Shalayeff
2004-03-19typo in comment; from robert nagyMichael Shalayeff
2004-03-14support for two more leadtek cards; from robert nagyMichael Shalayeff
2004-02-25remove -w option to sysctl;Jason McIntyre
2003-07-04no need for an BKTR_DEBUG alwaysMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-12a missing htole32 and a pasto; from netbsdMichael Shalayeff
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-21fix cut and paste piece in dma programming, caused jumpieness in animation; g...Michael Shalayeff
2003-01-16recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.comMichael Shalayeff
2003-01-15Get rid of vm_offset_t in bktr.Artur Grabowski
2003-01-05proper endianess handling in 16 and 32 bit video modes, 24 bit is not support...Michael Shalayeff
2003-01-05endianess-free, works on macppc now, except for the fb endianessMichael Shalayeff
2003-01-04spellingTheo de Raadt
2002-07-13no need to redefine pci vendors here since we have 'em, comment on two screwe...Michael Shalayeff
2002-07-13pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ...Michael Shalayeff
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-06-06fix stereo handling on bktr, remove dead code from fms (now that radio does a...Michael Shalayeff
2002-04-30constify a few structsMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-23allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov <jumb...Michael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-22supply some entropy from hereMichael Shalayeff
2001-09-20occured->occurredMike Pechkin
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-07-04Off-by-one error in out-of-range test in bktr_openConstantine Sapuntzakis
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16use dma_mapsize now that's available.Federico G. Schwindt
2001-03-28sigh, forgot another ifdef; use bus_space_xx for cross plataform support.Federico G. Schwindt