mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't compile the identify method yet.
This commit is contained in:
parent
b26809608c
commit
21e2098cc9
1 changed files with 4 additions and 0 deletions
|
|
@ -43,7 +43,9 @@
|
|||
|
||||
#include <dev/dpt/dpt.h>
|
||||
|
||||
#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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue