]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/amd64/conf/GENERIC-MMCCAM
MFV r324198: 8081 Compiler warnings in zdb
[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_PART_GPT
11 options         GEOM_LABEL
12
13 # UART -- for bhyve console
14 device          uart
15
16 # kgdb stub
17 device          bvmdebug
18
19 # VirtIO support, needed for bhyve
20 device          virtio                  # Generic VirtIO bus (required)
21 device          virtio_pci              # VirtIO PCI device
22 device          vtnet                   # VirtIO Ethernet device
23 device          virtio_blk              # VirtIO Block device
24 device          virtio_scsi             # VirtIO SCSI device
25 device          virtio_balloon          # VirtIO Memory Balloon device
26
27 # CAM-specific stuff
28 device          pass
29 device          scbus
30 device          da
31
32 options        MMCCAM
33
34 # Add CAMDEBUG stuff
35 options        CAMDEBUG
36 options        CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH)