diff options
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index 49d8d22..2b306eb 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -86,6 +86,7 @@ struct eisa_device { #define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */ #endif int num_eisa_slots = EISA_SLOTS; +TUNABLE_INT("hw.eisa_slots", &num_eisa_slots); static devclass_t eisa_devclass; |