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:
Mike Smith 2000-05-31 18:55:02 +00:00
parent 6b4a3ce242
commit c5234c81ed

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