diff options
Diffstat (limited to 'release/sysinstall/main.c')
-rw-r--r-- | release/sysinstall/main.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 9f6c812..37f156c 100644 --- a/release/sysinstall/main.c +++ b/release/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(); |