diff options
author | 2005-01-10 06:42:42 +0000 | |
---|---|---|
committer | 2005-01-10 06:42:42 +0000 | |
commit | 59f522a94598f82a0cde155d1305e7625453020f (patch) | |
tree | 1fe2d5e980e71cd6e9251b58eb3ad34c88ae8515 | |
parent | m_hdr.mh_flags has been u_short for some time now. (diff) | |
download | wireguard-openbsd-59f522a94598f82a0cde155d1305e7625453020f.tar.xz wireguard-openbsd-59f522a94598f82a0cde155d1305e7625453020f.zip |
ledma*, and le* at ledma? will help with anteres units; miod ok
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index ca4c275d786..0b91a09e1b3 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.78 2004/09/27 19:32:38 miod Exp $ +# $OpenBSD: GENERIC,v 1.79 2005/01/10 06:42:42 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -152,6 +152,8 @@ options ISP_COMPILE_1000_FW=1 # specialized DMA glue ledma0 at sbus0 # sun4m on-board le0 at ledma0 # +ledma* at sbus0 # Anteres sbus +le* at ledma? # # Additional SBus LANCE devices - glued on by lebuffer lebuffer0 at sbus0 # sun4m SBus diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 0a2aef0b5ff..6c59f463ae0 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.52 2004/09/16 09:14:04 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.53 2005/01/10 06:42:42 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -147,6 +147,8 @@ esp* at dma? flags 0xff0f # depending on model # sun4m Ethernet - an AMD 7990 LANCE behind specialized DMA glue ledma0 at sbus? # sun4m on-board le0 at ledma0 # +ledma* at sbus? # Anteres sbus +le* at ledma? # # Additional SBus LANCE devices - glued on by lebuffer lebuffer0 at sbus0 # sun4m SBus diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 403d86e8289..ca6e3f6cc88 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.64 2004/09/27 19:32:38 miod Exp $ +# $OpenBSD: SUN4M,v 1.65 2005/01/10 06:42:42 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -111,6 +111,8 @@ options ISP_COMPILE_1000_FW=1 # specialized DMA glue ledma0 at sbus0 # sun4m on-board le0 at ledma0 # +ledma* at sbus0 # Anteres sbus +le* at ledma? # # Additional SBus LANCE devices - glued on by lebuffer lebuffer0 at sbus0 # sun4m SBus |