summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-03-29 23:03:17 +0000
committermurray <murray@FreeBSD.org>2002-03-29 23:03:17 +0000
commit41b83afa5653182a481068caaf1c4ddd99ef3793 (patch)
tree6cdb8acff66e199590f5c4adb25ac58065d4c2f2 /usr.sbin/sysinstall/sysinstall.h
parente27cdad86b33fbd4bf417817edfc51955552a318 (diff)
downloadFreeBSD-src-41b83afa5653182a481068caaf1c4ddd99ef3793.zip
FreeBSD-src-41b83afa5653182a481068caaf1c4ddd99ef3793.tar.gz
Only build and link the pccard module on architectures that support it (and
that have room for pccardd on mfsroot.flp).
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 7ee69c1..a0b26a5 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -54,6 +54,9 @@
/*** Defines ***/
+#if defined(__i386__) || defined(PC98)
+#define PCCARD_ARCH 1 /* Support PCCARD installations */
+#endif
/* device limits */
#define DEV_NAME_MAX 64 /* The maximum length of a device name */
#define DEV_MAX 100 /* The maximum number of devices we'll deal with */
OpenPOWER on IntegriCloud