Bug 164927 - [PATCH] sysutils/brasero can't detect CD/DVD drive with ATA_CAM
Summary: [PATCH] sysutils/brasero can't detect CD/DVD drive with ATA_CAM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 12:50 UTC by Shin-ichi Okano
Modified: 2012-02-12 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (387 bytes, patch)
2012-02-09 12:50 UTC, Shin-ichi Okano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shin-ichi Okano 2012-02-09 12:50:12 UTC
Sysutils/brasero can't detect CD/DVD drive with ATA_CAM.

When starting brasero, the following messases appear in 
/var/log/messages:

 ata2: FAILURE - zero length DMA transfer attempted
 ata2: setting up DMA failed

Fix: The attached patch should fix this problem.
This is in much the same fashion as what sysutils/cdrtools does.


Patch attached with submission follows:
How-To-Repeat: Install sysutils/brasero and start.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-09 12:50:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-12 16:56:26 UTC
marcus      2012-02-12 16:56:13 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/brasero     Makefile 
  Added files:
    sysutils/brasero/files patch-libbrasero-media_scsi-cam.c 
  Log:
  Fix detection of CDs in certain drives using ATAPI_CAM.
  
  PR:             164927
  Submitted by:   Shin-ichi Okano <s-okano@n08.itscom.net>
  Based on:       sysutils/cdrecord
  
  Revision  Changes    Path
  1.38      +1 -1      ports/sysutils/brasero/Makefile
  1.3       +13 -0     ports/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2012-02-12 16:56:27 UTC
State Changed
From-To: open->closed

Committed, thanks!