summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-03-07 23:43:03 +0000
committerattilio <attilio@FreeBSD.org>2013-03-07 23:43:03 +0000
commit640e058da3cee2710fd66a67abbb548aad74104e (patch)
treed7c35ea5ace438f4006e9f03068543a6f001ad74 /sys/i386
parent1be810ec7308568f15799ceb7f6ad7162994537c (diff)
parent8f87944624f4ab56ac387d7b3d251630641df1f6 (diff)
downloadFreeBSD-src-640e058da3cee2710fd66a67abbb548aad74104e.zip
FreeBSD-src-640e058da3cee2710fd66a67abbb548aad74104e.tar.gz
MFC
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC5
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 11 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 3a98ded..d35a780 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -146,7 +146,10 @@ device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct ATA/SCSI access)
device ses # Enclosure Services (SES and SAF-TE)
-#device ctl # CAM Target Layer
+device ctl # CAM Target Layer
+options CTL_DISABLE # Disable CTL by default to save memory.
+ # Re-enable with kern.cam.ctl.disable=0 in
+ # /boot/loader.conf
# RAID controllers interfaced to the SCSI subsystem
device amr # AMI MegaRAID
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 95ccd4e..f8f78cc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -773,6 +773,13 @@ device glxsb # AMD Geode LX Security Block
#
# VirtIO support
+#
+# The virtio entry provides a generic bus for use by the device drivers.
+# It must be combined with an interface that communicates with the host.
+# Multiple such interfaces defined by the VirtIO specification. FreeBSD
+# only has support for PCI. Therefore, virtio_pci must be statically
+# compiled in or loaded as a module for the device drivers to function.
+#
device virtio # Generic VirtIO bus (required)
device virtio_pci # VirtIO PCI Interface
device vtnet # VirtIO Ethernet device
OpenPOWER on IntegriCloud