summaryrefslogtreecommitdiff
path: root/sys/dev/vinum/vinumio.c
Commit message (Expand)AuthorAgeFilesLines
* open_drive:Greg Lehey2000-08-161-16/+21
* open_drive: Recognize "wd" device type. This is going away, but it'sGreg Lehey2000-06-021-7/+6
* vinum_scandisk: Correct error recovery if a configuration is munged.Greg Lehey2000-05-111-3/+3
* remove_drive: correctly obliterate the magic number.Greg Lehey2000-05-041-7/+15
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-2/+2
* open_drive: Add kludges for vn and md.Greg Lehey2000-04-061-0/+4
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-2/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-2/+3
* Fix a problem with device number parsing, which caused da10 to map toGreg Lehey2000-03-021-5/+5
* open_drive: open drives directly rather than going via namei andGreg Lehey2000-02-291-198/+126
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-4/+3
* Add missing header file.Greg Lehey2000-01-051-0/+1
* Explicitly type large scalar parameters to avoid compilation warningsGreg Lehey2000-01-051-8/+6
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+4
* Look for disk devices rather than bdevs.Poul-Henning Kamp1999-12-121-2/+2
* Fix another instance of vinum_scandisk giving a request to the daemonGreg Lehey1999-10-131-10/+10
* open_drive: Don't call set_drive_state to take a drive down, do itGreg Lehey1999-09-281-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* read_drive: Remove references to vp->v_lastr, which is going away.Greg Lehey1999-08-261-16/+3
* format_config: print preferred plex correctly.Greg Lehey1999-08-241-0/+1
* Clean up some comments.Greg Lehey1999-08-161-13/+11
* Add note that a change needs backing out.Greg Lehey1999-08-151-19/+27
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-2/+2
* Remove some XXX comments (they're not really gone, just invisible).Greg Lehey1999-08-141-112/+57
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Fixed all printf format errors reported by gcc -Wformat on i386's:Bruce Evans1999-08-081-8/+8
* Remove code to accept partitions of type 'unused'. From now on, VinumGreg Lehey1999-08-071-84/+97
* use vp->v_rdev;Poul-Henning Kamp1999-07-201-2/+2
* close_drive:Greg Lehey1999-06-291-6/+5
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-3/+3
* Split close_drive into two parts to ensure correct locking against theGreg Lehey1999-06-241-21/+30
* Backout last change. strerror doesn't exist in the kernel.Greg Lehey1999-06-231-4/+2
* Print more legible error message if a drive open fails.Greg Lehey1999-06-221-2/+4
* Modify to work with new style dev_t.Greg Lehey1999-05-151-21/+7
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Remove old grunge, including references to sys/disk.h (which is goingGreg Lehey1999-05-071-6/+1
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-061-2/+1
* close_drive:Greg Lehey1999-05-021-32/+47
* daemon_save_config:Greg Lehey1999-04-101-3/+5
* Revise use of the vinum_conf variables drives_used, subdisks_used,Greg Lehey1999-03-301-75/+85
* Remove longjmp declaration.Greg Lehey1999-03-281-7/+1
* init_drive:Greg Lehey1999-03-231-2/+9
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. ItGreg Lehey1999-03-191-3/+7
* Modify to compile with egcs.Greg Lehey1999-03-181-3/+2
* Don't frob vp->v_usecount, it scares the hell out of the driver underGreg Lehey1999-03-131-5/+2
* Change printf() calls to log() calls.Greg Lehey1999-03-021-46/+81
* check_drive: Make sure that we don't open two different drives withGreg Lehey1999-02-111-14/+27