diff options
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index a800cb2d7de..55cd63201f4 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.11 2017/02/22 23:03:12 patrick Exp $ +# $OpenBSD: GENERIC,v 1.12 2017/02/24 10:13:13 patrick Exp $ # # GENERIC machine description file # @@ -48,6 +48,8 @@ uk* at scsibus? ampintc* at fdt? agtimer* at fdt? ahci* at fdt? +#pciecam* at fdt? +#pci* at pciecam? # NS16550 compatible serial ports com* at fdt? @@ -58,6 +60,7 @@ plrtc* at fdt? psci* at fdt? virtio* at fdt? +#virtio* at pci? vio* at virtio? vioblk* at virtio? viomb* at virtio? @@ -192,6 +195,10 @@ rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs ukphy* at mii? # "unknown" PHYs +# PCI +#ppb* at pci? # PCI-PCI bridges +#pci* at ppb? + scsibus* at scsi? sd* at scsibus? cd* at scsibus? |