diff options
author | 2016-07-04 21:51:40 +0000 | |
---|---|---|
committer | 2016-07-04 21:51:40 +0000 | |
commit | ab8818bb97ac211cf9357a25a4bc37866d4be0b1 (patch) | |
tree | b386cb89fba404e4b301729c433c339745f1c665 | |
parent | Remove prebind support: binding to symbol table indices is too fragile (diff) | |
download | wireguard-openbsd-ab8818bb97ac211cf9357a25a4bc37866d4be0b1.tar.xz wireguard-openbsd-ab8818bb97ac211cf9357a25a4bc37866d4be0b1.zip |
Add nep(4).
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 5c5a7adf83b..ac2c87382a6 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.120 2016/06/28 04:41:37 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.121 2016/07/04 21:51:40 kettenis Exp $ machine sparc64 maxusers 4 @@ -83,6 +83,7 @@ wi* at pcmcia? # WaveLAN IEEE 802.11DS hme* at pci? # Sun Happy Meal 10/100 gem* at pci? # Sun GEM 10/100/Gigabit cas* at pci? # Sun Cassini 100/Gigabit +nep* at pci? # Sun Neptune ethernet ti* at pci? # Alteon Tigon 1Gb ethernet skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above |