summaryrefslogtreecommitdiffstats
path: root/sys/pccard/i82365.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-08-25 22:46:44 +0000
committerimp <imp@FreeBSD.org>1998-08-25 22:46:44 +0000
commit489a278c8f035dd5ee4bb2b682aefebef62da6c4 (patch)
tree7df5c21f59902f36792a34c9da6abd71b111f2e6 /sys/pccard/i82365.h
parentea1d22b2ff3f58ecafecdfa27eadde6cf052be9d (diff)
downloadFreeBSD-src-489a278c8f035dd5ee4bb2b682aefebef62da6c4.zip
FreeBSD-src-489a278c8f035dd5ee4bb2b682aefebef62da6c4.tar.gz
Add probing support for the vadem VG365 and the Vadem VG465 pcic chips.
We do the same thing we do with all the other Vadem chips and print the right identification for these chips. Tested with the 365, and inferred for the 465. This allows the cheapo PCMCIA card that I got from necx to print the right chip number on boot.
Diffstat (limited to 'sys/pccard/i82365.h')
-rw-r--r--sys/pccard/i82365.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index b457539..27b2b45 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -39,12 +39,14 @@
#define PCIC_PD672X 3 /* Cirrus logic 627x */
#define PCIC_PD6710 4 /* Cirrus logic 6710 */
#define PCIC_CL6729 5 /* Cirrus logic 6729 */
-#define PCIC_VG468 6 /* Vadem 468 */
-#define PCIC_VG469 7 /* Vadem 469 */
-#define PCIC_RF5C396 8 /* Ricoh RF5C396 */
-#define PCIC_IBM_KING 9 /* IBM KING PCMCIA Controller */
-#define PCIC_PC98 10 /* NEC PC98 PCMCIA Controller */
-#define PCIC_TI1130 11 /* TI PCI1130 CardBus */
+#define PCIC_VG365 6 /* Vadem 365 */
+#define PCIC_VG465 7 /* Vadem 465 */
+#define PCIC_VG468 8 /* Vadem 468 */
+#define PCIC_VG469 9 /* Vadem 469 */
+#define PCIC_RF5C396 10 /* Ricoh RF5C396 */
+#define PCIC_IBM_KING 11 /* IBM KING PCMCIA Controller */
+#define PCIC_PC98 12 /* NEC PC98 PCMCIA Controller */
+#define PCIC_TI1130 13 /* TI PCI1130 CardBus */
/*
* Address of the controllers. Each controller can manage
OpenPOWER on IntegriCloud