diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 12:43:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-17 12:43:20 +0000 |
commit | 3f35108eca00cc61b079e31b8cb544240764837b (patch) | |
tree | b2d4fcf48e3f5a1178045ae30740483a84d6586a /sys | |
parent | dc2662ad89d0e1f9103f5dc5c0e9ba7206ecf693 (diff) |
sm* pcmcia support
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 98c37f1f2b3..201037e7517 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.35 1998/09/15 21:55:14 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.36 1998/09/17 12:43:19 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -179,6 +179,7 @@ ep* at pci? dev ? function ? # 3C590 ethernet cards ed* at pci? dev ? function ? # NE2000-compat ethernet cards #ed* at pcmcia? function ? # PCMCIA based ed cards ep* at pcmcia? function ? # PCMCIA based ep cards +sm* at pcmcia? function ? # PCMCIA based sm cards #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3C900/3C905 ethernet cards |