Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-23 | allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov ↵ | Michael Shalayeff | |
<jumbo@narod.ru> | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-22 | supply some entropy from here | Michael Shalayeff | |
2001-09-20 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-07-04 | Off-by-one error in out-of-range test in bktr_open | Constantine Sapuntzakis | |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
2001-05-16 | use dma_mapsize now that's available. | Federico G. Schwindt | |
2001-03-28 | sigh, forgot another ifdef; use bus_space_xx for cross plataform support. | Federico G. Schwindt | |
2001-03-28 | Use vaddr_t instead of vm_offset_t. | Federico G. Schwindt | |
2001-03-28 | Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson | Federico G. Schwindt | |
<andreas@crt.se> for testing. |