Sat, 16 May 2009

9:59 AM - Asus M4A78 Plus not supported

 The onboard USB controller causes a lockup on boot on the Asus M4A78 Plus. It's an AMD 770 chipset. The onboard NIC is also not supported. Disabling the usb controller completely and rebooting will allow you to get into the system with a ps/2 keyboard.

tags: hardware asus motherboard support amd ati

Fri, 25 Jul 2008

4:55 PM - Avoid Foxconn motherboards

Foxconn is delibertly forcing users to run windows on their motherboards. Avoid their motherboards.

tags: hardware bad

Tue, 1 Jul 2008

2:56 PM - Recent activity

I've been working on hardware support. Several users have been having problems running MidnightBSD on newer hardware.

src/sys/dev/ata

Last night, I merged some things from FreeBSD to support newer ATA and SATA controllers form NVIDIA, Intel, and AMD into CURRENT. I also added a few to 0.2 that I can test here. We've got a few devices that FreeBSD does not support as well.

src/sys/dev/msk

I added an experimental msk(4) to 0.2 and CURRENT. It is built as a module only at this time. I'm also experimenting with a device on my iMac Core 2 Duo and msk(4). To test this, kldload if_msk

src/bin/sh

sh changes are now available on 0.2 and CURRENT which fix some GNU configure scripts like those found in recent versions of graphviz.

src/bin/*

I've brought in several changes from FreeBSD 6.3 to CURRENT. Several commands have updated man pages, new flags, and bug fixes. bin/cp needs the most testing.


tags: src hardware