diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-17 04:58:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-17 04:58:21 +0000 |
commit | c2a861c2e57fcfc16b4230408d4d89b551ede241 (patch) | |
tree | b137182dddb48f08758cc249c97379ffd66b18bf | |
parent | bf92f25fde7bbe689b5a59a985b3fc98647d6103 (diff) |
mux too, like GENERIC
-rw-r--r-- | sys/arch/armish/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/RAMDISK b/sys/arch/armish/conf/RAMDISK index 7c7512b6b2d..408002dd866 100644 --- a/sys/arch/armish/conf/RAMDISK +++ b/sys/arch/armish/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK,v 1.12 2009/05/17 04:58:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -174,7 +174,7 @@ ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # generic unknown PHYs # mouse & keyboard multiplexor pseudo-devices -#pseudo-device wsmux 2 +pseudo-device wsmux 2 pseudo-device crypto 1 pseudo-device bio 1 # ioctl multiplexing device pseudo-device hotplug 1 # devices hot plugging |