diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-12 06:04:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-03-12 06:04:02 +0000 |
commit | 9f9e8af72d5d262f355d1a5f0521eb9a18c157a3 (patch) | |
tree | ec52da1f1509cc0e59623bb8e9c4c032f16e9004 /sys | |
parent | a5fded5388b887561a98971ffe339b13d6954bed (diff) |
commented pcmcia stuff
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index f757abf92a9..f121b7bf61b 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.50 2004/03/09 15:24:27 miod Exp $ +# $OpenBSD: RAMDISK,v 1.51 2004/03/12 06:04:01 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -195,6 +195,21 @@ xyc0 at vmes0 addr 0xffffee40 level 3 vect 0x48 xyc1 at vmes0 addr 0xffffee48 level 3 vect 0x49 xy* at xyc? drive ? +# 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 ? # WaveLAN IEEE 802.11DS +#an* at pcmcia? function ? # Aironet IEEE 802.11DS +#ne* at pcmcia? function ? # NE2000-compat ethernet +#ep* at pcmcia? function ? # PCMCIA based 3C5xx ethernet +#com* at pcmcia? function ? # PCMCIA modems/serial ports + # NCR5380-based "Sun SCSI 3" VME SCSI controller. # This driver has several flags which may be enabled by OR'ing # the values and using the "flags" directive. |