--- np2/cbus/cbuscore.c 2004/01/22 01:10:03 1.2 +++ np2/cbus/cbuscore.c 2004/01/30 01:56:01 1.3 @@ -15,7 +15,9 @@ static const IOCBFN resetfn[] = { #if defined(SUPPORT_SCSI) scsiio_reset, #endif +#if defined(SUPPORT_PC9861K) pc9861k_reset, +#endif mpu98ii_reset}; static const IOCBFN bindfn[] = { @@ -25,7 +27,9 @@ static const IOCBFN bindfn[] = { #if defined(SUPPORT_SCSI) scsiio_bind, #endif +#if defined(SUPPORT_PC9861K) pc9861k_bind, +#endif mpu98ii_bind};