FreeBSD Bugzilla – Attachment 35375 Details for
Bug 57131
Device ID for Intel 82801DBM IDE Controller (UltraATA/100)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 797 bytes, created by
Tai-hwa Liang
on 2003-09-23 15:30:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tai-hwa Liang
Created:
2003-09-23 15:30:08 UTC
Size:
797 bytes
patch
obsolete
>diff -ru sys/dev/ata/ata-dma.c sys.old/dev/ata/ata-dma.c >--- sys/dev/ata/ata-dma.c Mon Sep 8 08:30:29 2003 >+++ sys.old/dev/ata/ata-dma.c Tue Sep 23 16:09:40 2003 >@@ -217,6 +217,7 @@ > switch (chiptype) { > > case 0x24db8086: /* Intel ICH5 */ >+ case 0x24ca8086: /* Intel ICH4 mobile */ > case 0x24cb8086: /* Intel ICH4 */ > case 0x248a8086: /* Intel ICH3 mobile */ > case 0x248b8086: /* Intel ICH3 */ >diff -ru sys/dev/ata/ata-pci.c sys.old/dev/ata/ata-pci.c >--- sys/dev/ata/ata-pci.c Mon Sep 1 13:15:24 2003 >+++ sys.old/dev/ata/ata-pci.c Tue Sep 23 16:52:58 2003 >@@ -149,6 +149,9 @@ > case 0x24cb8086: > return "Intel ICH4 ATA100 controller"; > >+ case 0x24ca8086: >+ return "Intel ICH4-M ATA100 controller"; >+ > case 0x24db8086: > return "Intel ICH5 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 57131
: 35375