FreeBSD Bugzilla – Attachment 17936 Details for
Bug 32421
patch to support ATA66 Mode (UDMA4) on SiS 630 chipset
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 611 bytes, created by
John L. Utz III
on 2001-12-01 06:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John L. Utz III
Created:
2001-12-01 06:20:01 UTC
Size:
611 bytes
patch
obsolete
>*** ata-all44R.c Fri Nov 30 21:14:04 2001 >--- ata-all.c Fri Nov 30 21:15:25 2001 >*************** >*** 291,297 **** > return "VIA Apollo ATA controller"; > > case 0x55131039: >! return "SiS 5591 ATA33 controller"; > > case 0x06491095: > return "CMD 649 ATA100 controller"; >--- 291,298 ---- > return "VIA Apollo ATA controller"; > > case 0x55131039: >! if(pci_get_revid(dev)==0xd0) return "SiS 630 ATA66 controller"; >! else return "SiS 5591 ATA33 controller"; > > case 0x06491095: > return "CMD 649 ATA100 controller";
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 32421
: 17936 |
17937