diff options
Diffstat (limited to 'sys/arch/sparc/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index a34b9308bbb..8c64a64590c 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.69 2003/06/18 17:40:31 miod Exp $ +# $OpenBSD: GENERIC,v 1.70 2003/06/23 09:30:36 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -298,9 +298,20 @@ wsdisplay* at agten? mgx* at sbus? wsdisplay* at mgx? -# Microcontroller found on Tadpole +# 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. scsibus* at esp? |