Support the nForce3 chip found on Opteron motherboards:

atapci0: <nVidia nForce3 UDMA133 controller>

Approved by:	sos
This commit is contained in:
David E. O'Brien 2003-09-02 21:02:46 +00:00
parent 28ace1bf60
commit debffe8383
2 changed files with 2 additions and 0 deletions

View File

@ -996,6 +996,7 @@ ata_nvidia_ident(device_t dev)
static struct ata_chip_id ids[] =
{{ ATA_NFORCE1, 0, AMDNVIDIA, NVIDIA|AMDBUG, ATA_UDMA5, "nVidia nForce" },
{ ATA_NFORCE2, 0, AMDNVIDIA, NVIDIA|AMDBUG, ATA_UDMA6, "nVidia nForce2" },
{ ATA_NFORCE3, 0, AMDNVIDIA, NVIDIA|AMDBUG, ATA_UDMA6, "nVidia nForce3" },
{ 0, 0, 0, 0, 0, 0}};
char buffer[64];

View File

@ -121,6 +121,7 @@ struct ata_pci_controller {
#define ATA_NVIDIA_ID 0x10de
#define ATA_NFORCE1 0x01bc10de
#define ATA_NFORCE2 0x006510de
#define ATA_NFORCE3 0x00d510de
#define ATA_PROMISE_ID 0x105a
#define ATA_PDC20246 0x4d33105a