summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable
Commit message (Collapse)AuthorAgeFilesLines
* Don't #include implementation header <machine/types.h> directly.bde1998-02-241-5/+2
| | | | #include <sys/types.h> before the headers that depend on it.
* Use err(3). Add missing parameter for printf() (reviewed by steve).charnier1997-09-252-64/+47
|
* Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to betterfsmp1997-09-061-4/+4
| | | | | reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence between IRQ numbers and APIC pin numbers as there is with the 8259 ICU.
* Removed suggested "options AUTO_START", no longer used.fsmp1997-08-261-12/+2
| | | | Noticed by: Vincent Poy <vince@mail.MCESTATE.COM>
* Removed the SMP_TIMER_NC suggestion.fsmp1997-07-221-3/+4
| | | | This is (almost) defunct, start to phase it out...
* Removed SMP_PRIVPAGES from options list.fsmp1997-06-231-5/+2
| | | | This functionality is now automatic.
* Made 'options NINTR' greater of 24 and calculated value.fsmp1997-05-221-6/+7
| | | | This coincides with changing kernel default to 64.
* Document APIC_IO as mandatory.fsmp1997-05-101-5/+5
| | | | Document SMP_AUTOSTART as working.
* fixed minor typo, bumped to version 2.0.9fsmp1997-04-301-3/+3
|
* add a userland program for SMP supportfsmp1997-04-293-0/+1234
mptable examines and displays the MP table of an SMP motherboard.
OpenPOWER on IntegriCloud