summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-chipset.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2003-04-10 12:56:33 +0000
committersos <sos@FreeBSD.org>2003-04-10 12:56:33 +0000
commit2c9f271ac5dfac064437befb0648ace35dab9287 (patch)
tree5bfb54c209d40844522d5841576376bfad214931 /sys/dev/ata/ata-chipset.c
parente0d4866a037cc7190863a2e7d809cf0c3693146a (diff)
downloadFreeBSD-src-2c9f271ac5dfac064437befb0648ace35dab9287.zip
FreeBSD-src-2c9f271ac5dfac064437befb0648ace35dab9287.tar.gz
Spell 55 with two '5's
Diffstat (limited to 'sys/dev/ata/ata-chipset.c')
-rw-r--r--sys/dev/ata/ata-chipset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c
index 84a887d..e2d0787 100644
--- a/sys/dev/ata/ata-chipset.c
+++ b/sys/dev/ata/ata-chipset.c
@@ -1525,8 +1525,8 @@ ata_sis_ident(device_t dev)
{ ATA_SIS540, 0x00, SIS66, 0, ATA_UDMA4, "SiS 540" },
{ ATA_SIS530, 0x00, SIS66, 0, ATA_UDMA4, "SiS 530" },
- { ATA_SIS5513, 0xc2, SIS33, 0, ATA_UDMA2, "SiS 5313" },
- { ATA_SIS5513, 0x00, SIS33, 0, ATA_WDMA2, "SiS 5313" },
+ { ATA_SIS5513, 0xc2, SIS33, 0, ATA_UDMA2, "SiS 5513" },
+ { ATA_SIS5513, 0x00, SIS33, 0, ATA_WDMA2, "SiS 5513" },
{ 0, 0, 0, 0, 0, 0 }};
char buffer[64];
OpenPOWER on IntegriCloud