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
/
buslogic
/
bt_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313982, r314068:
pfg
2017-03-14
1
-2
/
+2
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-12
/
+7
*
Add locking to the bt(4) driver and mark it MPSAFE.
jhb
2012-10-15
1
-16
/
+3
*
Remove comments about creating DMA tags as children of the DMA tags of their
jmallett
2012-03-12
1
-1
/
+0
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+1
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
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
-6
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-3
/
+4
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+4
*
Clean up argument comments for bus_dma_tag_create() calls.
mdodd
2003-03-29
1
-8
/
+12
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
1
-1
/
+1
*
Use rman_get_start instead of bus handle directly.
nyan
2000-01-17
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-2
/
+2
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-5
/
+1
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
ahc_pci.c:
gibbs
1999-04-23
1
-3
/
+3
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-78
/
+103
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Convert to change in ISA compatiblity port handling in the base bt driver.
gibbs
1998-11-10
1
-3
/
+3
*
Do not disable the ISA compatibility window if it is the same value as
gibbs
1998-10-30
1
-8
/
+13
*
Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.
gibbs
1998-09-15
1
-0
/
+205