]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/amd64/conf/GENERIC-MMCCAM
Remove spurious newline
[FreeBSD/FreeBSD.git] / sys / amd64 / conf / GENERIC-MMCCAM
1 # MMCCAM is the kernel config for doing MMC on CAM development
2 # and testing on bhyve
3 # $FreeBSD$
4
5 include         MINIMAL
6
7 ident           GENERIC-MMCCAM
8
9 # Access GPT-formatted and labeled root volume
10 options         GEOM_LABEL
11
12 # UART -- for bhyve console
13 device          uart
14
15 # kgdb stub
16 device          bvmdebug
17
18 # VirtIO support, needed for bhyve
19 device          virtio                  # Generic VirtIO bus (required)
20 device          virtio_pci              # VirtIO PCI device
21 device          vtnet                   # VirtIO Ethernet device
22 device          virtio_blk              # VirtIO Block device
23 device          virtio_scsi             # VirtIO SCSI device
24 device          virtio_balloon          # VirtIO Memory Balloon device
25
26 # CAM-specific stuff
27 device          pass
28 device          scbus
29 device          da
30
31 options        MMCCAM
32
33 # Add CAMDEBUG stuff
34 options        CAMDEBUG
35 options        CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)