- add ichlpcib to XEN2 config file
- few cosmetics tested with XEN2 and XEN3 kernel ok bouyer@
This commit is contained in:
parent
12929bba43
commit
c82e20912d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN2_DOM0,v 1.28 2007/06/16 12:35:57 ad Exp $
|
||||
# $NetBSD: XEN2_DOM0,v 1.29 2007/06/28 20:07:00 alc Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
@ -205,16 +205,25 @@ xencons* at hypervisor? # Xen virtual console
|
||||
#sd* at hypervisor? # Xen vbd (sd identity)
|
||||
#cd* at hypervisor? # Xen vbd (cd identity)
|
||||
|
||||
# PCI bus support
|
||||
pci* at hypervisor? bus ?
|
||||
pci* at pchb? bus ?
|
||||
|
||||
# PCI bridges
|
||||
#ichlpcib* at pci? dev ? function ? # Intel ICH PCI-ISA w/ watchdog and
|
||||
# SpeedStep support
|
||||
pcib* at pci? dev ? function ? # PCI-ISA bridges
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||
# 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
|
||||
|
||||
agp* at pchb?
|
||||
|
||||
# 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
|
||||
# ISA bus support
|
||||
#isa0 at ichlpcib?
|
||||
isa0 at pcib?
|
||||
isa0 at hypervisor?
|
||||
|
||||
# Serial Devices
|
||||
|
||||
@ -452,10 +461,6 @@ ld* at mlx? unit ?
|
||||
|
||||
icpsp* at icp? unit ? # SCSI pass-through
|
||||
|
||||
# ISA bus support
|
||||
isa0 at pcib?
|
||||
isa0 at hypervisor?
|
||||
|
||||
# wscons
|
||||
pckbc0 at isa? # pc keyboard controller
|
||||
pckbd* at pckbc? # PC keyboard
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.xen,v 1.61 2007/05/17 14:51:35 yamt Exp $
|
||||
# $NetBSD: files.xen,v 1.62 2007/06/28 20:07:00 alc Exp $
|
||||
# NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp
|
||||
# NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp
|
||||
|
||||
@ -242,9 +242,15 @@ file arch/i386/pci/pchb.c pchb needs-flag
|
||||
file arch/x86/pci/pchb_rnd.c pchb & rnd
|
||||
|
||||
# PCI-ISA bridges
|
||||
device pcib: isabus
|
||||
attach pcib at pci
|
||||
file arch/xen/xen/pcib.c pcib
|
||||
device pcib: isabus
|
||||
attach pcib at pci
|
||||
file arch/xen/xen/pcib.c pcib | ichlpcib
|
||||
|
||||
# PCI-LPC bridges
|
||||
device ichlpcib: isabus, sysmon_wdog
|
||||
attach ichlpcib at pci
|
||||
file arch/i386/pci/ichlpcib.c ichlpcib
|
||||
|
||||
|
||||
# CPUS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user