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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
- Use the existing driver lock in cdevsw methods and remove D_NEEDGIANT.
jhb
2014-11-13
3
-33
/
+21
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-15
/
+10
*
Improving r249461 by providing a better way to handle the clang warning.
hiren
2013-04-17
1
-3
/
+4
*
Fixing a clang warning indicating uninitialized variable usage.
hiren
2013-04-14
1
-1
/
+1
*
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
*
Check pointer for NULL before dereferencing it, not after.
brueffer
2009-10-21
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
*
o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
maxim
2006-10-05
2
-2
/
+8
*
while (0); -> while (0) in multi-line macros
imp
2006-08-17
1
-1
/
+1
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Shuffle some definitions so that this can be included from userland.
scottl
2006-01-03
1
-5
/
+11
*
Add some more data structures and definitions for communicating with the
scottl
2006-01-03
1
-1
/
+72
*
Separate the hardware definitions into ipsreg.h so they can be used by
scottl
2005-11-29
7
-309
/
+351
*
Fix build.
glebius
2005-09-27
1
-1
/
+1
*
Report status in hex, not decimal.
scottl
2005-09-27
1
-1
/
+1
*
Overhaul error handling in the IPS driver. Don't use a magic value for
scottl
2005-09-25
5
-73
/
+102
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-2
/
+0
*
Remove an extra mutex unlock in the morpheus interrupt handler.
scottl
2005-04-26
1
-1
/
+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
4
-15
/
+176
*
Remove all of the spl() markers.
scottl
2005-01-28
1
-27
/
+0
*
Lock the IPS driver and bring it out from under Giant. Also do some
scottl
2005-01-28
6
-234
/
+149
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-4
/
+4
*
Change the return value of sema_timedwait() so it returns 0 on
jdp
2004-06-14
1
-3
/
+3
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Use a unique malloc type rather than M_DEVBUF.
scottl
2004-05-30
4
-31
/
+35
*
Fix typo in the device id for the new cards.
scottl
2004-03-27
1
-1
/
+1
*
Add generic support for the recent Adaptec flavors of ServeRAID.
scottl
2004-03-19
2
-4
/
+14
*
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
5
-52
/
+65
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
2
-15
/
+18
*
Remove the static major assignment for ips(4).
scottl
2004-02-14
1
-2
/
+0
*
Use same style for cdevsw as the rest of our drivers.
phk
2004-02-14
1
-5
/
+5
*
Fixed a memory leak.
ru
2004-01-18
1
-0
/
+1
*
The reset_type should not be 0x80, it should be set to zero.
mbr
2004-01-01
1
-1
/
+1
*
ServeRaid (at least 5i) didn't initialize correctly. To get
mbr
2003-11-27
3
-4
/
+211
*
Eliminate reporting of bio_blkno.
phk
2003-10-18
1
-2
/
+2
*
Add an off_t cast to prevent overflow on media size. This should
njl
2003-09-22
1
-1
/
+1
*
Delay most of the adapter initilization until after interrupts are
ps
2003-09-11
2
-2
/
+19
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-08-24
5
-18
/
+16
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
2
-4
/
+4
*
- 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
4
-0
/
+16
*
Fix pointer/int warnings so this compiles on amd64. The driver wants
peter
2003-06-27
3
-4
/
+4
[next]