--- np2/io/iocore.c 2004/03/10 07:41:49 1.12 +++ np2/io/iocore.c 2004/03/19 00:30:01 1.13 @@ -434,6 +434,9 @@ static const IOCBFN resetfn[] = { #if !defined(CPUCORE_IA32) emsio_reset, #endif +#if defined(SUPPORT_PC9821) + pcidev_reset, +#endif }; static const IOCBFN bindfn[] = { @@ -453,6 +456,9 @@ static const IOCBFN bindfn[] = { #if !defined(CPUCORE_IA32) emsio_bind, #endif +#if defined(SUPPORT_PC9821) + pcidev_bind, +#endif };