summaryrefslogtreecommitdiffstats
path: root/sys/pccard/i82365.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-04-20 07:21:12 +0000
committerphk <phk@FreeBSD.org>1997-04-20 07:21:12 +0000
commit8f01634fd18fbc0abdbe3f2186b89f67998ffd0f (patch)
treedaa98ba282f80feba3d6e385196c44b71e398a79 /sys/pccard/i82365.h
parent1be613d0b3ea5dd90581c66eab4a08a0f51a12d8 (diff)
downloadFreeBSD-src-8f01634fd18fbc0abdbe3f2186b89f67998ffd0f.zip
FreeBSD-src-8f01634fd18fbc0abdbe3f2186b89f67998ffd0f.tar.gz
1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier
(pt. unused) for TI PCI1130. 2. pccard.c: PCIC_RESUME_RESET is now (also) a sysctl. (Never make it a #ifdef if it can be made a sysctl!) 3. pcic.c: make getb() and putb() proper member functions of struct pcic_slot. Add a couple of missing casts.
Diffstat (limited to 'sys/pccard/i82365.h')
-rw-r--r--sys/pccard/i82365.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h
index f6140ef..5940f1f 100644
--- a/sys/pccard/i82365.h
+++ b/sys/pccard/i82365.h
@@ -43,9 +43,9 @@
#define PCIC_VG469 7
#define PCIC_RF5C396 8 /* Ricoh RF5C396 */
#define PCIC_IBM_KING 9 /* IBM KING PCMCIA Controller */
-#ifdef PC98
#define PCIC_PC98 10
-#endif
+#define PCIC_TI1130 11 /* TI PCI1130 CardBus */
+
/*
* Address of the controllers. Each controller can manage
* two PCMCIA slots. Up to 8 slots are supported in total.
OpenPOWER on IntegriCloud