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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-8
/
+8
*
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
-12
/
+15
*
Add a per controller IOCTL interface.
mdodd
2004-01-15
3
-1
/
+142
*
- Add comments.
mdodd
2004-01-15
2
-34
/
+188
*
Insure values of adapter structure members are in correct byte order.
mdodd
2004-01-15
1
-6
/
+7
*
Initialize drive device_t in softc.
mdodd
2004-01-13
1
-0
/
+1
*
style(9): single tab after #define.
mdodd
2004-01-13
4
-67
/
+67
*
Handle "Bad Command List" errors.
mdodd
2004-01-12
1
-0
/
+3
*
Remove comments that no longer apply.
mdodd
2004-01-12
1
-4
/
+0
*
- Initialize qcb flags in ida_construct_qcb() with respect to DMA direction.
mdodd
2004-01-12
1
-4
/
+16
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
3
-6
/
+9
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Initialize bp->bio_driver1 in idad_strategy().
mdodd
2003-08-08
1
-0
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
3
-3
/
+7
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-3
/
+3
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-3
/
+3
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
4
-4
/
+8
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
5
-13
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
NO_GEOM cleanup:
phk
2003-02-23
4
-66
/
+18
*
Fix the detach code to actually detach the disk instance created
phk
2003-02-23
1
-5
/
+1
*
Remove a goto the very next statement.
phk
2003-02-23
1
-3
/
+0
*
NO_GEOM cleanup:
phk
2003-02-21
1
-3
/
+5
*
Update to new crashdump API
ps
2003-02-07
1
-38
/
+9
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
1
-1
/
+2
*
Cast a bus_addr_t to a long long to make printf happy.
jhb
2002-11-06
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-3
/
+3
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-10
/
+4
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-1
/
+6
*
No need to conditionalize on pci being in the kernel for this
imp
2002-03-20
2
-6
/
+0
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Fix warning: 186: warning: label `done' defined but not used
peter
2001-06-15
1
-1
/
+0
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-6
/
+0
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-2
/
+1
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-12
/
+2
*
Change the dump routines to only abort if control-c is pressed.
ps
2001-03-27
1
-1
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
2
-2
/
+2
*
Add crashdump support.
jlemon
2001-02-26
5
-25
/
+106
*
Add a flag value to the board identifiers, and use this to enable the
jlemon
2001-01-09
3
-22
/
+38
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Add PCI id for the RAID LC2 controller.
jlemon
2000-12-01
1
-1
/
+3
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
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
6
-36
/
+79
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
[next]