mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump the default NBUS value to 8, in lieu of actually sizing it
dynamically. Too many systems have more than 4 busses now.
This commit is contained in:
parent
6b4a3ce242
commit
c5234c81ed
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
/* number of busses */
|
||||
#if !defined(NBUS)
|
||||
# define NBUS 4
|
||||
# define NBUS 8
|
||||
#endif /* NBUS */
|
||||
|
||||
/* total number of APIC INTs, including SHARED INTs */
|
||||
|
|
|
|||
Loading…
Reference in a new issue