diff --git a/en/platforms/Makefile b/en/platforms/Makefile index f3dd5c899c..564e9ec146 100644 --- a/en/platforms/Makefile +++ b/en/platforms/Makefile @@ -1,24 +1,25 @@ -# $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" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= alpha.sgml DOCS+= amd64.sgml DOCS+= arm.sgml DOCS+= i386.sgml DOCS+= ia64.sgml DOCS+= index.sgml DOCS+= mips.sgml DOCS+= pc98.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml -SUBDIR= ia64 +SUBDIR= amd64 +SUBDIR+=ia64 .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/platforms/amd64/Makefile b/en/platforms/amd64/Makefile new file mode 100644 index 0000000000..7bdd765ab1 --- /dev/null +++ b/en/platforms/amd64/Makefile @@ -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" diff --git a/en/platforms/amd64/motherboards.sgml b/en/platforms/amd64/motherboards.sgml new file mode 100644 index 0000000000..68cf1916a6 --- /dev/null +++ b/en/platforms/amd64/motherboards.sgml @@ -0,0 +1,66 @@ + + + + + %includes; +]> + + + &header; + +

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 + send-pr(1) + or web form. Please set category + to www.

+ +

Asus

+ + + + + + + + + + + + + + + + + + +
ModelNorthbridge Chipset / SocketIssuesSubmitter (optional links)Tested FreeBSD versionSpecial notes
+ A8N-SLI DeluxenVidia nForce4 SLIFully functionalFlorent Thoumie (dmesg)5.4-STABLEOn-board nForce ethernet controller will only work with nve(4) which is only in 6-CURRENT (as of Apr 2005).
+ +

MSI

+ + + + + + + + + + + + + + + + + + +
ModelNorthbridge Chipset / SocketIssuesSubmitter (optional links)Tested FreeBSD versionSpecial notes
+ K8T Neo2-FIRVIA K8T800 / Socket 939Fully functionalPav Lucistnik (dmesg)5.4-STABLEBIOS update was needed to recognize memory sticks.
+ + &footer; +