summaryrefslogtreecommitdiff
path: root/sys/dev/pci/bktr/bktr_os.c
AgeCommit message (Expand)Author
2004-06-29do not use u_long for 32bit data; found by Jacob MeuserMichael 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
2003-07-04no need for an BKTR_DEBUG alwaysMichael Shalayeff
2003-01-15Get rid of vm_offset_t in bktr.Artur Grabowski
2003-01-05endianess-free, works on macppc now, except for the fb endianessMichael 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-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-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-28Latest bktr driver from FreeBSD; thanks to Andres GunnarssonFederico G. Schwindt