diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-23 09:30:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-23 09:30:37 +0000 |
commit | f60535a6426709708b03b4104913db5493e72c41 (patch) | |
tree | c139b0bb7060ef84028ae62979371a616510d337 /sys/arch/sparc/conf/SUN4M | |
parent | 76a938656b0398c0bbd3db3259c0c8c3aa754145 (diff) |
Attachment glue for stp and tslot drivers, and add them, as well as wi0,
to the appropriate configuration files.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 0e9ed2ead90..af517d1c7b5 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.54 2003/06/18 17:40:31 miod Exp $ +# $OpenBSD: SUN4M,v 1.55 2003/06/23 09:30:36 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -181,8 +181,19 @@ wsdisplay* at agten? mgx* at sbus? wsdisplay* at mgx? -# Microcontroller found on Tadpole -tctrl0 at obio0 +# Microcontroller found on Tadpole SPARCbook +tctrl0 at obio0 + +# Sun PCMCIA bridge +stp* at sbus? +pcmcia* at stp? socket ? + +# PCMCIA controller found on Tadpole SPARCbook +tslot* at sbus? +pcmcia* at tslot? socket ? + +# PCMCIA devices +wi* at pcmcia? function ? # SCSI bus layer. SCSI devices attach to the SCSI bus, which attaches # to the underlying hardware controller. |