diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-03 19:30:25 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-03 19:30:25 +0000 |
commit | ff1778621a8b0ab188efd9fed2b26f79a8e83475 (patch) | |
tree | db9923395070a7781170d8bfd437ba71a62ff905 /sys/arch/alpha/conf | |
parent | e698fd70260d37f50e69e932cd47c047dcfb3750 (diff) |
closer approximation to an alpha using new wscons.
tga moved to dev/pci.
by request from alpha people.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index d30dd321aed..97338019923 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.30 1999/11/08 15:36:07 mickey Exp $ +# $OpenBSD: files.alpha,v 1.31 2000/07/03 19:30:20 mickey Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -46,13 +46,6 @@ file arch/alpha/alpha/rd_root.c ramdisk_hooks major { rd = 6 } # -# raster console routines -# - -define raster -include "dev/rcons/files.rcons" - -# # "wprkstation cpnsole" routines # @@ -77,12 +70,12 @@ attach ioasic at tc file arch/alpha/tc/ioasic.c ioasic # Color Frame buffer -device cfb: raster, wsconsdev +device cfb: wsemuldisplaydev, wsrasteremulops attach cfb at tc file arch/alpha/tc/cfb.c cfb # Smart Frame buffer -device sfb: raster, wsconsdev +device sfb: wsemuldisplaydev, wsrasteremulops attach sfb at tc file arch/alpha/tc/sfb.c sfb @@ -216,13 +209,6 @@ attach pceb at pci file arch/alpha/pci/sio.c sio | pceb needs-flag file arch/alpha/pci/sio_pic.c sio | pceb -device tga: raster, wsconsdev -attach tga at pci -file arch/alpha/pci/tga.c tga needs-flag -file arch/alpha/pci/tga_conf.c tga -file arch/alpha/pci/tga_bt463.c tga -file arch/alpha/pci/tga_bt485.c tga - # # ISA PnP # |