summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_cd.c
Commit message (Expand)AuthorAgeFilesLines
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-0/+10
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-4/+4
* MFprojects/camlock r248931:mav2013-04-041-1/+1
* MFprojects/camlock r248930:mav2013-04-041-15/+0
* Support unmapped i/o for the md(4).kib2013-03-191-1/+2
* - Add missig xpt_schedule() call for cases when requested immediate CCBmav2013-01-111-5/+8
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-4/+0
* Fix a panic when trying to play invalid audio tracks.tijl2012-09-191-0/+1
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-6/+124
* Add a sysctl to set the cdrom timeout. Data recovery operations fromimp2012-06-281-2/+10
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-15/+35
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-231-26/+8
* Remove unused error variables in cdclose() and daclose().mav2012-06-201-2/+1
* Check status of cam_periph_hold() inside cdclose(). If cd device wasmav2012-06-201-1/+6
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.mav2012-06-181-3/+0
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-051-4/+10
* Add support for CDRIOCGETBLOCKSIZE and CDRIOCSETBLOCKSIZE IOCTLs to controlmav2012-01-031-0/+10
* Addition to r228808:mav2011-12-231-0/+3
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors tomav2011-12-221-0/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-5/+7
* cam/scsi/scsi_cd.c:gibbs2011-06-261-7/+4
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlavg2011-05-071-1/+1
* Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping whilejh2011-04-161-1/+3
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-3/+4
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+6
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+4
* scsi_cd: pass correct pointer to free()avg2010-06-041-1/+1
* scsi_cd: CD_FLAG_VALID_MEDIA is sufficient to set d_sectorsize andavg2010-04-151-4/+5
* Make CD driver a bit more robust and predictable to unreported errors.mav2010-02-151-17/+13
* MFp4: Large set of CAM inprovements.mav2010-01-281-24/+24
* Remove duplicate devstat_start_transaction_bio() call. It is already calledmav2009-12-181-2/+0
* Clear result before requesting XPT_PATH_INQ.mav2009-12-091-0/+1
* MFp4:mav2009-12-061-2/+6
* Fix several cases where the periph lock was held over malloc.scottl2009-12-021-54/+24
* MFp4:mav2009-11-141-2/+4
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-24/+24
* Free the correct buffer in an error case.scottl2009-09-081-1/+1
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Reorder dacleanup() and cdcleanup() slightly so that the sysctl context isjhb2009-02-111-6/+6
* Adding dynamic sysctls no longer requires Giant.jhb2009-02-101-4/+0
* Make it possible to override the number of retries for the CD media.imp2009-01-081-1/+8
* Fix refcount locking in cd, pass, and sg periphs.scottl2008-12-211-7/+9
* Do not forget to cam_periph_unhold the peripheral before exitingkan2007-07-211-2/+5
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-32/+4
* Eliminate the use of M_TEMP.scottl2007-05-141-66/+68
OpenPOWER on IntegriCloud