diff options
author | marcel <marcel@FreeBSD.org> | 2006-07-29 18:38:54 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-07-29 18:38:54 +0000 |
commit | 7067faff1677051a8f1f2ec6ce9e1950a5efd8e2 (patch) | |
tree | e5d9ee734e6304e75849d24288612db4c93e7ccd /sys/conf/options.amd64 | |
parent | 7c73bda70debcf8150ce3b032dd3e1117ea47c53 (diff) | |
download | FreeBSD-src-7067faff1677051a8f1f2ec6ce9e1950a5efd8e2.zip FreeBSD-src-7067faff1677051a8f1f2ec6ce9e1950a5efd8e2.tar.gz |
Remove sio(4) and related options from MI files to amd64, i386
and pc98 MD files. Remove nodevice and nooption lines specific
to sio(4) from ia64, powerpc and sparc64 NOTES. There were no
such lines for arm yet.
sio(4) is usable on less than half the platforms, not counting
a future mips platform. Its presence in MI files is therefore
increasingly becoming a burden.
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r-- | sys/conf/options.amd64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index ac5823e..7d29710 100644 --- a/sys/conf/options.amd64 +++ b/sys/conf/options.amd64 @@ -25,6 +25,12 @@ CLK_CALIBRATION_LOOP opt_clock.h CLK_USE_I8254_CALIBRATION opt_clock.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 + VGA_ALT_SEQACCESS opt_vga.h VGA_DEBUG opt_vga.h VGA_NO_FONT_LOADING opt_vga.h |