summaryrefslogtreecommitdiff
path: root/sys/dev/ccd
AgeCommit message (Expand)Author
2003-06-09GEOMification of CCD.Poul-Henning Kamp
2003-06-02Further devilification of CCD:Poul-Henning Kamp
2003-06-02Begin deevilification of CCD:Poul-Henning Kamp
2003-05-31Remove unused variable.Poul-Henning Kamp
2003-04-14More correct patch: Only call biofinish if we have not already sentPoul-Henning Kamp
2003-04-14Call biofinish() also when we get a malloc() failure.Poul-Henning Kamp
2003-04-01Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp
2003-03-18Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp
2003-03-08Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp
2003-03-04Initialize the second buffer for mirroring to point to itself and not itsPoul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-21NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"Poul-Henning Kamp
2003-02-21NO_GEOM cleanup:Poul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-02-11Announce our ability to do MAXPHYS transfers.Poul-Henning Kamp
2003-02-01Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wePoul-Henning Kamp
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2003-01-19Finally give CCD the disk mini-layer treatment:Poul-Henning Kamp
2003-01-19Unifdef -UDEBUG on the CCD driver. The debugging is mostly uselessPoul-Henning Kamp
2003-01-18Inline now trivial functions getccdbuf() and putccdbuf().Poul-Henning Kamp
2003-01-18Fix minor memory-leak.Poul-Henning Kamp
2003-01-18Use the M_CCD malloc bucket instead of M_DEVBUF.Poul-Henning Kamp
2003-01-18Inline trivial function ccdintr() into its one caller ccdiodone().Poul-Henning Kamp
2003-01-18Sanitize the copyright section a bit: We do not need two copies of thePoul-Henning Kamp
2003-01-17Find places to store the previously implicityly passed unit number inPoul-Henning Kamp
2003-01-03Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.Poul-Henning Kamp
2003-01-03Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp
2002-12-30Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt
2002-09-25 - Use vrefcnt() instead of v_usecount.Jeff Roberson
2002-09-20(This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp
2002-09-13Fix another two printf() format errors which weren't warnedMaxime Henrion
2002-09-13Fix another printf() format error which wasn't warned aboutMaxime Henrion
2002-09-13Fix a printf() format error on 64 bits architectures.Maxime Henrion
2002-05-25Fixed printf format errors. Most of them are 64-bit daddr_t casualties.Bruce Evans
2002-05-12Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp
2002-04-08Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp
2002-04-02Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp
2002-04-02One less user of the bogus DIOCGPART ioctl.Poul-Henning Kamp
2002-03-29Remove bogus ccddump() function in favour of the standard nodump.Poul-Henning Kamp
2002-03-19Fix bio->bio_blkno format warning.Alfred Perlstein
2002-03-15Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2001-12-30Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp
2001-11-17Return EOPNOTSUPP for unknown module events.Ian Dowse
2001-09-12KSE Milestone 2Julian Elischer
2001-09-10Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway
2001-09-04Kill the NCCD constant by modernizing the ccd driver.Poul-Henning Kamp
2001-05-08Polish error handling with biofinish().Poul-Henning Kamp
2001-05-06Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp
2001-03-29fix a number of printf format string warnings inside DEBUG ifdefsAndrew Gallatin