index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
bktr
/
bktr_os.c
Age
Commit message (
Expand
)
Author
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-05-25
Remove redundant enabling of memory space and bus master which
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-06-18
remove newline in dmesg that slipped in in last commit
Jacob Meuser
2007-06-11
remove all FreeBSD/NetBSD specific code because we will
Robert Nagy
2007-02-11
Remove _KERNEL_OPT leftovers.
Miod Vallat
2006-02-05
improve support for TV tuning via radio(4) by:
Jacob Meuser
2006-01-15
as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at
Jacob Meuser
2005-12-05
Add support to tune the channel and the channel sets via radio(4).
Robert Nagy
2005-12-02
Check if the given FM frequency is between 87.5Mhz and 108Mhz.
Robert Nagy
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2004-06-29
do not use u_long for 32bit data; found by Jacob Meuser
Michael Shalayeff
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
2003-07-04
no need for an BKTR_DEBUG always
Michael Shalayeff
2003-01-15
Get rid of vm_offset_t in bktr.
Artur Grabowski
2003-01-05
endianess-free, works on macppc now, except for the fb endianess
Michael Shalayeff
2002-07-13
pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ...
Michael Shalayeff
2002-06-06
compatibilty -> compatibility
Aaron Campbell
2002-06-06
fix stereo handling on bktr, remove dead code from fms (now that radio does a...
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 <jumb...
Michael Shalayeff
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
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
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
2001-05-16
use dma_mapsize now that's available.
Federico G. Schwindt
2001-03-28
Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson
Federico G. Schwindt