Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix typo. s/SSC/SCC/.



details:   https://anonhg.NetBSD.org/src/rev/0f34521fa6a3
branches:  trunk
changeset: 372907:0f34521fa6a3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 04 03:12:09 2023 +0000

description:
Fix typo. s/SSC/SCC/.

diffstat:

 sys/dev/pci/pcidevs |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 6212f28208a8 -r 0f34521fa6a3 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jan 04 01:58:33 2023 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jan 04 03:12:09 2023 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1473 2022/12/30 15:24:38 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1474 2023/01/04 03:12:09 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -4660,9 +4660,9 @@
 product INTEL Z8K_LPIO1_SPI_1  0x228e  Atom Z8000 LPIO1 SPI1
 product INTEL Z8K_LPIO1_SPI_2  0x2290  Atom Z8000 LPIO1 SPI2
 product INTEL BSW_PCU_SMB      0x2292  Braswell PCU SMBus
-product INTEL BSW_SSC_MMC      0x2294  Braswell SCC MMC Port
-product INTEL BSW_SSC_SDIO     0x2295  Braswell SCC SDIO Port
-product INTEL BSW_SSC_SD       0x2296  Braswell SCC SD Port
+product INTEL BSW_SCC_MMC      0x2294  Braswell SCC MMC Port
+product INTEL BSW_SCC_SDIO     0x2295  Braswell SCC SDIO Port
+product INTEL BSW_SCC_SD       0x2296  Braswell SCC SD Port
 product INTEL BSW_TXE          0x2298  Braswell TXE
 product INTEL BSW_PCU_LPC      0x229c  Braswell PCU LPC
 product INTEL BSW_AHCI         0x22a3  Braswell AHCI



Home | Main Index | Thread Index | Old Index