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
/
ofw
/
ofw_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missed style fixes.
marius
2009-06-14
1
-5
/
+3
*
Fix style.
marius
2009-06-14
1
-47
/
+47
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
The mediasize shouldn't be multipled by the sector size when it was
grehan
2005-10-31
1
-1
/
+2
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Don't probe for a disk unless explicitly enabled by a tunable.
grehan
2004-12-28
1
-0
/
+6
*
GEOMify the OFW disk driver. Code taken unashamedly from
grehan
2004-12-21
1
-147
/
+126
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
1
-3
/
+3
*
- set resid correctly so that a failed seek (e.g. end of file) returns
grehan
2004-06-25
1
-1
/
+3
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-10
/
+13
*
- add an identify method, since the disk device used to be picked
grehan
2004-02-04
1
-3
/
+29
*
- The last change conflicted with disks on a live system, as opposed to
grehan
2003-12-15
1
-3
/
+9
*
- accept device_type of "block", which is how psim/gdb6.0 defines
grehan
2003-12-12
1
-7
/
+2
*
Use bio_offset instead of bio_blkno
phk
2003-10-18
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
<sys/disk.h> -> <geom/geom_disk.h>
des
2003-04-03
1
-1
/
+1
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+1
*
NO_GEOM cleanup:
phk
2003-02-23
1
-91
/
+27
*
Add missing semicolon
grehan
2002-09-20
1
-1
/
+1
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-13
/
+5
*
Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware
benno
2002-04-15
1
-0
/
+261