diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-05 20:51:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-02-05 20:51:23 +0000 |
commit | 5dd3a9bf5326194c7328b0da0eb256cdb3056ee9 (patch) | |
tree | 9105413cd2b1455b29a571a6c4252de50fe37f19 /sys/arch/loongson/conf/files.loongson | |
parent | a0e63efdb88447db80c33fccc16f89ad6b0723dc (diff) |
Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration
is moved to specific files, and a pointer to the key configuration structure
is now kept in struct sys_config.
bonito(4) interrupt handling is split, to allow PCI+Legacy interrupt systems
(Lemote Yeelong) and PCI-only Legacy-free systems (Gdium) to coexist
peacefully.
Diffstat (limited to 'sys/arch/loongson/conf/files.loongson')
-rw-r--r-- | sys/arch/loongson/conf/files.loongson | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/files.loongson b/sys/arch/loongson/conf/files.loongson index 52b3c00347d..f7d56de48bc 100644 --- a/sys/arch/loongson/conf/files.loongson +++ b/sys/arch/loongson/conf/files.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: files.loongson,v 1.1 2009/12/25 21:09:57 miod Exp $ +# $OpenBSD: files.loongson,v 1.2 2010/02/05 20:51:20 miod Exp $ # Standard stanzas config(8) can't run without maxpartitions 16 @@ -17,6 +17,7 @@ file arch/loongson/loongson/bus_dma.c file arch/loongson/loongson/bus_space.c file arch/loongson/loongson/conf.c file arch/loongson/loongson/disksubr.c disk +file arch/loongson/loongson/gdium_machdep.c file arch/loongson/loongson/loongson2_machdep.c file arch/loongson/loongson/machdep.c file arch/loongson/loongson/mutex.c @@ -24,6 +25,7 @@ file arch/loongson/loongson/pciide_machdep.c pciide file arch/loongson/loongson/pmon.c file arch/loongson/loongson/pmon32.S file arch/loongson/loongson/wscons_machdep.c wsdisplay +file arch/loongson/loongson/yeeloong_machdep.c include "dev/ata/files.ata" include "dev/atapiscsi/files.atapiscsi" @@ -65,7 +67,7 @@ attach glxpcib at pci file arch/loongson/dev/glxpcib.c glxpcib file arch/loongson/dev/pcib.c glxpcib -# RTC +# Lemote Yeeloong RTC device mcclock attach mcclock at isa with mcclock_isa file arch/loongson/dev/mcclock.c mcclock |