From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 5 Aug 2009 10:03:58 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] another dual-atom motherboard: jetway nc92-330 Topicbox-Message-UUID: 3964f386-ead5-11e9-9d60-3106f5b1d025 When my dual-processor VIA motherboard blew up, I cast about for a quick replacement and ended up with a Jetway NC92-330-LF. This is similar to Steve's Intel D945GCLF2 board (not to be confused with Erik's supermicro X7SLA), but slightly more expensive. For the extra money you get extra expansion via Jetway-proprietary daughterboards, a normal sized heatsink compared to the Intel's very tall one, and a normal 20-pin atx power connector compared to the Intel's newer 24-pin one. Jetway NC91-330 is the same thing without the daughterboard connector. Experiences: - sata disk and ide dvd/rw worked immediately with standard kernel - rtl8111c gigabit ethernet worked after adding a new Macv code to the driver (patch ether8169-rtl8111c submitted) - smp didn't work at first (crashed on boot) because the bios initialises the mp configuration table with rubbish - possibly due to confusion over hyperthreading, there are two processor entries in the mp table, but the bios stores CPUIDs for four entries, thus clobbering the following bus descriptor entries. This happens whether or not hyperthreading is enabled in the bios. As a workaround I just patch the correct bus entries back into the mp table - see contrib/miller/jetway-nc92-330/mp.c, which I will one day re-do more elegantly before submitting as a patch. - vesa works beautifully at 1600x1200x16, but only with *nomp=1. Luckily there's a pci slot for a vga card.