Add "pseudo-device iscsi" to ALL and as a commented out hint in XEN3_*
This commit is contained in:
parent
c9f8274c3f
commit
4db8cd7033
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALL,v 1.32 2015/10/25 22:48:23 khorben Exp $
|
||||
# $NetBSD: ALL,v 1.33 2015/11/10 13:01:41 tnn Exp $
|
||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||
#
|
||||
# ALL machine description file
|
||||
@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ALL-$Revision: 1.32 $"
|
||||
#ident "ALL-$Revision: 1.33 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -1587,6 +1587,9 @@ pseudo-device vcoda # coda minicache <-> venus comm.
|
||||
# a pseudo device needed for SMBFS
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
|
||||
# iSCSI initiator
|
||||
pseudo-device iscsi
|
||||
|
||||
# wscons pseudo-devices
|
||||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
pseudo-device wsfont
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOM0,v 1.115 2015/08/08 06:36:24 maxv Exp $
|
||||
# $NetBSD: XEN3_DOM0,v 1.116 2015/11/10 13:01:41 tnn Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -835,6 +835,9 @@ pseudo-device vcoda # coda minicache <-> venus comm.
|
||||
# a pseudo device needed for SMBFS
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
|
||||
# iSCSI initiator
|
||||
#pseudo-device iscsi
|
||||
|
||||
# wscons pseudo-devices
|
||||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
pseudo-device wsfont
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: XEN3_DOMU,v 1.63 2015/08/12 07:53:57 maxv Exp $
|
||||
# $NetBSD: XEN3_DOMU,v 1.64 2015/11/10 13:01:41 tnn Exp $
|
||||
|
||||
include "arch/amd64/conf/std.xen"
|
||||
|
||||
@ -245,6 +245,11 @@ pseudo-device vcoda # coda minicache <-> venus comm.
|
||||
# a pseudo device needed for SMBFS
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
|
||||
# iSCSI initiator and dependencies
|
||||
#scsibus* at scsi?
|
||||
#sd* at scsibus? target ? lun ?
|
||||
#pseudo-device iscsi
|
||||
|
||||
# userland interface to drivers, including autoconf and properties retrieval
|
||||
pseudo-device drvctl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user