diff options
author | 2017-03-08 09:23:06 +0000 | |
---|---|---|
committer | 2017-03-08 09:23:06 +0000 | |
commit | 810e9d07ce0f3024f6deab220160a4014275a52a (patch) | |
tree | af3c36e11b92204aa1e0852b61ba6a2ed1c0f635 /sys | |
parent | Do not unset IFF_UP twice. (diff) | |
download | wireguard-openbsd-810e9d07ce0f3024f6deab220160a4014275a52a.tar.xz wireguard-openbsd-810e9d07ce0f3024f6deab220160a4014275a52a.zip |
Enable ix(4). Requested by deraadt@
Diffstat (limited to 'sys')
-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 |