diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-01-29 11:46:45 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-01-29 11:46:45 +0000 |
commit | 148b243b9eecc369b3ac19c8c9a33940e2c220e6 (patch) | |
tree | 65331b4e52dba54b5de3752a694b966300aaab2c /sys | |
parent | 60d57d10ec62f3cb932aa2e8fc86d5b26c3e117d (diff) |
Attach ampintc/ampintcmsi early so pci devices can be attached with
msi when using qemu -M virt.
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 2e6f23bd2c3..26e1dfb2ce3 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.48 2018/01/04 14:30:08 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.49 2018/01/29 11:46:44 jsg Exp $ # # GENERIC machine description file # @@ -46,8 +46,8 @@ cd* at scsibus? ch* at scsibus? uk* at scsibus? -ampintc* at fdt? -ampintcmsi* at fdt? +ampintc* at fdt? early 1 +ampintcmsi* at fdt? early 1 agintc* at fdt? agtimer* at fdt? ahci* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 72b96802626..053a1160832 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.42 2018/01/04 14:30:08 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.43 2018/01/29 11:46:44 jsg Exp $ # # GENERIC machine description file # @@ -57,8 +57,8 @@ cd* at scsibus? ch* at scsibus? uk* at scsibus? -ampintc* at fdt? -ampintcmsi* at fdt? +ampintc* at fdt? early 1 +ampintcmsi* at fdt? early 1 agintc* at fdt? agtimer* at fdt? ahci* at fdt? |