From 899e526e0d570e808de94415788dacd22a57611f Mon Sep 17 00:00:00 2001 From: dlg Date: Wed, 21 Jul 2010 07:13:06 +0000 Subject: [PATCH] disable vscsi until we actually have something that uses it (like iscsid), and until matthew@ is happy with it. suggested by deraadt@ --- sys/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 71f072740ee..bde876c63cb 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.160 2010/07/01 20:24:04 thib Exp $ +# $OpenBSD: GENERIC,v 1.161 2010/07/21 07:13:06 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -74,8 +74,8 @@ option MROUTING # Multicast router softraid0 at root # Software RAID scsibus* at softraid? -vscsi0 at root # Userland backed Virtual SCSI -scsibus* at vscsi? +#vscsi0 at root # Userland backed Virtual SCSI +#scsibus* at vscsi? pseudo-device pf # packet filter pseudo-device pflog # pf log if -- 2.20.1