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
/
contrib
/
dev
/
fla
/
fla.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send the fla driver in the Attic
phk
2004-07-13
1
-288
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-12
/
+15
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-2
/
+2
*
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
1
-9
/
+1
*
NO_GEOM cleanup:
phk
2003-02-22
1
-68
/
+16
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Mark our struct disk with DISKFLAG_CANDELETE instead of the cdevsw with
phk
2003-02-11
1
-1
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-7
/
+6
*
Don't call dkunit() to find our unit number, it is in our softc.
phk
2002-09-20
1
-1
/
+1
*
fix blockno printf formatting warnings.
alfred
2002-03-19
1
-4
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
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
-2
/
+0
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
remove unused #include.
phk
2000-10-07
1
-1
/
+0
*
Remove SMP hack.
phk
2000-09-16
1
-6
/
+0
*
Unused include: #include "fla.h"
peter
2000-06-10
1
-1
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Enforce and respect the 8 unit limit.
phk
2000-04-23
1
-1
/
+3
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-22
/
+22
*
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
-2
/
+2
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-1
/
+2
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-3
/
+1
*
remove unused #includes.
phk
1999-10-11
1
-2
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-7
/
+4
*
Bite the bullet and allocate the devsw entry at compile time.
phk
1999-09-12
1
-1
/
+2
*
Use a different tactic when creating the devsw so that disk_create()
phk
1999-09-12
1
-1
/
+1
*
Improve the micro "disk" layer after gaining more experience with it.
phk
1999-09-01
1
-2
/
+1
*
Remove unneeded slice element.
phk
1999-08-29
1
-1
/
+0
*
Convert to use the new "disk" layer.
phk
1999-08-29
1
-107
/
+79
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
SMP: Release the giant lock while we work the flash array
phk
1999-08-15
1
-97
/
+40
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-9
/
+9
*
Fixed a bogus include pathname which broke compiling in an obj directory.
bde
1999-08-07
1
-2
/
+2
*
Add driver support for M-systems DiskOnChip Products.
phk
1999-08-06
1
-0
/
+451