Re: Problems with a dual Dell SC1420 => SOLVED
Eric Haszlakiewicz <[email protected]> Tue, 23 Aug 2005 12:23:34 -0500
| Newsgroups | gmane.os.netbsd.devel.smp |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Dec 14, 2004 at 12:31:31AM -0600, Eric Haszlakiewicz wrote: > I've got a Dell SC1420 that has two Intel Xeon processors. So far > I haven't been able to get it to work using both processors. It seems I recently updated this machine to -current and managed to get it working with both processors. horray! The kernel config I am using is mostly GENERIC.MPACPI 1.40, with : options MPACPI_SCANPCI options LOCKDEBUG options MPVERBOSE options ACPI_ACTIVATE_DEV options PCIINTR_DEBUG options PCI_ADDR_FIXUP options PCI_BUS_FIXUP options PCI_INTR_FIXUP ichlpcib* at pci? dev ? function ? and various unnecessary devices commented out. I haven't tried an unmodified GENERIC.MPACPI, so that may work too. eric