summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-06-17 19:04:56 +0000
committermarkm <markm@FreeBSD.org>1999-06-17 19:04:56 +0000
commit6491ecd71a0b7e46e7a85894f18dfee835d15e3c (patch)
tree431d5f2b5e03d27ca9b5f7c08d7182d2fa61fc2c /usr.sbin/sysinstall/main.c
parent08db2060ae1d0606b107c8e93c20da3ebc29f30b (diff)
downloadFreeBSD-src-6491ecd71a0b7e46e7a85894f18dfee835d15e3c.zip
FreeBSD-src-6491ecd71a0b7e46e7a85894f18dfee835d15e3c.tar.gz
Add bits of PAO that are non-controversial.
Submitted by: Tatsumi HOSOKAWA
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index 9f6c812..37f156c 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.50 1999/01/08 00:14:22 jkh Exp $
+ * $Id: main.c,v 1.51 1999/02/05 22:15:50 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -86,6 +86,11 @@ main(int argc, char **argv)
if (DebugFD)
dup2(DebugFD, 2);
+#ifdef PCCARD
+ /* Initialize PC-card */
+ pccardInitialize();
+#endif
+
/* Probe for all relevant devices on the system */
deviceGetAll();
OpenPOWER on IntegriCloud