diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-05-06 19:31:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-05-06 19:31:56 +0000 |
| commit | 6e52134c7094792081aed19588405f3294d12f46 (patch) | |
| tree | 15dc00001a76e734e7740d92b33d6064866bf063 /sys | |
| parent | d40a3f6f477ea9b3ff118ca751b41401f8267032 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ata/ata-chipset.c | 1 | ||||
| -rw-r--r-- | sys/dev/ata/ata-pci.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 2dc6beff4e15..6c1903ad9bf4 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -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]; diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index ebaa2809a392..da177322a0e8 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.h @@ -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 |
