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_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-11
/
+14
*
- Add comments.
mdodd
2004-01-15
1
-3
/
+3
*
Initialize drive device_t in softc.
mdodd
2004-01-13
1
-0
/
+1
*
Initialize bp->bio_driver1 in idad_strategy().
mdodd
2003-08-08
1
-0
/
+1
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-1
/
+2
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-9
/
+1
*
NO_GEOM cleanup:
phk
2003-02-23
1
-66
/
+15
*
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
*
(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
1
-2
/
+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
*
Add crashdump support.
jlemon
2001-02-26
1
-2
/
+64
*
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
-2
/
+4
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
1
-51
/
+48
*
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
*
Change the maximum I/O transfer size to DFLTPHYS. This should fix
jlemon
2000-04-13
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+2
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Cosmetic fix: "id" -> "idad" for devstat.
jlemon
2000-03-08
1
-1
/
+1
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
1
-84
/
+43
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-1
/
+2
*
Call id_drvinit() from attach, not probe as the OS hasn't necessarily
peter
1999-11-08
1
-2
/
+2
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+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
-3
/
+1
*
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
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-6
/
+4
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Compaq Smart RAID driver for -current. Based on the original ida.c
jlemon
1999-06-24
1
-0
/
+331