index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
bktr
/
bktr_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-4
/
+1
*
- Corrrect mispellings of word useful
gabor
2013-04-17
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.
rnoland
2009-12-29
1
-1
/
+2
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-9
/
+2
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-2
/
+9
*
Unbreak bktr(4).
ed
2009-05-26
1
-1
/
+1
*
Free the memory correctly in the error case
benjsc
2009-05-26
1
-1
/
+1
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-14
/
+14
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
don't require a buffer if all we are doing is manipulating the GPIO pins...
jmg
2006-05-26
1
-0
/
+9
*
if we are compiling with smbus support, properly depend upon the iic and
jmg
2006-01-27
1
-0
/
+7
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-4
/
+4
*
Remove support for FreeBSD < 4.recent from this driver.
imp
2005-01-08
1
-11
/
+0
*
Remove vnode.h and adjust includes to compensate for pollution.
imp
2005-01-08
1
-1
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-7
/
+7
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-5
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use contigmalloc() instead of vm_page_alloc_contig().
alc
2004-01-14
1
-2
/
+5
*
Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktr
obrien
2003-12-08
1
-2
/
+2
*
Use a mutex to synchronize the driver top and bottom halves instead of
truckman
2003-12-01
1
-0
/
+5
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-17
/
+15
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+4
*
Add a overhaul of the soundchip initialization for the MSP34xx chipsets
alex
2003-08-12
1
-0
/
+37
*
Eliminate mostly unused local variable.
phk
2003-05-31
1
-5
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Fix a panic unloading the bktr driver when devfs is in use.
roger
2002-12-09
1
-10
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-7
/
+8
*
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
peter
2002-07-21
1
-4
/
+0
*
Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2
imp
2002-07-21
1
-444
/
+0
*
Fix bktr and pcf compilation with LINT
nsouch
2002-03-25
1
-5
/
+0
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-10
/
+28
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Don't call cdevsw_add().
phk
2001-11-04
1
-16
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-16
/
+16
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+4
*
Add missing 'unit' code
roger
2000-10-20
1
-0
/
+4
*
Update to driver 2.17
roger
2000-10-19
1
-29
/
+73
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load the
roger
2000-09-11
1
-0
/
+2
*
Update to driver 2.15.
roger
2000-09-10
1
-3
/
+3
*
Replace previous change by a move of a #include since something else
peter
2000-09-03
1
-5
/
+3
*
If we are going to test NSMBUS, we had better #include the file that
peter
2000-09-03
1
-0
/
+1
[next]