From 984fbf4470d722a17a91747faedf81b239ce8f66 Mon Sep 17 00:00:00 2001 From: mdodd Date: Sat, 29 Mar 2003 14:50:14 +0000 Subject: Don't compile the identify method yet. --- sys/dev/dpt/dpt_isa.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/dpt') diff --git a/sys/dev/dpt/dpt_isa.c b/sys/dev/dpt/dpt_isa.c index 8b0b131..708bb69 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) -- cgit v1.1