Deal with missing P4 register on old 3/60 machines.

This commit is contained in:
gwr 1998-03-21 21:40:45 +00:00
parent 5fb8156c1c
commit 9c160cc541

View File

@ -1,11 +1,12 @@
# $NetBSD: cg4.sun3,v 1.1 1998/02/08 05:10:55 gwr Exp $
# $NetBSD: cg4.sun3,v 1.2 1998/03/21 21:40:45 gwr Exp $
# Each cg4 config line applies to only one machine type,
# and the low 4 bits of the flags (if set) are matched
# against the same bits of the machine type ID code.
# Also, flags 0x10 signifies Type A (AMD RAMDACs).
cgfour0 at obmem0 addr 0xFE400000 flags 0x14 # 3/110
# Also, flag 0x10 signifies Type A (AMD RAMDACs),
# and the flag 0x20 indicates a missing P4 reg.
cgfour0 at obmem0 addr 0xFE400000 flags 0x34 # 3/110
cgfour0 at obmem0 addr 0xFF300000 flags 7 # 3/60 (P4)
# These two appear to have no P4 register.
cgfour0 at obmem0 addr 0xFF400000 flags 7 # 3/60 (old)
cgfour0 at obmem0 addr 0xFF400000 flags 8 # 3/E
cgfour0 at obmem0 addr 0xFF300000 flags 0x27 # 3/60 (old)
cgfour0 at obmem0 addr 0xFF300000 flags 0x28 # 3/E