aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_freebsdkintf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove RAIDFrame. It hasn't worked since GEOM replaced the old diskScott Long2004-03-161-3192/+0
* Don't free k_cfg until we're finished using it -- reverse the order ofColin Percival2004-02-221-1/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-15/+18
* Fixed another 0 (actually '\0') vs / NULL mixup. This completesBruce Evans2003-12-251-1/+1
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-181-7/+7
* DuH!Poul-Henning Kamp2003-10-181-2/+3
* Initialize bp->b_offset and remove comment about B_PHYS.Poul-Henning Kamp2003-10-181-2/+3
* Rearrange the deck-chairs while we wait for scottl to GEOMify RF.Poul-Henning Kamp2003-10-181-1/+1
* Use a dynamic major assignment for the raidctl device.Scott Long2003-09-291-1/+0
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-3/+3
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-13/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-021-13/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-271-115/+42
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* #if 0 one more line to make this compile without subr_disklabel.c.Poul-Henning Kamp2003-01-201-0/+4
* Remove stale reference to deprecated mini-disklayer stuff.Scott Long2003-01-201-13/+0
* Remove unused second argument from DEV_STRATEGY().Poul-Henning Kamp2003-01-031-2/+2
* Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein2003-01-011-0/+1
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()Robert Watson2002-12-311-1/+2
* Play nice with GEOM and use the appropriate ioctls for getting theScott Long2002-12-101-20/+12
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsScott Long2002-11-251-1/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-201-0/+3294