diff options
author | sos <sos@FreeBSD.org> | 2005-04-16 20:03:49 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2005-04-16 20:03:49 +0000 |
commit | 01a15eb8cb9fe6a6c874f1cfa7d28228d88ee0cd (patch) | |
tree | 7b5d7f21000a486fd00087e609072da0b1be8f7b | |
parent | 155bfd878978f99010445371b93e58a81456db93 (diff) | |
download | FreeBSD-src-01a15eb8cb9fe6a6c874f1cfa7d28228d88ee0cd.zip FreeBSD-src-01a15eb8cb9fe6a6c874f1cfa7d28228d88ee0cd.tar.gz |
Spell ATA_NFORCE4_S2 correctly.
-rw-r--r-- | sys/dev/ata/ata-chipset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 323d42a..da87916 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -1429,7 +1429,7 @@ ata_nvidia_ident(device_t dev) { ATA_NFORCE3_MCP_S2, 0, 0, NV4OFF, ATA_SA150, "nVidia nForce3 MCP" }, { ATA_NFORCE4, 0, AMDNVIDIA, NVIDIA, ATA_UDMA6, "nVidia nForce4" }, { ATA_NFORCE4_S1, 0, 0, NV4OFF, ATA_SA150, "nVidia nForce4" }, - { ATA_NFORCE4_S1, 0, 0, NV4OFF, ATA_SA150, "nVidia nForce4" }, + { ATA_NFORCE4_S2, 0, 0, NV4OFF, ATA_SA150, "nVidia nForce4" }, { 0, 0, 0, 0, 0, 0}}; char buffer[64]; |