git: 1fc928770b5d - main - Remove stale references to opt_sio.h

Mitchell Horne mhorne at FreeBSD.org
Fri Feb 26 01:52:01 UTC 2021


The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=1fc928770b5db5bafb7386c7a3bd4918a0d7e876

commit 1fc928770b5db5bafb7386c7a3bd4918a0d7e876
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-02-25 21:37:42 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-02-26 01:43:12 +0000

    Remove stale references to opt_sio.h
    
    The sio(4) driver was removed entirely in 2019, commit 71f0077631fa.
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D28929
---
 sys/conf/options.amd64 | 7 -------
 sys/conf/options.i386  | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index 05b295647b6b..608bcd117e2f 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -24,13 +24,6 @@ LINSYSFS		opt_dontuse.h
 
 TIMER_FREQ			opt_clock.h
 
-# options for serial support
-COM_ESP			opt_sio.h
-COM_MULTIPORT		opt_sio.h
-CONSPEED		opt_sio.h
-GDBSPEED		opt_sio.h
-COM_NO_ACPI		opt_sio.h
-
 VGA_ALT_SEQACCESS	opt_vga.h
 VGA_DEBUG		opt_vga.h
 VGA_NO_FONT_LOADING	opt_vga.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 011d787ec68c..02b4db48f4c7 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -67,13 +67,6 @@ I486_CPU		opt_global.h
 I586_CPU		opt_global.h
 I686_CPU		opt_global.h
 
-# options for serial support
-COM_ESP			opt_sio.h
-COM_MULTIPORT		opt_sio.h
-CONSPEED		opt_sio.h
-GDBSPEED		opt_sio.h
-COM_NO_ACPI		opt_sio.h
-
 VGA_ALT_SEQACCESS	opt_vga.h
 VGA_DEBUG		opt_vga.h
 VGA_NO_FONT_LOADING	opt_vga.h


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