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
/
dpt
/
dpt_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add locking to the dpt(4) driver and mark it MPSAFE.
jhb
2012-10-15
1
-13
/
+6
*
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
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+2
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Remove unnecessary dpt_free().
mdodd
2005-04-13
1
-1
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
o nuke duplicate call of dpt_free when dpt_init fails
sam
2005-02-24
1
-3
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-8
/
+6
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
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
*
- Track resources in our softc.
mdodd
2003-03-29
1
-32
/
+28
*
Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the
peter
2002-10-09
1
-1
/
+1
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+2
*
Allow the DPT pci attachment to share IRQ's
peter
2000-08-26
1
-1
/
+2
*
Use correct register values. This one was in aic7xxx and advansys too.
peter
2000-05-28
1
-1
/
+1
*
Use correct offset into register window.
mdodd
2000-04-07
1
-1
/
+2
*
- Convert dpt_pci.c to newbus.
mdodd
2000-04-07
1
-122
/
+136
*
Switch over to the new location in sys/dev/dpt.
mdodd
1999-10-09
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-2
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-2
/
+2
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+3
*
ahc_pci.c:
gibbs
1998-10-07
1
-2
/
+2
*
Conver the DPT driver to CAM. The dpt_control interface is not yet
gibbs
1998-09-15
1
-407
/
+88
*
Update DPT driver from 1.4.3 to 1.4.5
eivind
1998-08-05
1
-24
/
+9
*
o Return error when the controller can't accept commands.
eivind
1998-06-02
1
-2
/
+2
*
Add EISA support for DPT drivers
julian
1998-03-11
1
-3
/
+1
*
Removed unused #includes.
bde
1998-02-20
1
-9
/
+1
*
Staticize. (Diffs by me & and Simon in cooperation.)
eivind
1998-02-10
1
-7
/
+7
*
Add #include "opt_devfs.h".
eivind
1998-02-09
1
-1
/
+2
*
Add Simon Shapiro's DPT driver
julian
1998-01-26
1
-0
/
+531