diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-16 23:51:44 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-16 23:51:44 +0000 |
commit | a67b6153c36440a87c9de533d860be1deb4d8729 (patch) | |
tree | c26b463ed1cfff4cecf7e9f10af8e226dad20990 | |
parent | e78b2318646df081e9a90b8efee4b9592acdeecb (diff) |
i386 GENERIC uses the APIC now, so the last paragraph talking of
differences with MP is now outdated - remove it. ok miod@
-rw-r--r-- | distrib/notes/i386/hardware | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware index a7a91b616aa..27efef9b70f 100644 --- a/distrib/notes/i386/hardware +++ b/distrib/notes/i386/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.281 2009/04/09 16:02:24 jsg Exp $ +dnl $OpenBSD: hardware,v 1.282 2009/05/16 23:51:43 sthen Exp $ OpenBSD/MACHINE OSREV works across a broad range of standard PCs and clones, with a wide variety of processors and I/O bus architectures. It can be expected to install and run with minimal difficulties on most @@ -1223,12 +1223,3 @@ ACPI notice: details as possible, including the dmesg(8) output for both ACPI and ACPI-disabled kernels, as well as the output from acpidump(8) and pcidump(8). - - On a few machines as well (usually with broken BIOSes), the - monoprocessor kernel (bsd) and the multiprocessor kernel (bsd.mp) - will behave differently, due to differences in the interrupt - routing mechanism. Trying the multiprocessor kernel, even on a - single processor machine, or the other way around, might solve - interrupt problems as well. As with the potential ACPI problems - above, please report any such problems, so that the developers - have a chance to fix them. |