diff options
author | 2003-07-16 15:18:07 +0000 | |
---|---|---|
committer | 2003-07-16 15:18:07 +0000 | |
commit | f65b91960c7aa76f8a40525be195c6271fc77666 (patch) | |
tree | 152f9e751c2ae41eff2cc878e1786e056f29d541 | |
parent | mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se> (diff) | |
download | wireguard-openbsd-f65b91960c7aa76f8a40525be195c6271fc77666.tar.xz wireguard-openbsd-f65b91960c7aa76f8a40525be195c6271fc77666.zip |
Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OK
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 2a77d928412..e2291c8fe81 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.57 2003/07/08 21:12:09 mickey Exp $ +# $OpenBSD: SUN4M,v 1.58 2003/07/16 15:18:07 millert Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -115,6 +115,10 @@ lebuffer* at sbus? # sun4m SBus le0 at lebuffer0 # le* at lebuffer? # +# Additional SBus LANCE devices - unbuffered +le0 at sbus0 +le* at sbus? + # HappyMeal ethernet hme* at sbus? |