Module Name:    src
Committed By:   maya
Date:           Tue Jan  3 08:49:04 UTC 2017

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: acpi.4
        src/share/man/man4/man4.i386: Makefile intro.4 pnpbios.4

Log Message:
remove npx(4) and references to it. bump dates for reference removal.

This used to refer to x87 support for x86 machines.

npx isn't really a driver any more. we don't support x86 hardware
without an FPU, and we don't call it by that name in the code or
attach it as npx at something.

brought up on tech-kern. unfortunately the copy to port-i386 disappeared
in a spam filter.


To generate a diff of this commit:
cvs rdiff -u -r1.1540 -r1.1541 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.80 -r1.81 src/share/man/man4/acpi.4
cvs rdiff -u -r1.76 -r1.77 src/share/man/man4/man4.i386/Makefile
cvs rdiff -u -r1.28 -r1.29 src/share/man/man4/man4.i386/intro.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/man4.i386/pnpbios.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1540 src/distrib/sets/lists/man/mi:1.1541
--- src/distrib/sets/lists/man/mi:1.1540	Wed Dec 14 12:59:51 2016
+++ src/distrib/sets/lists/man/mi	Tue Jan  3 08:49:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1540 2016/12/14 12:59:51 kre Exp $
+# $NetBSD: mi,v 1.1541 2017/01/03 08:49:04 maya Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1250,7 +1250,7 @@
 ./usr/share/man/cat4/i386/mem.0			man-obsolete		obsolete
 ./usr/share/man/cat4/i386/mms.0			man-sys-catman		.cat
 ./usr/share/man/cat4/i386/ndis.0		man-sys-catman		.cat
-./usr/share/man/cat4/i386/npx.0			man-sys-catman		.cat
+./usr/share/man/cat4/i386/npx.0			man-obsolete		obsolete
 ./usr/share/man/cat4/i386/olms.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/omms.0		man-obsolete		obsolete
 ./usr/share/man/cat4/i386/opms.0		man-obsolete		obsolete
@@ -4333,7 +4333,7 @@
 ./usr/share/man/html4/i386/mem.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/mms.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/ndis.html		man-sys-htmlman		html
-./usr/share/man/html4/i386/npx.html		man-sys-htmlman		html
+./usr/share/man/html4/i386/npx.html		man-obsolete		obsolete
 ./usr/share/man/html4/i386/pcibios.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/pnpbios.html		man-sys-htmlman		html
 ./usr/share/man/html4/i386/rdcide.html		man-sys-htmlman		html
@@ -7218,7 +7218,7 @@
 ./usr/share/man/man4/i386/mem.4			man-obsolete		obsolete
 ./usr/share/man/man4/i386/mms.4			man-sys-man		.man
 ./usr/share/man/man4/i386/ndis.4		man-sys-man		.man
-./usr/share/man/man4/i386/npx.4			man-sys-man		.man
+./usr/share/man/man4/i386/npx.4			man-obsolete		obsolete
 ./usr/share/man/man4/i386/olms.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/omms.4		man-obsolete		obsolete
 ./usr/share/man/man4/i386/opms.4		man-obsolete		obsolete

Index: src/share/man/man4/acpi.4
diff -u src/share/man/man4/acpi.4:1.80 src/share/man/man4/acpi.4:1.81
--- src/share/man/man4/acpi.4:1.80	Tue Jun 21 14:31:48 2016
+++ src/share/man/man4/acpi.4	Tue Jan  3 08:49:04 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.80 2016/06/21 14:31:48 wiz Exp $
+.\" $NetBSD: acpi.4,v 1.81 2017/01/03 08:49:04 maya Exp $
 .\"
 .\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 21, 2016
+.Dd December 29, 2016
 .Dt ACPI 4
 .Os
 .Sh NAME
@@ -318,8 +318,6 @@ Yamaha OPL3-SA2 and OPL3-SA3 audio devic
 .El
 .Ss i386-dependent devices
 .Bl -tag -width "thinkpad(4) " -offset indent -compact
