FreeBSD Bugzilla – Attachment 10134 Details for
Bug 20437
IDE on Intel 815E looks like Intel ICH (yay!)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 929 bytes, created by
mdharnois
on 2000-08-06 02:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mdharnois
Created:
2000-08-06 02:00:01 UTC
Size:
929 bytes
patch
obsolete
>--- ata-dma.c.orig Sat Aug 5 19:43:23 2000 >+++ ata-dma.c Sat Aug 5 19:46:40 2000 >@@ -101,6 +101,7 @@ > > switch (scp->chiptype) { > >+ case 0x244b8086: > case 0x24118086: /* Intel ICH */ > if (udmamode >= 4) { > int32_t mask48, new48; >@@ -139,6 +140,7 @@ > if (bootverbose) > ata_printf(scp, device, "%s setting up UDMA2 mode on %s chip\n", > (error) ? "failed" : "success", >+ (scp->chiptype == 0x244b8086) ? "ICH2" : > (scp->chiptype == 0x24118086) ? "ICH" : > (scp->chiptype == 0x24218086) ? "ICH0" :"PIIX4"); > if (!error) { >@@ -179,6 +181,7 @@ > ata_printf(scp, device, "%s setting up WDMA2 mode on %s chip\n", > (error) ? "failed" : "success", > (scp->chiptype == 0x70108086) ? "PIIX3" : >+ (scp->chiptype == 0x244b8086) ? "ICH2" : > (scp->chiptype == 0x24118086) ? "ICH" : > (scp->chiptype == 0x24218086) ? "ICH0" :"PIIX4"); > if (!error) {
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 20437
: 10134 |
10135