pseudo-device crypto was accidentally left for some architectures.
authorderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2014 20:03:54 +0000 (20:03 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2014 20:03:54 +0000 (20:03 +0000)
12 files changed:
sys/arch/armish/conf/RAMDISK
sys/arch/armv7/conf/RAMDISK-IMX
sys/arch/armv7/conf/RAMDISK-OMAP
sys/arch/armv7/conf/RAMDISK-SUNXI
sys/arch/landisk/conf/RAMDISK
sys/arch/sgi/conf/GENERIC-IP22
sys/arch/sgi/conf/GENERIC-IP26
sys/arch/sgi/conf/GENERIC-IP27
sys/arch/sgi/conf/GENERIC-IP28
sys/arch/sgi/conf/GENERIC-IP30
sys/arch/sgi/conf/GENERIC-IP32
sys/arch/zaurus/conf/RAMDISK

index 0b09b59..9ac60e9 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.29 2014/07/12 21:56:56 tedu Exp $ 
+# $OpenBSD: RAMDISK,v 1.30 2014/08/22 20:03:54 deraadt Exp $ 
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -173,7 +173,6 @@ ukphy*              at mii?         # generic unknown PHYs
 
 # mouse & keyboard multiplexor pseudo-devices
 pseudo-device  wsmux           2
-pseudo-device  crypto          1
 pseudo-device  bio             1       # ioctl multiplexing device
 pseudo-device  hotplug         1       # devices hot plugging
 
index de3d390..e297d4b 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IMX,v 1.10 2014/07/12 21:56:56 tedu Exp $
+# $OpenBSD: RAMDISK-IMX,v 1.11 2014/08/22 20:03:56 deraadt Exp $
 #
 # GENERIC machine description file
 #
@@ -154,7 +154,6 @@ iic*                at imxiic?
 
 # Pseudo-Devices
 #pseudo-device wsmux           2       # mouse & keyboard multiplexor
-#pseudo-device crypto          1
 pseudo-device  loop            1       # network loopback
 pseudo-device  bpfilter        1       # packet filter
 pseudo-device  rd              1       # ram disk
index f8fb8be..c2d08b2 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-OMAP,v 1.8 2014/07/12 21:56:56 tedu Exp $
+# $OpenBSD: RAMDISK-OMAP,v 1.9 2014/08/22 20:03:56 deraadt Exp $
 #
 # GENERIC machine description file
 #
@@ -178,7 +178,6 @@ sdmmc*      at ommmc?               # SD/MMC bus
 
 # Pseudo-Devices
 #pseudo-device wsmux           2       # mouse & keyboard multiplexor
-#pseudo-device crypto          1
 pseudo-device  loop            1       # network loopback
 pseudo-device   bpfilter        1       # packet filter
 pseudo-device   rd              1       # ram disk
index 16c2442..69feda1 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-SUNXI,v 1.8 2014/07/12 21:56:56 tedu Exp $
+# $OpenBSD: RAMDISK-SUNXI,v 1.9 2014/08/22 20:03:56 deraadt Exp $
 #
 # GENERIC machine description file
 #
@@ -148,7 +148,6 @@ uk*         at scsibus?
 
 # Pseudo-Devices
 #pseudo-device wsmux           2       # mouse & keyboard multiplexor
-#pseudo-device crypto          1
 pseudo-device  loop            1       # network loopback
 pseudo-device   bpfilter        1       # packet filter
 pseudo-device   rd              1       # ram disk
index ae317a0..52cc996 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.21 2014/07/12 21:56:56 tedu Exp $
+# $OpenBSD: RAMDISK,v 1.22 2014/08/22 20:03:56 deraadt Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -120,7 +120,6 @@ cd* at scsibus?                     # SCSI CD-ROM drives
 
 # mouse & keyboard multiplexor pseudo-devices
 pseudo-device  wsmux           2
-#pseudo-device crypto          1
 #pseudo-device bio             1       # ioctl multiplexing device
 #pseudo-device hotplug         1       # devices hot plugging
 
index bbfaa29..27f984c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP22,v 1.15 2012/07/18 19:56:02 miod Exp $
+#      $OpenBSD: GENERIC-IP22,v 1.16 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY.
 #
@@ -103,6 +103,5 @@ safte*              at scsibus?
 ses*           at scsibus?
 uk*            at scsibus?
 
-pseudo-device  crypto  1
 #pseudo-device hotplug 1       # devices hot plugging
 pseudo-device  wsmux   2       # Mouse and keyboard multiplexor
index 6f27c2d..b26419b 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP26,v 1.1 2012/09/29 21:46:02 miod Exp $
+#      $OpenBSD: GENERIC-IP26,v 1.2 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR POWER INDIGO2 R8000 (IP26) SYSTEMS ONLY.
 #
@@ -85,6 +85,5 @@ safte*                at scsibus?
 ses*           at scsibus?
 uk*            at scsibus?
 
-pseudo-device  crypto  1
 #pseudo-device hotplug 1       # devices hot plugging
 pseudo-device  wsmux   2       # Mouse and keyboard multiplexor
index c2cc719..dda9b82 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP27,v 1.54 2014/08/15 14:06:48 mikeb Exp $
+#      $OpenBSD: GENERIC-IP27,v 1.55 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY.
 #
@@ -277,6 +277,5 @@ com*                at puc?
 com*           at pcmcia?
 com*           at cardbus?
 
-pseudo-device  crypto  1
 pseudo-device  hotplug 1               # devices hot plugging
 pseudo-device  wsmux   2               # Mouse and keyboard multiplexor
index 72a13b3..76523f0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP28,v 1.3 2012/07/14 19:53:27 miod Exp $
+#      $OpenBSD: GENERIC-IP28,v 1.4 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR POWER INDIGO2 R10000 (IP28) SYSTEMS ONLY.
 #
@@ -84,6 +84,5 @@ safte*                at scsibus?
 ses*           at scsibus?
 uk*            at scsibus?
 
-pseudo-device  crypto  1
 #pseudo-device hotplug 1       # devices hot plugging
 pseudo-device  wsmux   2       # Mouse and keyboard multiplexor
index 210298f..9da4bca 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP30,v 1.47 2014/08/15 14:06:48 mikeb Exp $
+#      $OpenBSD: GENERIC-IP30,v 1.48 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY.
 #
@@ -268,6 +268,5 @@ com*                at puc?
 com*           at pcmcia?
 com*           at cardbus?
 
-pseudo-device  crypto  1
 pseudo-device  hotplug 1               # devices hot plugging
 pseudo-device  wsmux   2               # Mouse and keyboard multiplexor
index d122f70..2c9a80c 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC-IP32,v 1.38 2014/08/15 14:06:48 mikeb Exp $
+#      $OpenBSD: GENERIC-IP32,v 1.39 2014/08/22 20:03:56 deraadt Exp $
 #
 # THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY.
 #
@@ -264,6 +264,5 @@ com*                at puc?
 com*           at pcmcia?
 com*           at cardbus?
 
-pseudo-device  crypto  1
 pseudo-device  hotplug 1       # devices hot plugging
 pseudo-device  wsmux   2       # Mouse and keyboard multiplexor
index df8eb1e..a4b721e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.49 2014/07/12 21:56:57 tedu Exp $
+#      $OpenBSD: RAMDISK,v 1.50 2014/08/22 20:03:56 deraadt Exp $
 
 machine        zaurus  arm
 
@@ -161,7 +161,6 @@ apm0                at pxaip?
 
 # Pseudo-Devices
 pseudo-device  wsmux           2       # mouse & keyboard multiplexor
-#pseudo-device crypto          1
 pseudo-device  loop            1       # network loopback
 pseudo-device  bpfilter        1       # packet filter
 pseudo-device  rd              1       # ram disk