Add tunable "hw.eisa_slots" to allow overriding the default number
of slots (10).
This commit is contained in:
parent
1342e2dea9
commit
7037f5c5b1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user