aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-09-29 20:41:04 +0000
committerWarner Losh <imp@FreeBSD.org>2005-09-29 20:41:04 +0000
commit550a624879d183fd1ae29bebce31936909fc2225 (patch)
tree6a7feb9782b244910587a09ce1ab08693ebd061c /sys/dev/pccbb
parenta5f6295013e219bb639d738060b732c942314c06 (diff)
downloadsrc-550a624879d183fd1ae29bebce31936909fc2225.tar.gz
src-550a624879d183fd1ae29bebce31936909fc2225.zip
Fix bad compile. Pointy hat to: imp
Notes
Notes: svn path=/head/; revision=150730
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c2
-rw-r--r--sys/dev/pccbb/pccbbdevid.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index 859e2516df45..dbc253a837ab 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -202,7 +202,7 @@ static struct yenta_chipinfo {
{PCIC_ID_OZ711M3, "O2Micro OZ711M3 PCI-CardBus Bridge", CB_O2MICRO},
/* SMC */
- {PCIC_ID_SMC34C90, "SMC 34C90 PCI-CardBus Bridge", CB_CIRRUS,
+ {PCIC_ID_SMC_34C90, "SMC 34C90 PCI-CardBus Bridge", CB_CIRRUS},
/* sentinel */
{0 /* null id */, "unknown", CB_UNKNOWN},
diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h
index 9f2cc46574d5..d89a45bdaeb0 100644
--- a/sys/dev/pccbb/pccbbdevid.h
+++ b/sys/dev/pccbb/pccbbdevid.h
@@ -47,7 +47,7 @@
#define PCIC_ID_OZ6912 0x69721217ul /* Also 6972 */
#define PCIC_ID_OZ6922 0x69251217ul
#define PCIC_ID_OZ6933 0x69331217ul
-#define PCIC_ID_OZ711EC1 0x71121217uk /* O2Micro 711EC1/M1 */
+#define PCIC_ID_OZ711EC1 0x71121217ul /* O2Micro 711EC1/M1 */
#define PCIC_ID_OZ711E1 0x71131217ul /* O2Micro 711E1 */
#define PCIC_ID_OZ711M1 0x71141217ul /* O2Micro 711M1 */
#define PCIC_ID_OZ711E2 0x71e21217ul