From e30192cd1a50f259c115cb2c65b52c8629f31f2d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 29 Sep 2000 18:08:40 +0000 Subject: 2000-09-29 Marcus Brinkmann * 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. --- ChangeLog | 5 +++++ i386/i386at/conf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4fe47f3..11c8e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-29 Marcus Brinkmann + + * 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 * 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, -- cgit v1.2.3