diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-05 01:44:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-05 01:44:53 +0000 |
commit | cb4e539861dbd56824e1bc742c6914bee17d1b2e (patch) | |
tree | 828f19cfd1a2b7fc8489b8644235decd3068f55d /sys/arch/sparc64/conf/files.sparc64 | |
parent | a4385619703fa827222d5c66f6db70c70b021412 (diff) |
Preliminary xbox support: attaches, memory mapping and interrupts work, but
DMA transfers are not implemented yet, and are disabled (which causes drivers
to SBus cards on the xbox to fail to attach).
In practice, this allows frame buffers to work, maybe more devices; DMA
support will be worked on in the near future.
Diffstat (limited to 'sys/arch/sparc64/conf/files.sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index ebc7f74b786..fba2af7a805 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.55 2004/10/08 13:04:36 grange Exp $ +# $OpenBSD: files.sparc64,v 1.56 2005/03/05 01:44:52 miod Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -67,7 +67,8 @@ file arch/sparc64/sparc64/netbsd_machdep.c compat_netbsd # Sun specific files include "../../../dev/sun/files.sun" -attach sbus at mainbus +attach sbus at mainbus with sbus_mb +attach sbus at xbox with sbus_xbox file arch/sparc64/dev/sbus.c sbus device creator: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32, wsemul_sun |