From 550a624879d183fd1ae29bebce31936909fc2225 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 29 Sep 2005 20:41:04 +0000 Subject: [PATCH] Fix bad compile. Pointy hat to: imp --- sys/dev/pccbb/pccbb_pci.c | 2 +- sys/dev/pccbb/pccbbdevid.h | 2 +- 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