| Summary: | LG cdrom (GCE-8240B) is not detected by 6.0-BETA5 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Ilya Sher <ilya79> |
| Component: | amd64 | Assignee: | freebsd-amd64 (Nobody) <amd64> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.0-BETA5 | ||
| Hardware: | Any | ||
| OS: | Any | ||
This issue seems to be resolved by the following commits already: HEAD: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-lowlevel.c.diff?r1=1.71&r2=1.72 RELENG_6: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-lowlevel.c.diff?r1=1.69.2.1&r2=1.69.2.2 Please update source and retry. Jung-uk Kim Jung-uk Kim wrote: >This issue seems to be resolved by the following commits already: > >HEAD: >http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-lowlevel.c.diff?r1=1.71&r2=1.72 > >RELENG_6: >http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/ata-lowlevel.c.diff?r1=1.69.2.1&r2=1.69.2.2 > >Please update source and retry. > >Jung-uk Kim > > Hi. I've got RELENG_6 and it works fine: ### dmesg | grep ^acd acd0: CDRW <HL-DT-ST CD-RW GCE-8240B/1.07> at ata1-master PIO4 acd1: DMA limited to UDMA33, device found non-ATA66 cable acd1: DVDR <LITE-ON DVDRW SOHW-1653S/CS0K> at ata1-slave UDMA33 ### Thanks. State Changed From-To: open->closed Originator reported the issue is resolved with recent ATA driver. |
LG cdrom drive (GCE-8240B) is not detected (dmesg follows): ### Oct 6 23:29:19 kernel: ad0: 114473MB <WDC WD1200JB-00EVA0 15.05R15> at ata0-master UDMA100 Oct 6 23:29:19 kernel: unknown: timeout waiting for read DRQunknown: timeout waiting for read DRQacd0: DMA limited to UDMA33, device found non-ATA66 cable Oct 6 23:29:19 kernel: acd0: DVDR <LITE-ON DVDRW SOHW-1653S/CS0K> at ata1-slave UDMA33 ### Worked fine with FreeBSD 5.4 HW components as listed in Linux: ### dmesg | grep ^hd hda: WDC WD1200JB-00EVA0, ATA DISK drive hdc: HL-DT-ST CD-RW GCE-8240B, ATAPI CD/DVD-ROM drive hdd: LITE-ON DVDRW SOHW-1653S, ATAPI CD/DVD-ROM drive hda: max request size: 1024KiB hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100) hda: cache flushes supported hdc: ATAPI 40X CD-ROM CD-R/RW drive, 8192kB Cache, DMA hdd: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) ###