Index: head/sys/amd64/conf/MMCCAM =================================================================== --- head/sys/amd64/conf/MMCCAM (revision 323531) +++ head/sys/amd64/conf/MMCCAM (nonexistent) @@ -1,36 +0,0 @@ -# MMCCAM is the kernel config for doing MMC on CAM development -# and testing on bhyve -# $FreeBSD$ - -include MINIMAL - -ident MMCCAM - -# Access GPT-formatted and labeled root volume -options GEOM_PART_GPT -options GEOM_LABEL - -# UART -- for bhyve console -device uart - -# kgdb stub -device bvmdebug - -# VirtIO support, needed for bhyve -device virtio # Generic VirtIO bus (required) -device virtio_pci # VirtIO PCI device -device vtnet # VirtIO Ethernet device -device virtio_blk # VirtIO Block device -device virtio_scsi # VirtIO SCSI device -device virtio_balloon # VirtIO Memory Balloon device - -# CAM-specific stuff -device pass -device scbus -device da -device mmccam - -options MMCCAM -# Add CAMDEBUG stuff -options CAMDEBUG -options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH|CAM_DEBUG_TRACE) Property changes on: head/sys/amd64/conf/MMCCAM ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/amd64/conf/GENERIC-MMCCAM =================================================================== --- head/sys/amd64/conf/GENERIC-MMCCAM (nonexistent) +++ head/sys/amd64/conf/GENERIC-MMCCAM (revision 323532) @@ -0,0 +1,36 @@ +# MMCCAM is the kernel config for doing MMC on CAM development +# and testing on bhyve +# $FreeBSD$ + +include MINIMAL + +ident GENERIC-MMCCAM + +# Access GPT-formatted and labeled root volume +options GEOM_PART_GPT +options GEOM_LABEL + +# UART -- for bhyve console +device uart + +# kgdb stub +device bvmdebug + +# VirtIO support, needed for bhyve +device virtio # Generic VirtIO bus (required) +device virtio_pci # VirtIO PCI device +device vtnet # VirtIO Ethernet device +device virtio_blk # VirtIO Block device +device virtio_scsi # VirtIO SCSI device +device virtio_balloon # VirtIO Memory Balloon device + +# CAM-specific stuff +device pass +device scbus +device da + +options MMCCAM + +# Add CAMDEBUG stuff +options CAMDEBUG +options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) Property changes on: head/sys/amd64/conf/GENERIC-MMCCAM ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sys/arm/conf/BEAGLEBONE-MMCCAM =================================================================== --- head/sys/arm/conf/BEAGLEBONE-MMCCAM (revision 323531) +++ head/sys/arm/conf/BEAGLEBONE-MMCCAM (revision 323532) @@ -1,21 +1,23 @@ # # BEAGLEBONE-MMCCAM # # Custom kernel for Beaglebone plus MMCCAM as opposed to the prior MMC stack. It is # present to keep it building in tree since it wouldn't work in LINT. # # $FreeBSD$ +#NO_UNIVERSE + include BEAGLEBONE +options MMCCAM + # Add CAMDEBUG stuff options CAMDEBUG -options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH|CAM_DEBUG_TRACE) +options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) # pass(4) device device pass -device mmccam -options MMCCAM nodevice mmc nodevice mmcsd Index: head/sys/arm/conf/IMX6-MMCCAM =================================================================== --- head/sys/arm/conf/IMX6-MMCCAM (nonexistent) +++ head/sys/arm/conf/IMX6-MMCCAM (revision 323532) @@ -0,0 +1,23 @@ +# +# IMX6-MMCCAM +# +# Custom kernel for IMX6 plus MMCCAM as opposed to the prior MMC stack. It is +# present to keep it building in tree since it wouldn't work in LINT. +# +# $FreeBSD$ + +#NO_UNIVERSE + +include IMX6 + +options MMCCAM + +# Add CAMDEBUG stuff +options CAMDEBUG +options CAM_DEBUG_FLAGS=(CAM_DEBUG_INFO|CAM_DEBUG_PROBE|CAM_DEBUG_PERIPH) + +# pass(4) device +device pass + +nodevice mmc +nodevice mmcsd Property changes on: head/sys/arm/conf/IMX6-MMCCAM ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property