add support for PMAG-B Color Frame Buffer (CFB) option boards. OSF/1

doesn't support these, but they appear to work OK (with an appropriate
monitor) in my 3000/300.
This commit is contained in:
cgd 1996-05-01 23:22:16 +00:00
parent cb0eb158e7
commit 1668855fc5
4 changed files with 16 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.11 1996/05/01 20:23:04 cgd Exp $
# $NetBSD: ALPHA,v 1.12 1996/05/01 23:22:16 cgd Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -105,6 +105,7 @@ scc1 at ioasic? offset ?
tcds0 at tc? slot ? offset ?
esp0 at tcds? slot ?
esp1 at tcds? slot ?
cfb* at tc? slot ? offset ?
sfb* at tc? slot ? offset ?
le* at tc? slot ? offset ?
@ -152,6 +153,7 @@ st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
# Workstation Console attachments
wscons* at cfb?
wscons* at pcivga?
wscons* at sfb?
wscons* at tga?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.13 1996/05/01 20:23:07 cgd Exp $
# $NetBSD: GENERIC,v 1.14 1996/05/01 23:22:19 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -74,6 +74,7 @@ scc1 at ioasic? offset ?
tcds0 at tc? slot ? offset ?
esp0 at tcds? slot ?
esp1 at tcds? slot ?
cfb* at tc? slot ? offset ?
sfb* at tc? slot ? offset ?
le* at tc? slot ? offset ?
@ -121,6 +122,7 @@ st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
# Workstation Console attachments
wscons* at cfb?
wscons* at pcivga?
wscons* at sfb?
wscons* at tga?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_NFS,v 1.7 1996/05/01 20:23:08 cgd Exp $
# $NetBSD: GENERIC_NFS,v 1.8 1996/05/01 23:22:22 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@ -71,6 +71,7 @@ scc1 at ioasic? offset ?
tcds0 at tc? slot ? offset ?
esp0 at tcds? slot ?
esp1 at tcds? slot ?
cfb* at tc? slot ? offset ?
sfb* at tc? slot ? offset ?
le* at tc? slot ? offset ?
@ -118,6 +119,7 @@ st* at scsibus? target ? lun ?
cd* at scsibus? target ? lun ?
# Workstation Console attachments
wscons* at cfb?
wscons* at pcivga?
wscons* at sfb?
wscons* at tga?

View File

@ -1,4 +1,4 @@
# $NetBSD: files.alpha,v 1.15 1996/05/01 20:26:39 cgd Exp $
# $NetBSD: files.alpha,v 1.16 1996/05/01 23:22:24 cgd Exp $
#
# alpha-specific configuration info
@ -71,7 +71,12 @@ device ioasic { offset = -1 }
attach ioasic at tc
file arch/alpha/tc/ioasic.c ioasic
# Smart Frame buffer (XXX NOT YET SUPPORTED)
# Color Frame buffer
device cfb: raster, wsconsdev
attach cfb at tc
file arch/alpha/tc/cfb.c cfb
# Smart Frame buffer
device sfb: raster, wsconsdev
attach sfb at tc
file arch/alpha/tc/sfb.c sfb