From owner-svn-src-all@freebsd.org Thu Nov 21 01:24:52 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B8B51A88B6; Thu, 21 Nov 2019 01:24:52 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47JMLD37Ffz4fGK; Thu, 21 Nov 2019 01:24:52 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E8413ADA; Thu, 21 Nov 2019 01:24:52 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAL1OqSv099302; Thu, 21 Nov 2019 01:24:52 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAL1Oo7v099292; Thu, 21 Nov 2019 01:24:50 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201911210124.xAL1Oo7v099292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Thu, 21 Nov 2019 01:24:50 +0000 (UTC) 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 X-SVN-Group: head X-SVN-Commit-Author: glebius X-SVN-Commit-Paths: 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 X-SVN-Commit-Revision: 354929 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2019 01:24:52 -0000 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