FreeBSD Bugzilla – Attachment 45568 Details for
Bug 70227
5.2-CURRENT does not recognize <CD-ROM CDU55E/1.0u> CDROM drive at ata1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 780 bytes, created by
Claudio Destro
on 2004-08-09 20:40:37 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Claudio Destro
Created:
2004-08-09 20:40:37 UTC
Size:
780 bytes
patch
obsolete
>--- ata-lowlevel.c.orig Sun Aug 8 22:36:18 2004 >+++ ata-lowlevel.c Mon Aug 9 20:00:03 2004 >@@ -601,7 +601,7 @@ > "stat=0x%02x err=0x%02x lsb=0x%02x msb=0x%02x\n", > stat0, err, lsb, msb); > if (!(stat0 & ATA_S_BUSY)) { >- if ((err & 0x7f) == ATA_E_ILI) { >+ if ((err & 0x7f) == 0 || (err & 0x7f) == ATA_E_ILI) { > if (lsb == ATAPI_MAGIC_LSB && msb == ATAPI_MAGIC_MSB) { > ch->devices |= ATA_ATAPI_MASTER; > } >@@ -626,7 +626,7 @@ > " stat=0x%02x err=0x%02x lsb=0x%02x msb=0x%02x\n", > stat1, err, lsb, msb); > if (!(stat1 & ATA_S_BUSY)) { >- if ((err & 0x7f) == ATA_E_ILI) { >+ if ((err & 0x7f) == 0 || (err & 0x7f) == ATA_E_ILI) { > if (lsb == ATAPI_MAGIC_LSB && msb == ATAPI_MAGIC_MSB) { > ch->devices |= ATA_ATAPI_SLAVE; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70227
: 45568