Add PCI ID's for the Intel ICH5 (82801EB) chipset.

Approved by:	re (murray)
Sponsored by:	The Weather Channel
This commit is contained in:
John Baldwin 2003-05-06 19:31:56 +00:00
parent d40a3f6f47
commit 6e52134c70
2 changed files with 2 additions and 0 deletions

View File

@ -773,6 +773,7 @@ ata_intel_ident(device_t dev)
{ ATA_I82801CA, 0, 0, 0x00, ATA_UDMA5, "Intel ICH3" },
{ ATA_I82801CA_1, 0, 0, 0x00, ATA_UDMA5, "Intel ICH3" },
{ ATA_I82801DB, 0, 0, 0x00, ATA_UDMA5, "Intel ICH4" },
{ ATA_I82801EB, 0, 0, 0x00, ATA_UDMA5, "Intel ICH5" },
{ 0, 0, 0, 0, 0, 0}};
char buffer[64];

View File

@ -111,6 +111,7 @@ struct ata_pci_controller {
#define ATA_I82801CA 0x248a8086
#define ATA_I82801CA_1 0x248b8086
#define ATA_I82801DB 0x24cb8086
#define ATA_I82801EB 0x24db8086
#define ATA_NVIDIA_ID 0x10de
#define ATA_NFORCE1 0x01bc10de