Add tunable "hw.eisa_slots" to allow overriding the default number

of slots (10).
This commit is contained in:
peter 2002-10-31 00:45:49 +00:00
parent 1342e2dea9
commit 7037f5c5b1

View File

@ -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;