2F盒子上用OpenBSD不用通过串口了。

[1]
==================
From: Miod Vallat <>
To:
Subject: CVS: cvs.openbsd.org: src
Date: Sun, 28 Feb 2010 15:32:50 -0700 (MST)
Sender:

CVSROOT:    /cvs
Module name:    src
Changes by:        2010/02/28 15:32:50

Modified files:
    sbin/wsconsctl : util.c
    share/man/man4/man4.loongson: Makefile
    sys/arch/loongson/conf: GENERIC RAMDISK files.loongson
    sys/arch/loongson/loongson: wscons_machdep.c yeeloong_machdep.c
    sys/dev/wscons : wsconsio.h
Added files:
    share/man/man4/man4.loongson: sisfb.4
    sys/arch/loongson/dev: sisfb.c

Log message:
Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.
Currently unable to change video modes or provide any form of acceleration,
so you are stuck in a 640x400x8 mode, but at least people scared of serial
consoles will get a chance to use their Fuloongs now.

Tested by otto@ (early developments) and jasper@ (final version)

[2]
========================
From: Otto Moerbeek <>
To:
Subject: CVS: cvs.openbsd.org: src
Date: Sun, 28 Feb 2010 05:36:46 -0700 (MST)
Sender:

CVSROOT:    /cvs
Module name:    src
Changes by:        2010/02/28 05:36:46

Modified files:
    sys/arch/loongson/loongson: loongson2_machdep.c

Log message:
implement hw.cpuspeed sysctl; ok miod@