diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 09:45:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 09:45:21 +0000 |
commit | 522743261def4aa78f01e6eed916bc04205a47db (patch) | |
tree | 50332ec743bb2a1a1a64d36b0827270dce93bf45 /sys/arch/sparc | |
parent | 4caa01a4f3f078ee4289cbeb2b6de1f120c0048c (diff) |
Sort frame buffer section and remove rasops32 dependencies from cgfourteen,
cgtwelve and tcx, as they are no longer necessary.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index c3002746969..61f510bdff9 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.61 2004/10/08 13:04:36 grange Exp $ +# $OpenBSD: files.sparc,v 1.62 2005/03/03 09:45:20 miod Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -158,38 +158,46 @@ include "dev/wsfont/files.wsfont" define bt_dac file arch/sparc/dev/bt_subr.c bt_dac +device agten: wsemuldisplaydev, rasops8, wsemul_sun +attach agten at sbus +file arch/sparc/dev/agten.c agten + device bwtwo: wsemuldisplaydev, rasops1, wsemul_sun attach bwtwo at sbus, obio, vmes, vmel file arch/sparc/dev/bwtwo.c bwtwo -device cgtwo: wsemuldisplaydev, rasops8, wsemul_sun -attach cgtwo at sbus, obio, vmes -file arch/sparc/dev/cgtwo.c cgtwo - -device cgthree: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac -attach cgthree at sbus -file arch/sparc/dev/cgthree.c cgthree +device cgeight: wsemuldisplaydev, rasops24, wsemul_sun, bt_dac +attach cgeight at obio +file arch/sparc/dev/cgeight.c cgeight device cgfour: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac attach cgfour at obio file arch/sparc/dev/cgfour.c cgfour +device cgfourteen: wsemuldisplaydev, rasops8, wsemul_sun +attach cgfourteen at obio +file arch/sparc/dev/cgfourteen.c cgfourteen + device cgsix: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac attach cgsix at sbus, obio file arch/sparc/dev/cgsix.c cgsix -device cgeight: wsemuldisplaydev, rasops24, wsemul_sun, bt_dac -attach cgeight at obio -file arch/sparc/dev/cgeight.c cgeight - -device cgfourteen: wsemuldisplaydev, rasops8, rasops32, wsemul_sun -attach cgfourteen at obio -file arch/sparc/dev/cgfourteen.c cgfourteen +device cgthree: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac +attach cgthree at sbus +file arch/sparc/dev/cgthree.c cgthree -device cgtwelve: wsemuldisplaydev, rasops1, rasops32, wsemul_sun +device cgtwelve: wsemuldisplaydev, rasops1, wsemul_sun attach cgtwelve at sbus file arch/sparc/dev/cgtwelve.c cgtwelve +device cgtwo: wsemuldisplaydev, rasops8, wsemul_sun +attach cgtwo at sbus, obio, vmes +file arch/sparc/dev/cgtwo.c cgtwo + +device mgx: wsemuldisplaydev, rasops8, wsemul_sun +attach mgx at sbus +file arch/sparc/dev/mgx.c mgx + # Onboard Weitek P9000 found on Tadpole SPARCbook 3, and BT ``Chameleon'' RAMDAC device pninek: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac attach pninek at sbus @@ -204,34 +212,26 @@ device pnozz: wsemuldisplaydev, rasops8, rasops16, rasops24, rasops32, wsemul_su attach pnozz at sbus file arch/sparc/dev/p9100.c pnozz -device tcx: wsemuldisplaydev, rasops8, rasops32, wsemul_sun, bt_dac +device rfx: wsemuldisplaydev, rasops8, wsemul_sun +attach rfx at sbus +file arch/sparc/dev/rfx.c rfx + +device tcx: wsemuldisplaydev, rasops8, wsemul_sun, bt_dac attach tcx at sbus file arch/sparc/dev/tcx.c tcx -device vigra: wsemuldisplaydev, rasops8, wsemul_sun -attach vigra at sbus -file arch/sparc/dev/vigra.c vigra - -device agten: wsemuldisplaydev, rasops8, wsemul_sun -attach agten at sbus -file arch/sparc/dev/agten.c agten - device tvtwo: wsemuldisplaydev, rasops32, wsemul_sun attach tvtwo at sbus file arch/sparc/dev/tvtwo.c tvtwo +device vigra: wsemuldisplaydev, rasops8, wsemul_sun +attach vigra at sbus +file arch/sparc/dev/vigra.c vigra + device zx: wsemuldisplaydev, rasops32, wsemul_sun attach zx at sbus file arch/sparc/dev/zx.c zx -device mgx: wsemuldisplaydev, rasops8, wsemul_sun -attach mgx at sbus -file arch/sparc/dev/mgx.c mgx - -device rfx: wsemuldisplaydev, rasops8, wsemul_sun -attach rfx at sbus -file arch/sparc/dev/rfx.c rfx - # device definition in sys/conf/files attach le at sbus, ledma, lebuffer, obio file arch/sparc/dev/if_le.c le |