diff options
author | 2017-03-08 11:41:11 +0000 | |
---|---|---|
committer | 2017-03-08 11:41:11 +0000 | |
commit | 4261ade17e738cb32e674c0cc1472bd5d595bf89 (patch) | |
tree | 23456b2fa933b5a3f8ed6f0a837ccfe42aad5f74 | |
parent | Do not clear IFF_UP, even in the error path. (diff) | |
download | wireguard-openbsd-4261ade17e738cb32e674c0cc1472bd5d595bf89.tar.xz wireguard-openbsd-4261ade17e738cb32e674c0cc1472bd5d595bf89.zip |
Enable re(4).
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index fa9e5136ba4..142fdac173f 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2017/03/08 09:23:06 jsg Exp $ +# $OpenBSD: GENERIC,v 1.19 2017/03/08 11:41:11 patrick Exp $ # # GENERIC machine description file # @@ -92,6 +92,7 @@ pci* at ppb? # PCI Ethernet em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet +re* at pci? # Realtek 8169/8169S/8110S # 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 2be3fc80dac..a886defb892 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.15 2017/03/08 09:23:06 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.16 2017/03/08 11:41:11 patrick Exp $ # # GENERIC machine description file # @@ -99,6 +99,7 @@ pci* at ppb? # PCI Ethernet em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet +re* at pci? # Realtek 8169/8169S/8110S # PCI SCSI ahci* at pci? flags 0x0000 # AHCI SATA controllers |