git: 3b5008b065a9 - Fix amd64 GENERIC-MMCCAM kernel build

Kristof Provost kp at FreeBSD.org
Thu Dec 24 21:32:49 UTC 2020


The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3b5008b065a913c675ec3e41f06ec22f571ad7ea

commit 3b5008b065a913c675ec3e41f06ec22f571ad7ea
Author:     Kristof Provost <kp at FreeBSD.org>
AuthorDate: 2020-12-24 21:30:52 +0000
Commit:     Kristof Provost <kp at FreeBSD.org>
CommitDate: 2020-12-24 21:30:52 +0000

    Fix amd64 GENERIC-MMCCAM kernel build
    
    c4df8cbfde53c376d93f439eac3f45a7b4fc705e removed bvmconsole and
    bvmdebug, but missed the bvmconsole entry in GENERIC-MMCCAM.
---
 sys/amd64/conf/GENERIC-MMCCAM | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys/amd64/conf/GENERIC-MMCCAM b/sys/amd64/conf/GENERIC-MMCCAM
index 19dc27b95e3d..8a5bc7175d68 100644
--- a/sys/amd64/conf/GENERIC-MMCCAM
+++ b/sys/amd64/conf/GENERIC-MMCCAM
@@ -12,9 +12,6 @@ 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


More information about the dev-commits-src-all mailing list