aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ccd
Commit message (Expand)AuthorAgeFilesLines
* GEOMification of CCD.Poul-Henning Kamp2003-06-091-1322/+0
* Further devilification of CCD:Poul-Henning Kamp2003-06-021-86/+87
* Begin deevilification of CCD:Poul-Henning Kamp2003-06-021-1/+56
* Remove unused variable.Poul-Henning Kamp2003-05-311-2/+0
* More correct patch: Only call biofinish if we have not already sentPoul-Henning Kamp2003-04-141-1/+18
* Call biofinish() also when we get a malloc() failure.Poul-Henning Kamp2003-04-141-4/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-17/+1
* Initialize the second buffer for mirroring to point to itself and not itsPoul-Henning Kamp2003-03-041-0/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"Poul-Henning Kamp2003-02-211-5/+5
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-10/+11
* Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp2003-02-111-0/+1
* Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wePoul-Henning Kamp2003-02-011-46/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-10/+10
* Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp2003-01-191-431/+143
* Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp2003-01-191-145/+0
* Inline now trivial functions getccdbuf() and putccdbuf().Poul-Henning Kamp2003-01-181-53/+8
* Fix minor memory-leak.Poul-Henning Kamp2003-01-181-0/+1
* Use the M_CCD malloc bucket instead of M_DEVBUF.Poul-Henning Kamp2003-01-181-41/+25
* Inline trivial function ccdintr() into its one caller ccdiodone().Poul-Henning Kamp2003-01-181-21/+9
* Sanitize the copyright section a bit: We do not need two copies of thePoul-Henning Kamp2003-01-181-51/+17
* Find places to store the previously implicityly passed unit number inPoul-Henning Kamp2003-01-171-7/+122
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.Poul-Henning Kamp2003-01-031-21/+4
* Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp2003-01-031-5/+5
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* - Use vrefcnt() instead of v_usecount.Jeff Roberson2002-09-251-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-0/+1
* Fix another two printf() format errors which weren't warnedMaxime Henrion2002-09-131-4/+4
* Fix another printf() format error which wasn't warned aboutMaxime Henrion2002-09-131-2/+3
* Fix a printf() format error on 64 bits architectures.Maxime Henrion2002-09-131-3/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.Bruce Evans2002-05-251-4/+6
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-9/+0
* One less user of the bogus DIOCGPART ioctl.Poul-Henning Kamp2002-04-021-12/+16
* Remove bogus ccddump() function in favour of the standard nodump.Poul-Henning Kamp2002-03-291-10/+1
* Fix bio->bio_blkno format warning.Alfred Perlstein2002-03-191-4/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-5/+5
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp2001-12-301-2/+7
* Return EOPNOTSUPP for unknown module events.Ian Dowse2001-11-171-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-20/+20
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-0/+3
* Kill the NCCD constant by modernizing the ccd driver.Poul-Henning Kamp2001-09-041-194/+223
* Polish error handling with biofinish().Poul-Henning Kamp2001-05-081-14/+15
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* fix a number of printf format string warnings inside DEBUG ifdefsAndrew Gallatin2001-03-291-14/+15