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
/
amr
/
amr_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
amr.c,
emoore
2002-10-30
1
-3
/
+25
*
(1) added LSI Logic copyright, and legal line 3 in license, and string
emoore
2002-10-18
1
-8
/
+30
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-10
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Fix warning: 179: 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
-4
/
+0
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-2
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Major update to the AMI MegaRAID driver.
msmith
2000-08-30
1
-80
/
+43
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-15
/
+15
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+2
*
Update to latest working version.
msmith
2000-04-01
1
-26
/
+23
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-2
/
+2
*
Don't print the chipset value; it's not useful.
msmith
1999-11-02
1
-2
/
+20
*
Change the queueing model used by the controller to drastically reduce
msmith
1999-10-26
1
-3
/
+0
*
Save the drive device_t so that we can print it later.
msmith
1999-10-16
1
-0
/
+1
*
This is a driver for the AMI MegaRAID family of controllers. It all of
msmith
1999-10-07
1
-0
/
+299