diff --git a/sys/dev/dpt/dpt_isa.c b/sys/dev/dpt/dpt_isa.c index 8b0b131f75a..708bb69a356 100644 --- a/sys/dev/dpt/dpt_isa.c +++ b/sys/dev/dpt/dpt_isa.c @@ -43,7 +43,9 @@ #include +#ifdef notyet static void dpt_isa_identify (driver_t *, device_t); +#endif static int dpt_isa_probe (device_t); static int dpt_isa_attach (device_t); static int dpt_isa_detach (device_t); @@ -81,6 +83,7 @@ dpt_isa_valid_ioport (int ioport) return (1); } +#ifdef notyet static void dpt_isa_identify (driver_t *driver, device_t parent) { @@ -108,6 +111,7 @@ dpt_isa_identify (driver_t *driver, device_t parent) } return; } +#endif static int dpt_isa_probe (device_t dev)