-.It Xr npx 4
-i386 numeric processing extension coprocessor.
 .It Xr pckbc 4
 PC keyboard controllers.
 .It Xr sony 4

Index: src/share/man/man4/man4.i386/Makefile
diff -u src/share/man/man4/man4.i386/Makefile:1.76 src/share/man/man4/man4.i386/Makefile:1.77
--- src/share/man/man4/man4.i386/Makefile:1.76	Fri Sep 23 14:45:06 2011
+++ src/share/man/man4/man4.i386/Makefile	Tue Jan  3 08:49:04 2017
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.76 2011/09/23 14:45:06 jruoho Exp $
+#	$NetBSD: Makefile,v 1.77 2017/01/03 08:49:04 maya Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
 
 MAN=	apm.4 autoconf.4 \
 	cmos.4 console.4 \
 	elanpar.4 elanpex.4 elansc.4 \
 	gcscide.4 gcscpcib.4 geodewdog.4 geodecntr.4 glxsb.4 gscpcib.4 \
-	intro.4 io.4 lms.4 mms.4 npx.4 ndis.4 \
+	intro.4 io.4 lms.4 mms.4 ndis.4 \
 	pcibios.4 pnpbios.4 rdcide.4 rdcpcib.4 spic.4 viac7temp.4
 MLINKS+=pcibios.4 PCIBIOS.4
 MLINKS+=console.4 cons.4

Index: src/share/man/man4/man4.i386/intro.4
diff -u src/share/man/man4/man4.i386/intro.4:1.28 src/share/man/man4/man4.i386/intro.4:1.29
--- src/share/man/man4/man4.i386/intro.4:1.28	Tue Apr  5 08:26:24 2011
+++ src/share/man/man4/man4.i386/intro.4	Tue Jan  3 08:49:04 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.4,v 1.28 2011/04/05 08:26:24 wiz Exp $
+.\" $NetBSD: intro.4,v 1.29 2017/01/03 08:49:04 maya Exp $
 .\"
 .\" Copyright (c) 1997 Jonathan Stone
 .\" Copyright (c) 1994 Christopher G. Demetriou
@@ -33,7 +33,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd April 3, 2001
+.Dd January 3, 2017
 .Dt INTRO 4 i386
 .Os
 .Sh NAME
@@ -119,8 +119,6 @@ Standard NEC 765 floppy disk controller.
 MCA I/O bus.
 .It mem
 Main memory interface
-.It npx
-Numeric Processing Extension coprocessor and emulator
 .It pci
 PCI I/O bus.
 .It eisa

Index: src/share/man/man4/man4.i386/pnpbios.4
diff -u src/share/man/man4/man4.i386/pnpbios.4:1.13 src/share/man/man4/man4.i386/pnpbios.4:1.14
--- src/share/man/man4/man4.i386/pnpbios.4:1.13	Tue Apr  5 08:24:43 2011
+++ src/share/man/man4/man4.i386/pnpbios.4	Tue Jan  3 08:49:04 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: pnpbios.4,v 1.13 2011/04/05 08:24:43 wiz Exp $
+.\" $NetBSD: pnpbios.4,v 1.14 2017/01/03 08:49:04 maya Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 27, 2002
+.Dd January 3, 2017
 .Dt PNPBIOS 4 i386
 .Os
 .Sh NAME
@@ -60,8 +60,6 @@ floppy controller
 game controller
 .It lpt
 parallel port driver
-.It npx
-math coprocessor
 .It pciide
 PCI IDE controllers driver
 .It pckbc
@@ -81,7 +79,6 @@ Yamaha OPL3-SA3 sound driver
 .Xr isa 4 ,
 .Xr joy 4 ,
 .Xr lpt 4 ,
-.Xr npx 4 ,
 .Xr pci 4 ,
 .Xr pciide 4 ,
 .Xr pckbc 4 ,

Reply via email to