enable pci@pryo@mainbus and ebus@mainbus attachments.
pryo still isn't fully working, but i'm able to talk to disk and com properly. bge, ohci/ehci, aceride and wm (pcie card) interrupts are not working yet.
This commit is contained in:
parent
3f17bd0345
commit
4f892d6c12
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.134 2011/03/06 17:08:31 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.135 2011/03/20 23:31:36 mrg Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
#ident "GENERIC-$Revision: 1.135 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -240,10 +240,13 @@ cpu* at mainbus0 # declare additional CPUs
|
|||
sbus* at mainbus0 # SBus-based systems
|
||||
psycho* at mainbus0 # PCI-based systems
|
||||
schizo* at mainbus?
|
||||
pyro* at mainbus?
|
||||
pci* at psycho?
|
||||
pci* at schizo?
|
||||
pci* at pyro?
|
||||
pci* at ppb?
|
||||
ppb* at pci? # `APB' support.
|
||||
ebus* at mainbus0 # ebus devices
|
||||
ebus* at pci? # ebus devices
|
||||
# XXX 'puc's aren't really bridges, but there's no better place for them here
|
||||
puc* at pci? dev ? function ? # PCI "universal" comm. cards
|
||||
|
|
Loading…
Reference in New Issue