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
/
ips
/
ips_pci.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
-15
/
+10
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+1
*
Fix argument order in a call to mtx_init.
mjacob
2009-12-17
1
-1
/
+1
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-2
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+2
*
Separate the hardware definitions into ipsreg.h so they can be used by
scottl
2005-11-29
1
-0
/
+4
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-3
/
+3
*
Add crashdump support to the ips driver. It only works for the more modern
scottl
2005-01-30
1
-0
/
+3
*
Lock the IPS driver and bring it out from under Giant. Also do some
scottl
2005-01-28
1
-3
/
+6
*
Add generic support for the recent Adaptec flavors of ServeRAID.
scottl
2004-03-19
1
-4
/
+12
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+6
*
Switch from using mutexes to using semaphores to protect against early
scottl
2004-02-28
1
-1
/
+3
*
Delay most of the adapter initilization until after interrupts are
ps
2003-09-11
1
-2
/
+18
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-4
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+2
*
- Zero the buffers used to hold configuration data from the card. Not doing
scottl
2003-06-26
1
-6
/
+22
*
Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller
scottl
2003-05-11
1
-0
/
+182