Date: Thu, 21 Nov 2019 01:24:50 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354929 - in head: sbin/comcontrol sbin/conscontrol sbin/reboot share/man/man4 share/man/man5 sys/conf sys/dev/sio sys/modules/sio usr.sbin/watch Message-ID: <201911210124.xAL1Oo7v099292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Nov 21 01:24:49 2019 New Revision: 354929 URL: https://svnweb.freebsd.org/changeset/base/354929 Log: Remove sio(4). It had been disconnected from build in r181233 in 2008. Reviewed by: imp Deleted: head/share/man/man4/sio.4 head/sys/dev/sio/ head/sys/modules/sio/ Modified: head/sbin/comcontrol/comcontrol.8 head/sbin/conscontrol/conscontrol.8 head/sbin/reboot/boot_i386.8 head/share/man/man4/Makefile head/share/man/man4/rc.4 head/share/man/man4/snp.4 head/share/man/man5/device.hints.5 head/sys/conf/files.amd64 head/sys/conf/files.i386 head/usr.sbin/watch/watch.8 Modified: head/sbin/comcontrol/comcontrol.8 ============================================================================== --- head/sbin/comcontrol/comcontrol.8 Thu Nov 21 00:40:12 2019 (r354928) +++ head/sbin/comcontrol/comcontrol.8 Thu Nov 21 01:24:49 2019 (r354929) @@ -54,7 +54,6 @@ dialout devices .El .Sh SEE ALSO .Xr stty 1 , -.Xr sio 4 .Sh HISTORY Originally part of cgd's com package patches, version 0.2.1, to .Bx 386 0.1 . Modified: head/sbin/conscontrol/conscontrol.8 ============================================================================== --- head/sbin/conscontrol/conscontrol.8 Thu Nov 21 00:40:12 2019 (r354928) +++ head/sbin/conscontrol/conscontrol.8 Thu Nov 21 01:24:49 2019 (r354929) @@ -101,7 +101,6 @@ This is an interface to the tty ioctl .Dv TIOCCONS . .El .Sh SEE ALSO -.Xr sio 4 , .Xr syscons 4 , .Xr tty 4 , .Xr vt 4 , Modified: head/sbin/reboot/boot_i386.8 ============================================================================== --- head/sbin/reboot/boot_i386.8 Thu Nov 21 00:40:12 2019 (r354928) +++ head/sbin/reboot/boot_i386.8 Thu Nov 21 01:24:49 2019 (r354929) @@ -36,7 +36,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 30, 2019 +.Dd November 19, 2019 .Dt BOOT 8 i386 .Os .Sh NAME @@ -223,15 +223,6 @@ you can use the .Fl h option to force the kernel to use the serial port as its console device. -The serial port driver -.Xr sio 4 -(but not -.Xr uart 4 ) -has a flag (0x20) to override this option. -If that flag is set, the serial port will always be used as the console, -regardless of the -.Fl h -option described here. .It Fl m mute the console to suppress all kernel console input and output during the boot. Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Thu Nov 21 00:40:12 2019 (r354928) +++ head/share/man/man4/Makefile Thu Nov 21 01:24:49 2019 (r354929) @@ -461,7 +461,6 @@ MAN= aac.4 \ siftr.4 \ siis.4 \ simplebus.4 \ - sio.4 \ sis.4 \ sk.4 \ ${_smartpqi.4} \ Modified: head/share/man/man4/rc.4 ============================================================================== --- head/share/man/man4/rc.4 Thu Nov 21 00:40:12 2019 (r354928) +++ head/share/man/man4/rc.4 Thu Nov 21 01:24:49 2019 (r354929) @@ -91,7 +91,6 @@ file can be consulted for more information. .Sh SEE ALSO .Xr tty 1 , .Xr ttyname 3 , -.Xr sio 4 , .Xr tty 4 , .Xr device.hints 5 , .Xr comcontrol 8 , Modified: head/share/man/man4/snp.4 ============================================================================== --- head/share/man/man4/snp.4 Thu Nov 21 00:40:12 2019 (r354928) +++ head/share/man/man4/snp.4 Thu Nov 21 01:24:49 2019 (r354929) @@ -69,7 +69,6 @@ and detached. .El .Sh SEE ALSO .Xr pty 4 , -.Xr sio 4 , .Xr kldload 8 , .Xr watch 8 .Sh HISTORY Modified: head/share/man/man5/device.hints.5 ============================================================================== --- head/share/man/man5/device.hints.5 Thu Nov 21 00:40:12 2019 (r354928) +++ head/share/man/man5/device.hints.5 Thu Nov 21 01:24:49 2019 (r354929) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 23, 2015 +.Dd November 19, 2019 .Dt DEVICE.HINTS 5 .Os .Sh NAME @@ -138,13 +138,13 @@ Notes on the kernel configuration file and device reso .El .Sh EXAMPLES The following example sets up resources for the -.Xr sio 4 +.Xr uart 4 driver on the ISA bus: .Bd -literal -offset indent -hint.sio.0.at="isa" -hint.sio.0.port="0x3F8" -hint.sio.0.flags="0x10" -hint.sio.0.irq="4" +hint.uart.0.at="isa" +hint.uart.0.port="0x3F8" +hint.uart.0.flags="0x10" +hint.uart.0.irq="4" .Ed .Pp The following example disables the ACPI driver: Modified: head/sys/conf/files.amd64 ============================================================================== --- head/sys/conf/files.amd64 Thu Nov 21 00:40:12 2019 (r354928) +++ head/sys/conf/files.amd64 Thu Nov 21 01:24:49 2019 (r354929) @@ -300,11 +300,6 @@ dev/sfxge/sfxge_nvram.c optional sfxge pci dev/sfxge/sfxge_port.c optional sfxge pci dev/sfxge/sfxge_rx.c optional sfxge pci dev/sfxge/sfxge_tx.c optional sfxge pci -dev/sio/sio.c optional sio -dev/sio/sio_isa.c optional sio isa -dev/sio/sio_pccard.c optional sio pccard -dev/sio/sio_pci.c optional sio pci -dev/sio/sio_puc.c optional sio puc dev/smartpqi/smartpqi_cam.c optional smartpqi dev/smartpqi/smartpqi_cmd.c optional smartpqi dev/smartpqi/smartpqi_discovery.c optional smartpqi Modified: head/sys/conf/files.i386 ============================================================================== --- head/sys/conf/files.i386 Thu Nov 21 00:40:12 2019 (r354928) +++ head/sys/conf/files.i386 Thu Nov 21 01:24:49 2019 (r354929) @@ -136,11 +136,6 @@ dev/random/nehemiah.c optional padlock_rng !random_lo dev/sbni/if_sbni.c optional sbni dev/sbni/if_sbni_isa.c optional sbni isa dev/sbni/if_sbni_pci.c optional sbni pci -dev/sio/sio.c optional sio -dev/sio/sio_isa.c optional sio isa -dev/sio/sio_pccard.c optional sio pccard -dev/sio/sio_pci.c optional sio pci -dev/sio/sio_puc.c optional sio puc dev/speaker/spkr.c optional speaker dev/superio/superio.c optional superio isa dev/syscons/apm/apm_saver.c optional apm_saver apm Modified: head/usr.sbin/watch/watch.8 ============================================================================== --- head/usr.sbin/watch/watch.8 Thu Nov 21 00:40:12 2019 (r354928) +++ head/usr.sbin/watch/watch.8 Thu Nov 21 01:24:49 2019 (r354929) @@ -105,7 +105,6 @@ control-X is passed to the terminal as with other cont .El .Sh SEE ALSO .Xr pty 4 , -.Xr sio 4 , .Xr snp 4 , .Xr kldload 8 .Sh HISTORY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911210124.xAL1Oo7v099292>