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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a79896f2052..96ef6a23b6f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.117 2005/02/15 11:03:46 jsg Exp $ +# $OpenBSD: GENERIC,v 1.118 2005/03/05 01:44:52 miod Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -315,6 +315,10 @@ pcmcia* at stp? wi* at pci? # WaveLAN IEEE 802.11DS wi* at pcmcia? # WaveLAN IEEE 802.11DS +# ``XBox'' SBus Expansion +xbox* at sbus? +sbus* at xbox? + #pseudo-device hotplug 1 # devices hot plugging # mouse & keyboard multiplexor pseudo-devices |