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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add crashdump support.
jlemon
2001-02-26
1
-19
/
+23
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
The DEC version of the Smart controller has its configuration information
jlemon
2000-07-27
1
-7
/
+14
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
1
-2
/
+2
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-12
/
+12
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
1
-41
/
+57
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+1
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-0
/
+2
*
$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
-3
/
+3
*
Compaq Smart RAID driver for -current. Based on the original ida.c
jlemon
1999-06-24
1
-0
/
+512