diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2018-04-24 03:17:37 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2018-04-24 03:17:37 +0000 |
commit | 063bebb0c823f7a0fc1c4c10f5958f53d2c36a65 (patch) | |
tree | 48b3d40cd885ccab7969d87184a91eaefaf94922 /sys/arch/loongson | |
parent | 497b3d7cfc302dc9ed1dfbdb1a86754e34ea876a (diff) |
Enable em(4) on loongson.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 7e3f84c427c..123e3a5a0b3 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.56 2017/08/28 19:32:53 jasper Exp $ +# $OpenBSD: GENERIC,v 1.57 2018/04/24 03:17:36 visa Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -212,6 +212,7 @@ udl* at uhub? wsdisplay* at udl? # NICs +em* at pci? # Intel Pro/1000 ethernet ral* at pci? re* at pci? rl* at pci? diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 887db8ce183..92e18d5674e 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 2016/11/17 14:44:34 visa Exp $ +# $OpenBSD: RAMDISK,v 1.29 2018/04/24 03:17:36 visa Exp $ machine loongson mips64 maxusers 4 @@ -132,6 +132,7 @@ wi* at uhub? # WaveLAN IEEE 802.11DS zyd* at uhub? # Zydas ZD1211 ugen* at uhub? # USB Generic driver +em* at pci? # Intel Pro/1000 ethernet ral* at pci? re* at pci? rl* at pci? |