summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/cd.c
AgeCommit message (Expand)Author
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-19Mark a potentially unused variablemartin
2013-09-28Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABELskrll
2013-09-12Remove unused variablesmartin
2013-07-02Small patch to clarify last_lba and now using size confusingly. No functionalreinoud
2013-05-29phase 1 of disk geometry cleanup:christos
2013-03-15Prompted by PR kern/47646, zero the value buffer before running themartin
2012-05-06When ejecting a medium, invalidate the in core disklabel - it is notmartin
2012-05-06In cdopen: make the test for media presence always silent. In all casesmartin
2012-04-19Expand struct scsipi_bustype {} in a ABI-backward-compatible way tobouyer
2012-02-25Fix typos in comments.shattered
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-25Replace memset with incorrect size argument with M_ZERO.joerg
2011-05-20Fix size reporting for DVD+R/DL and BluRay's; the value was trunced due to areinoud
2010-04-04cd_size: if we fake a size (and I realy have no idea why this would be amartin
2010-03-23If we find a device in non-2048 byte/block mode and manage to switchmartin
2010-03-23Make cdclose() silent, if we only have the raw partition open (e.g. whenmartin
2010-03-22Add a DIOCTUR (test unit ready) ioctl, to allow userland to easilymartin
2010-03-11various aprint_* fixes.mrg
2010-01-06Some usb devices come with an internal emulated umass CD drive (containingmartin
2009-12-06Delete do-nothing device-activation hooks.dyoung
2009-10-21Remove uarea swap-out functionality:rmind
2009-07-26Significantly bump time for SCSI track/disc closure. DVD-RW when usedreinoud
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-04-07Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown.dyoung
2009-04-01Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom andreinoud
2009-03-18bzero -> memsetcegger
2009-03-17Fix long standing problem with CD/DVD writing with `dd'. If done this way thereinoud
2009-03-14'boot -z' bogonsad
2009-01-21buildfix: re-adapt to major()/minor() returning a 32bit value.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-11make this compilecegger
2008-12-30Add ISO partition detection enabling auto-detection of iso9660 and UDFreinoud
2008-09-05Remove unreachable code introduced by rev 1.224. Fixes PR#38973.gmcgarry
2008-06-12use device_lookup_private to get softccegger
2008-05-12add support for drvctl propertiesjnemeth
2008-05-12Fix SSP kernel builds.tron
2008-05-08Implement write support for the MMC framework. This consists of a settingreinoud
2008-05-06getiobuf(false, NULL) -> getiobuf(NULL, false)yamt
2008-05-02Extend the MMC framework to also create sensible reports on audio discs.reinoud
2008-05-02Fixup CD and DVD drives that appear to be on crack when reporting features.reinoud
2008-05-02Make the SCSI sense code "Logical Unit Not Ready, Operation In Progress"reinoud
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-24Split device_t for cd(4).cube
2008-01-02Merge vmlocking2 to head.ad
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-27Pullup fixes from UDF write development project. This patch fixes areinoud
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-08-04Be sure not to make requests over MAXPHYS when employing bounce buffers.rumble
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad