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
/
ida
/
ida_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Whitespace cleanup.
mdodd
2005-04-13
1
-9
/
+9
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).
mdodd
2004-12-14
1
-1
/
+7
*
Reformat arguments bus_dma_tag_create().
mdodd
2004-12-14
1
-6
/
+15
*
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
-4
/
+4
*
style(9): single tab after #define.
mdodd
2004-01-13
1
-6
/
+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
-1
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+2
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
NO_GEOM cleanup:
phk
2003-02-23
1
-0
/
+1
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Add crashdump support.
jlemon
2001-02-26
1
-1
/
+9
*
Add a flag value to the board identifiers, and use this to enable the
jlemon
2001-01-09
1
-14
/
+24
*
Add PCI id for the RAID LC2 controller.
jlemon
2000-12-01
1
-1
/
+3
*
Look at both the vendor and subvendor information when determining
jlemon
2000-10-13
1
-32
/
+25
*
The DEC version of the Smart controller has its configuration information
jlemon
2000-07-27
1
-4
/
+8
*
Add code which actually checks for the NCR PCI id so it can be used.
jlemon
2000-05-23
1
-1
/
+2
*
Add PCI ID for NEC/Compaq controller.
jlemon
2000-05-22
1
-2
/
+5
*
Add PCI id for Compaq Smart Array 431 card.
jlemon
2000-05-22
1
-0
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Add PCI identification for another SmartArray 4200, which identifies
jlemon
2000-05-04
1
-6
/
+14
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
1
-31
/
+119
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
$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
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-9
/
+2
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-6
/
+1
*
Compaq Smart RAID driver for -current. Based on the original ida.c
jlemon
1999-06-24
1
-0
/
+199