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.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed, thanks!