FreeBSD Bugzilla – Attachment 14839 Details for
Bug 27750
[PATCH] Promise Ultra100 TX2 unsupported by ata
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
jswank
on 2001-05-29 20:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jswank
Created:
2001-05-29 20:50:01 UTC
Size:
1.04 KB
patch
obsolete
>--- ata-all.c Tue May 29 07:36:54 2001 >+++ ata-all.c.orig Tue May 29 07:36:10 2001 >@@ -327,11 +327,8 @@ > case 0x0d30105a: > case 0x4d30105a: > return "Promise ATA100 controller"; >- >- case 0x4d68105a: >- return "Promise Ultra100 TX2 controller"; > >- case 0x00041103: >+ case 0x00041103: > switch (pci_get_revid(dev)) { > case 0x00: > case 0x01: >@@ -430,7 +427,6 @@ > case 0x4d38105a: /* Promise 66 & 100 need their clock changed */ > case 0x4d30105a: > case 0x0d30105a: >- case 0x4d68105a: > outb(rman_get_start(sc->bmio) + 0x11, > inb(rman_get_start(sc->bmio) + 0x11) | 0x0a); > /* FALLTHROUGH */ >@@ -1124,7 +1120,6 @@ > case 0x4d38105a: /* Promise Ultra/Fasttrak 66 */ > case 0x4d30105a: /* Promise Ultra/Fasttrak 100 */ > case 0x0d30105a: /* Promise OEM ATA100 */ >- case 0x4d48105a: /* Promise Ultra100 TX2 */ > if (!(inl(rman_get_start(sc->bmio) + 0x1c) & > (scp->channel ? 0x00004000 : 0x00000400))) > return;
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 27750
:
14838
| 14839