summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-29 20:41:04 +0000
committerimp <imp@FreeBSD.org>2005-09-29 20:41:04 +0000
commitf0fcf4b3c2276d379731859173d9675cc373fcfe (patch)
tree6a7feb9782b244910587a09ce1ab08693ebd061c /sys/dev/pccbb
parenta6ef64df7a0ff6faf8780a1ed6169806a007aa9a (diff)
downloadFreeBSD-src-f0fcf4b3c2276d379731859173d9675cc373fcfe.zip
FreeBSD-src-f0fcf4b3c2276d379731859173d9675cc373fcfe.tar.gz
Fix bad compile. Pointy hat to: imp
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 859e251..dbc253a 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 9f2cc46..d89a45b 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
OpenPOWER on IntegriCloud