New webpage on our website: The amd64 motherboards list. We want to collect

information about motherboards for an amd64 platform and how well FreeBSD
is running on them. Please direct your submissions directly to this file,
to pav or flz, or to www category in GNATS. I expect this page to grow
quickly.

This mini-project was inspired by endless stream of posts on freebsd-amd64
list asking for hardware suggestions.

Created by:	flz, mostly
Approved by:	simon
This commit is contained in:
Pav Lucistnik 2005-04-18 21:12:00 +00:00
parent 718481bdac
commit 436a435ba7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24320
3 changed files with 81 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/platforms/Makefile,v 1.8 2004/12/01 18:09:59 trhodes Exp $
# $FreeBSD: www/en/platforms/Makefile,v 1.9 2004/12/15 15:09:01 trhodes Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -19,6 +19,7 @@ DOCS+= ppc.sgml
DOCS+= sparc.sgml
DOCS+= x86-64.sgml
SUBDIR= ia64
SUBDIR= amd64
SUBDIR+=ia64
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,12 @@
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= motherboards.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,66 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/amd64 Project -- motherboards">
<!ENTITY email 'freebsd-amd64'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>On this page we try to collect information about motherboards
for the amd64 architecture and their ability to run FreeBSD.
If a particular motherboard is not listed here, chances are we do not
know about it. Please submit new entries or correction of existing
entries using
<a href="http://www.FreeBSD.org/cgi/man.cgi?query=send-pr&amp;sektion=1">send-pr(1)</a>
or <a href="&base;/send-pr.html">web form</a>. Please set category
to www.</p>
<h3>Asus</h3>
<table border=1>
<tr>
<th>Model</th>
<th>Northbridge Chipset / Socket</th>
<th>Issues</th>
<th>Submitter (optional links)</th>
<th>Tested FreeBSD version</th>
<th>Special notes</th>
</tr>
<tr>
<td><a href="http://www.asus.com/prog/spec.asp?m=A8N-SLI%20Deluxe">
A8N-SLI Deluxe</a></td>
<td>nVidia nForce4 SLI</td>
<td>Fully functional</td>
<td><a href="mailto:flz@FreeBSD.org">Florent Thoumie</a> (<a href="http://people.freebsd.org/~flz/local/dmesg.cream">dmesg</a>)</td>
<td>5.4-STABLE</td>
<td>On-board nForce ethernet controller will only work with nve(4) which is only in 6-CURRENT (as of Apr 2005).</td>
</tr>
</table>
<h3>MSI</h3>
<table border=1>
<tr>
<th>Model</th>
<th>Northbridge Chipset / Socket</th>
<th>Issues</th>
<th>Submitter (optional links)</th>
<th>Tested FreeBSD version</th>
<th>Special notes</th>
</tr>
<tr>
<td><a href="http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=608">
K8T Neo2-FIR</a></td>
<td>VIA K8T800 / Socket 939</td>
<td>Fully functional</td>
<td><a href="mailto:pav@FreeBSD.org">Pav Lucistnik</a> (<a href="http://www.oook.cz/bsd/ikaros.dmesg">dmesg</a>)</td>
<td>5.4-STABLE</td>
<td>BIOS update was needed to recognize memory sticks.</td>
</tr>
</table>
&footer;
</html>