diff options
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index ab16f216207..fa9e5136ba4 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.17 2017/03/08 08:57:16 patrick Exp $ +# $OpenBSD: GENERIC,v 1.18 2017/03/08 09:23:06 jsg Exp $ # # GENERIC machine description file # @@ -90,7 +90,8 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? # PCI Ethernet -em* at pci? # Intel Pro/1000 ethernet +em* at pci? # Intel Pro/1000 Ethernet +ix* at pci? # Intel 82598EB 10Gb Ethernet # PCI SCSI ahci* at pci? flags 0x0000 # AHCI SATA controllers diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 894f730b77f..2be3fc80dac 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.14 2017/03/08 08:57:16 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.15 2017/03/08 09:23:06 jsg Exp $ # # GENERIC machine description file # @@ -97,7 +97,8 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? # PCI Ethernet -em* at pci? # Intel Pro/1000 ethernet +em* at pci? # Intel Pro/1000 Ethernet +ix* at pci? # Intel 82598EB 10Gb Ethernet # PCI SCSI ahci* at pci? flags 0x0000 # AHCI SATA controllers |