summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/cd.c
AgeCommit message (Expand)Author
2004-01-10store a i/o priority hint in struct buf for buffer queue discipline.yamt
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-09-18Merge the geometry and cache handling code for all direct access and opticalmycroft
2003-09-13Don't be silent if there is no media present.mycroft
2003-09-13Make sure the "raw partition" can always be opened again.mycroft
2003-09-09In the test for whether to start the unit, I used the wrong error code.mycroft
2003-09-08Oops. Fix a typo in cd_mode_select().mycroft
2003-09-08Do a START UNIT only if the TEST UNIT READY reports that the device is notmycroft
2003-09-08Attempt to deal with Martin's weirdass Sun drive by setting the mode sensemycroft
2003-09-08Eliminate the separate ATAPI and SCSI attachments for "cd".mycroft
2003-09-08Nuke some printf()s.mycroft
2003-09-07Set PQUIRK_ONLYBIG in the wdc-atapi frontend, obviating the need to ever testmycroft
2003-07-18Add a cast to avoid an integer overflow.wiz
2003-07-10If a CD drive reports != 2048 byte block size, try to change it intomartin
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-03Check RAW_PART against the media size instead of the disklabel.fvdl
2003-03-20use PRId64 to printf bp->b_blkno, which is of type daddr_tdbj
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-05Make the buffer cache code MP-safe.pk
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2003-01-23Being able to make image backups of your whole disk, not to mention notbad
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-13Use the correct byte positions to read data returned by DVD_LU_SEND_RPC_STATE.toshii
2002-12-15Another sizeof -> 4 + 2048 fix for dvd_read_manufact after malloc changesjmcneill
2002-12-15In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after thejmcneill
2002-12-15Don't waste too much kernel stack space on (infrequent) ioctl operations,fvdl
2002-11-09Fix signed/unsigned comparison warnings.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-18remove all vesitages of dk_establish().chs
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-30Remove the old device buffer queue interface.hannken
2002-07-22Convert to new device buffer queue interface.hannken
2002-05-27put multisession offset code into a separate function and initializedrochner
2002-05-05If periph->periph_callout is already active, don't freeze the periph again:bouyer
2001-12-09Support for dvd region code (RPC).veego
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-10-22We can't have XS_CTL_DATA_OUT and XS_CTL_DATA_IN at the same time.bouyer
2001-09-02Use be16toh(), be32toh(), le16toh() and le32toh() rather thantsutsui
2001-08-20Don't special case the retry for Media Changed... More later.ad
2001-08-20Two changes submitted by Sergey Svishchev <svs@ropnet.ru>:ad
2001-08-15Add support for smaller sector sizes so we can mount ffs filesystems.eeh
2001-07-18bcopy -> memcpythorpej
2001-07-18bzero -> memsetthorpej
2001-06-26Add a XS_CTL_SILENT_NODEV flag: if the sense info is "not ready, mediumbouyer
2001-05-20PR/12991: Dave Huang: DVD ioctls don't work because we send the wrong sizechristos