diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | i386/i386at/conf.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-09-29 Marcus Brinkmann <marcus@gnu.org> + + * i386/i386at/conf.c (dev_name_list): Don't use MACh_COM to check + if com support is enabled, but NCOM, as it used to be. + 2000-09-24 OKUJI Yoshinori <okuji@gnu.org> * linux/dev/glue/block.c: Reverted the changes at 2000-08-17. diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index 7bca47b..1fc0dfa 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -331,7 +331,7 @@ struct dev_ops dev_name_list[] = #endif #endif /* ! LINUX_DEV */ -#ifdef MACH_COM +#if NCOM > 0 { comname, comopen, comclose, comread, comwrite, comgetstat, comsetstat, nomap, nodev, nulldev, comportdeath, 0, |