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:
msmith 2000-05-31 18:55:02 +00:00
parent 533fc5ab13
commit b81e2b251f

View File

@ -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 */