FreeBSD Bugzilla – Attachment 10982 Details for
Bug 21810
SiS5571 ATA controller does not work on ATA mode.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 761 bytes, created by
Junichi Satoh
on 2000-10-07 06:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Junichi Satoh
Created:
2000-10-07 06:50:01 UTC
Size:
761 bytes
patch
obsolete
>*** ata-dma.c.org Tue Sep 19 20:08:37 2000 >--- ata-dma.c Sat Oct 7 14:33:02 2000 >*************** >*** 413,420 **** > /* we could set PIO mode timings, but we assume the BIOS did that */ > break; > >! case 0x55131039: /* SiS 5591 */ >! if (udmamode >= 2) { > error = ata_command(scp, device, ATA_C_SETFEATURES, 0, 0, 0, > ATA_UDMA2, ATA_C_F_SETXFER, ATA_WAIT_READY); > if (bootverbose) >--- 413,420 ---- > /* we could set PIO mode timings, but we assume the BIOS did that */ > break; > >! case 0x55131039: /* SiS 5571, 5591 */ >! if (!ata_find_maindev(parent, 0x55711039, 0) && udmamode >= 2) { > error = ata_command(scp, device, ATA_C_SETFEATURES, 0, 0, 0, > ATA_UDMA2, ATA_C_F_SETXFER, ATA_WAIT_READY); > if (bootverbose)
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 21810
:
10980
|
10981
| 10982