Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-25 | Remove redundant enabling of memory space and bus master which | Brad Smith | |
pci_mapreg_map() deals with. ok jakemsr@ | |||
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl | |
help and ok miod@ thib@ | |||
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski | |
bug in the code, but as soon as I try to fix it, it seems to trigger some other bugs. Instead of trying to figure out what's going on while everyone suffers, it's better to back out and figure out the bugs outside the tree. | |||
2007-06-18 | remove newline in dmesg that slipped in in last commit | Jacob Meuser | |
go ahead robert@ | |||
2007-06-11 | remove all FreeBSD/NetBSD specific code because we will | Robert Nagy | |
never use them and the code is much more readable now ok jakemsr@ | |||
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski | |
Instead, keep the proc pointer in it and put the selinfo on a list in struct proc in selrecord. Then clean up the list when leaving sys_select and sys_poll. miod@ ok, testing by many, including Bobs spamd boxes. | |||
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat | |
2007-01-08 | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie | Pedro Martelletto | |
Okay robert@ | |||
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto | |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-02-05 | improve support for TV tuning via radio(4) by: | Jacob Meuser | |
- adding a TV or radio mode flag to struct radio_info for radio(4) and a similar flag to struct TUNER for bktr(4) to make tuning mode explicit - reporting the proper frequency when in TV mode - documenting the mode flag and cleaning up some grammar OK mickey@, robert@ | |||
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller | |
OK mickey@ | |||
2006-01-15 | as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at | Jacob Meuser | |
attach, and doesn't disable them ever. this removes the enabling/disabling of the audio muxes in the radio(4) interface for bktr(4) as well. OK robert@, mickey@ | |||
2005-12-07 | from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682 | Michael Shalayeff | |
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy | |
ok mickey@ | |||
2005-12-02 | Check if the given FM frequency is between 87.5Mhz and 108Mhz. | Robert Nagy | |
If the given value is too small default to 87.5Mhz, if it is too high default to 108Mhz. ok mickey@ | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-15 | Undefine STATUS_SUM, because it is not needed, and it makes | Robert Nagy | |
bktr(4) work on alpha. ok mickey@ | |||
2005-06-23 | Use proper type for 32 bit entity. s/long/int | Robert Nagy | |
This is needed for bktr(4) to work on sparc64. testing and ok by mickey and Jacob Meuser <jakemsr@jakemsr.com> | |||
2005-06-22 | apparently i got the last one reversed; from jakemsr@ | Michael Shalayeff | |
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ↵ | Michael Shalayeff | |
from jakemsr@ | |||
2005-04-14 | do not reset tuner and audio settings on open/close; from jakemsr@ | Michael Shalayeff | |
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff | |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau | |
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@ | |||
2004-10-15 | Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSD | Jonathan Gray | |
Check for yet another LeakTek PCI vendor ID to make a WinFast TV2000 work from NetBSD Add missing mention of TVWONDER in card override part of bktr(4) ok mickey@ | |||
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff | |
2004-06-28 | add support for ati tv-wonders written by me and tested by Jacob Meuser ↵ | Michael Shalayeff | |
<jakemsr@jakemsr.com> on /ve model | |||
2004-05-24 | cummulative update from freebsd an netbsd: | Michael Shalayeff | |
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT; correct brightness ioctl; missing htole32s; fix "set chroma comb" command in yuv422_prog(); use defines instead of magic numbers; fix statics and comments. from jakemsr@jakemsr.com | |||
2004-05-24 | missing statics for freebsd; from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-05-24 | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-03-19 | typo in comment; from robert nagy | Michael Shalayeff | |
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff | |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre | |
diffs from Paul de Weerd; ok deraadt@ | |||
2003-07-04 | no need for an BKTR_DEBUG always | Michael Shalayeff | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff | |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff | |
2003-01-21 | fix cut and paste piece in dma programming, caused jumpieness in animation; ↵ | Michael Shalayeff | |
good diagnose by Kamil Andrusz <wizz@mniam.net> | |||
2003-01-16 | recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.com | Michael Shalayeff | |
2003-01-15 | Get rid of vm_offset_t in bktr. | Artur Grabowski | |
2003-01-05 | proper endianess handling in 16 and 32 bit video modes, 24 bit is not ↵ | Michael Shalayeff | |
supported by the card | |||
2003-01-05 | endianess-free, works on macppc now, except for the fb endianess | Michael Shalayeff | |
2003-01-04 | spelling | Theo de Raadt | |
2002-07-13 | no need to redefine pci vendors here since we have 'em, comment on two ↵ | Michael Shalayeff | |
screwed entries | |||
2002-07-13 | pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ↵ | Michael Shalayeff | |
does not work | |||
2002-06-06 | compatibilty -> compatibility | Aaron Campbell | |
2002-06-06 | fix stereo handling on bktr, remove dead code from fms (now that radio does ↵ | Michael Shalayeff | |
attachment properly; from jumbo@ | |||
2002-04-30 | constify a few structs | Michael Shalayeff | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |