diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-02-28 04:59:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-02-28 04:59:08 +0000 |
commit | b2e8cb6cf05fc099f55ec88c0b3be2cc3d208bf9 (patch) | |
tree | 9451853df212057c7fe1034d0e74cae81e5d1f22 /sys/arch/arm64/conf | |
parent | 5109c4e5632b12ce36fbb291d15287e6ce8baf93 (diff) |
sync
Diffstat (limited to 'sys/arch/arm64/conf')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index dc78f63c927..b390e35c11b 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.142 2020/02/21 15:53:09 patrick Exp $ +# $OpenBSD: GENERIC,v 1.143 2020/02/28 04:59:07 deraadt Exp $ # # GENERIC machine description file # @@ -243,6 +243,10 @@ rge* at pci? # Realtek 8125 ahci* at pci? flags 0x0000 # AHCI SATA controllers # flags 0x0001 to force SATA 1 (1.5Gb/s) nvme* at pci? # NVMe controllers +mpi* at pci? # LSI Logic Fusion MPT Message Passing Interface +mpii* at pci? # LSI Fusion MPT Message Passing Interface II +mfi* at pci? # LSI MegaRAID SAS controllers +mfii* at pci? # LSI MegaRAID SAS Fusion controller # USB Controllers ohci* at pci? # Open Host Controller |