diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-10 06:42:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-10 06:42:43 +0000 |
commit | f0075b7209c658cdd7970eb66d7d9846df0bfc13 (patch) | |
tree | b29fdc0810784435eb4df1fcddefd453fc728420 /sys | |
parent | 88a3bfeca9b74637bd1e6732838ffd3428197970 (diff) |
ledma*, and le* at ledma? will help with anteres units; miod ok
Diffstat (limited to 'sys')
-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 |