enable auxio at ebus.
This commit is contained in:
parent
21adbdd7d0
commit
410a32c515
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: GENERIC,v 1.27 2000/04/05 02:34:19 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.28 2000/04/05 14:28:55 mrg Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -214,7 +214,7 @@ ebus* at pci? # ebus devices
|
|||
|
||||
## Auxiliary system registers -- We use the OBP for power management
|
||||
#auxreg0 at sbus0
|
||||
#auxreg0 at pci0
|
||||
auxio0 at ebus? # auxio registers
|
||||
|
||||
# We also need:
|
||||
# bpp0 at sbus0 # parallel port
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC64,v 1.10 2000/04/05 02:34:19 mrg Exp $
|
||||
# $NetBSD: GENERIC64,v 1.11 2000/04/05 14:28:55 mrg Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
|
@ -191,7 +191,7 @@ sbus0 at mainbus0 # Ultra 1
|
|||
|
||||
## Auxiliary system registers -- We use the OBP for power management
|
||||
#auxreg0 at sbus0
|
||||
#auxreg0 at pci0
|
||||
auxio0 at ebus? # auxio registers
|
||||
|
||||
# We also need:
|
||||
# bpp0 at sbus0 # parallel port
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: POWEROFSEVEN,v 1.7 2000/04/05 02:34:19 mrg Exp $
|
||||
# $NetBSD: POWEROFSEVEN,v 1.8 2000/04/05 14:28:55 mrg Exp $
|
||||
#
|
||||
# Configuration for Ultra5/Ultra10
|
||||
|
||||
|
@ -195,7 +195,7 @@ ebus* at pci? # ebus devices
|
|||
|
||||
## Auxiliary system registers -- We use the OBP for power management
|
||||
#auxreg0 at sbus0
|
||||
#auxreg0 at pci0 # XXX this is wrong
|
||||
auxio0 at ebus? # auxio registers
|
||||
|
||||
# We also need:
|
||||
# bpp0 at sbus0 # parallel port
|
||||
|
|
Loading…
Reference in New Issue