diff options
author | nyan <nyan@FreeBSD.org> | 2005-09-27 13:10:24 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2005-09-27 13:10:24 +0000 |
commit | ebac7c30db46ff78924a46bbda469b4001e2ab7c (patch) | |
tree | 76aeb1b7de62dcff967986f3ab733f36ec6db017 /usr.sbin/sysinstall/sysinstall.h | |
parent | 00692854b3e507a9895b6ecd784bcb0ef9180566 (diff) | |
download | FreeBSD-src-ebac7c30db46ff78924a46bbda469b4001e2ab7c.zip FreeBSD-src-ebac7c30db46ff78924a46bbda469b4001e2ab7c.tar.gz |
Switch from OLDCARD to NEWCARD on pc98.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index 657b35f..b5d8022 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -65,10 +65,6 @@ #define WITH_LINUX #endif -#if defined(PC98) -#define PCCARD_ARCH 1 /* Support PCCARD installations */ -#endif - /* device limits */ #define DEV_NAME_MAX 128 /* The maximum length of a device name */ #define DEV_MAX 100 /* The maximum number of devices we'll deal with */ |