summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbbvar.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-02 18:20:02 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2005-10-02 18:20:02 +0000
commite9c34241019d6671074f3eaaa7bce4ff83731207 (patch)
treec30991f6f597763d53aa0a6eb3c3944b6b1f26d3 /sys/dev/pci/pccbbvar.h
parent2b1707f96de64e0aa13c6a5642da6f976df8898f (diff)
add special handling for some o2micro devices, so by instance atheros works.
adapted from similar linux change by Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org> via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>. test compiled by pedro@.
Diffstat (limited to 'sys/dev/pci/pccbbvar.h')
-rw-r--r--sys/dev/pci/pccbbvar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbbvar.h b/sys/dev/pci/pccbbvar.h
index 8e927ad91b3..ff77ee572da 100644
--- a/sys/dev/pci/pccbbvar.h
+++ b/sys/dev/pci/pccbbvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccbbvar.h,v 1.8 2005/09/23 22:55:12 fgsch Exp $ */
+/* $OpenBSD: pccbbvar.h,v 1.9 2005/10/02 18:20:01 fgsch Exp $ */
/* $NetBSD: pccbbvar.h,v 1.13 2000/06/08 10:28:29 haya Exp $ */
/*
* Copyright (c) 1999 HAYAKAWA Koichi. All rights reserved.
@@ -54,7 +54,8 @@
#define CB_TOPIC97 7 /* Toshiba ToPIC97 */
#define CB_CIRRUS 8 /* Cirrus Logic CL-PD683X */
#define CB_TI125X 9 /* TI PCI1250/1251(B)/1450 */
-#define CB_CHIPS_LAST 10 /* Sentinel */
+#define CB_OLDO2MICRO 10 /* O2Micro */
+#define CB_CHIPS_LAST 11 /* Sentinel */
#define PCCARD_VCC_UKN 0x00 /* Unknown */
#define PCCARD_VCC_5V 0x01