enable PNOZZ_USE_LATCH in case we run into some hardware which needs it
This commit is contained in:
parent
3bc5d8b535
commit
5e9539b84b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.219 2010/01/15 20:57:12 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.220 2010/03/01 06:14:17 macallan Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.219 $"
|
||||
#ident "GENERIC-$Revision: 1.220 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -693,6 +693,10 @@ cgfourteen* at obio0 # sun4m
|
|||
|
||||
# P9100-based display on Tadpole SPARCbook 3.
|
||||
pnozz0 at sbus? slot ? offset ?
|
||||
# the SPARCbook 3 hardware docs say that accesses to P9100 registers need to be
|
||||
# 'latched in' but at least my 3GX works happily without
|
||||
# Enable it by default since we don't know which hardware really needs it.
|
||||
options PNOZZ_USE_LATCH
|
||||
|
||||
# Sun ZX/Leo 24-bit framebuffer
|
||||
zx* at sbus? slot ? offset ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.72 2009/12/05 20:11:17 pooka Exp $
|
||||
# $NetBSD: INSTALL,v 1.73 2010/03/01 06:14:17 macallan Exp $
|
||||
#
|
||||
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
|
||||
#
|
||||
|
@ -561,6 +561,10 @@ cgfourteen* at obio0 # sun4m
|
|||
|
||||
# P9100-based display on Tadpole SPARCbook 3.
|
||||
pnozz0 at sbus? slot ? offset ?
|
||||
# the SPARCbook 3 hardware docs say that accesses to P9100 registers need to be
|
||||
# 'latched in' but at least my 3GX works happily without
|
||||
# Enable it by default since we don't know which hardware really needs it.
|
||||
options PNOZZ_USE_LATCH
|
||||
|
||||
# Sun ZX/Leo 24-bit framebuffer
|
||||
zx* at sbus? slot ? offset ?
|
||||
|
|
Loading…
Reference in New Issue