Mon May 4 07:44:19 2015 UTC ()
New sentence, new line.


(wiz)
diff -r1.2 -r1.3 src/share/man/man4/man4.emips/autoconf.4
diff -r1.2 -r1.3 src/share/man/man4/man4.emips/dz.4
diff -r1.2 -r1.3 src/share/man/man4/man4.emips/intro.4

cvs diff -r1.2 -r1.3 src/share/man/man4/man4.emips/autoconf.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.emips/autoconf.4 2011/02/14 21:13:17 1.2
+++ src/share/man/man4/man4.emips/autoconf.4 2015/05/04 07:44:18 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: autoconf.4,v 1.2 2011/02/14 21:13:17 pooka Exp $ 1.\" $NetBSD: autoconf.4,v 1.3 2015/05/04 07:44:18 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 NetBSD Foundation, Inc. 3.\" Copyright (c) 2010 NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This file is derived from work contributed by Microsoft Corporation. 6.\" This file is derived from work contributed by Microsoft Corporation.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -26,27 +26,28 @@ @@ -26,27 +26,28 @@
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\" 27.\"
28.Dd July 17, 2010 28.Dd July 17, 2010
29.Dt AUTOCONF 4 emips 29.Dt AUTOCONF 4 emips
30.Os 30.Os
31.Sh NAME 31.Sh NAME
32.Nm autoconf 32.Nm autoconf
33.Nd diagnostics from the autoconfiguration code 33.Nd diagnostics from the autoconfiguration code
34.Sh DESCRIPTION 34.Sh DESCRIPTION
35When 35When
36.Nx 36.Nx
37bootstraps it probes the innards of the machine on which it is running 37bootstraps it probes the innards of the machine on which it is running
38and locates controllers, drives, and other devices, printing out what 38and locates controllers, drives, and other devices, printing out what
39it finds on the console. This procedure is driven by a system 39it finds on the console.
 40This procedure is driven by a system
40configuration table which is processed by 41configuration table which is processed by
41.Xr config 1 42.Xr config 1
42and compiled into each kernel. 43and compiled into each kernel.
43Devices which exist in the machine but are not configured into the 44Devices which exist in the machine but are not configured into the
44kernel are not detected. 45kernel are not detected.
45.Sh DIAGNOSTICS 46.Sh DIAGNOSTICS
46.Bl -diag 47.Bl -diag
47.It CPU type (0x%x) not supported. 48.It CPU type (0x%x) not supported.
48You tried to boot 49You tried to boot
49.Nx 50.Nx
50on a type of 51on a type of
51.Tn CPU 52.Tn CPU
52type which it doesn't 53type which it doesn't

cvs diff -r1.2 -r1.3 src/share/man/man4/man4.emips/dz.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.emips/dz.4 2011/02/14 21:13:17 1.2
+++ src/share/man/man4/man4.emips/dz.4 2015/05/04 07:44:18 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: dz.4,v 1.2 2011/02/14 21:13:17 pooka Exp $ 1.\" $NetBSD: dz.4,v 1.3 2015/05/04 07:44:18 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 NetBSD Foundation, Inc. 3.\" Copyright (c) 2010 NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This file is derived from work contributed by Microsoft Corporation. 6.\" This file is derived from work contributed by Microsoft Corporation.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -61,29 +61,28 @@ The @@ -61,29 +61,28 @@ The
61driver monitors the rate of input on each board, 61driver monitors the rate of input on each board,
62and switches between the use of character-at-a-time interrupts 62and switches between the use of character-at-a-time interrupts
63and input silos. 63and input silos.
64While the silo is enabled during periods of high-speed input, 64While the silo is enabled during periods of high-speed input,
65the driver polls for input 30 times per second. 65the driver polls for input 30 times per second.
66.Sh FILES 66.Sh FILES
67.Bl -tag -width /dev/tty[0-9][0-9]xx -compact 67.Bl -tag -width /dev/tty[0-9][0-9]xx -compact
68.It Pa /dev/ttyD0 68.It Pa /dev/ttyD0
69phys interface. 69phys interface.
70.El 70.El
71.Sh DIAGNOSTICS 71.Sh DIAGNOSTICS
72.Bl -diag 72.Bl -diag
73.It dz%d: silo overflow . 73.It dz%d: silo overflow .
74The 1 character input silo overflowed 74The 1 character input silo overflowed before it could be serviced.
75before it could be serviced. This can happen if a hard error occurs 75This can happen if a hard error occurs when the
76when the 
77.Tn CPU 76.Tn CPU
78is running with elevated priority, as the system will 77is running with elevated priority, as the system will
79then print a message on the console with interrupts disabled. 78then print a message on the console with interrupts disabled.
80It is not serious. 79It is not serious.
81.El 80.El
82.Sh SEE ALSO 81.Sh SEE ALSO
83.Xr stty 1 , 82.Xr stty 1 ,
84.Xr tty 4 , 83.Xr tty 4 ,
85.Xr ttys 5 , 84.Xr ttys 5 ,
86.Xr getty 8 85.Xr getty 8
87.Sh HISTORY 86.Sh HISTORY
88A 87A
89.Nm 88.Nm

cvs diff -r1.2 -r1.3 src/share/man/man4/man4.emips/intro.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.emips/intro.4 2011/02/14 21:13:17 1.2
+++ src/share/man/man4/man4.emips/intro.4 2015/05/04 07:44:18 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: intro.4,v 1.2 2011/02/14 21:13:17 pooka Exp $ 1.\" $NetBSD: intro.4,v 1.3 2015/05/04 07:44:18 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 NetBSD Foundation, Inc. 3.\" Copyright (c) 2010 NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This file is derived from work contributed by Microsoft Corporation. 6.\" This file is derived from work contributed by Microsoft Corporation.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -80,47 +80,53 @@ To enable a device which did not autocon @@ -80,47 +80,53 @@ To enable a device which did not autocon
80the system must be rebooted. 80the system must be rebooted.
81.Pp 81.Pp
82The autoconfiguration system is described in 82The autoconfiguration system is described in
83.Xr autoconf 4 . 83.Xr autoconf 4 .
84A list of the supported devices is given below. 84A list of the supported devices is given below.
85.Sh SEE ALSO 85.Sh SEE ALSO
86.Xr config 1 , 86.Xr config 1 ,
87.Xr autoconf 4 87.Xr autoconf 4
88.Sh SUPPORTED SYSTEMS 88.Sh SUPPORTED SYSTEMS
89The following systems are supported: 89The following systems are supported:
90.Pp 90.Pp
91.Bl -tag -width speaker -offset indent -compact 91.Bl -tag -width speaker -offset indent -compact
92.It BeSquare BErkeley Emulation System-3 FPGA development board 92.It BeSquare BErkeley Emulation System-3 FPGA development board
93known as the "BEE3". This is a quad-chip FPGA system where eMIPS can run on each FPGA separately, 93known as the "BEE3".
 94This is a quad-chip FPGA system where eMIPS can run on each FPGA separately,
94on multiple FPGAs in concert, and in multi-processor configurations. 95on multiple FPGAs in concert, and in multi-processor configurations.
95.It Xilinx University Program board 96.It Xilinx University Program board
96known as "XUP". This is the Xilinx reference board for the Virtex-5 series chips. 97known as "XUP".
 98This is the Xilinx reference board for the Virtex-5 series chips.
97It can use the same XL110T FPGA chip present on the BEE3. 99It can use the same XL110T FPGA chip present on the BEE3.
98.It Xilinx ML402 100.It Xilinx ML402
99Xilinx reference board for the Virtex-4 series chip, including the SX35. 101Xilinx reference board for the Virtex-4 series chip, including the SX35.
100.It Xilinx ML401 102.It Xilinx ML401
101Same as the above, but with the smaller LX25 chip.  103Same as the above, but with the smaller LX25 chip.
102.El 104.El
103.Sh LIST OF DEVICES 105.Sh LIST OF DEVICES
104The devices listed below are supported in this incarnation of the system. 106The devices listed below are supported in this incarnation of the system.
105Devices are indicated by their functional interface. 107Devices are indicated by their functional interface.
106Not all supported devices are listed. 108Not all supported devices are listed.
107.Pp 109.Pp
108.Bl -tag -width speaker -offset indent -compact 110.Bl -tag -width speaker -offset indent -compact
109.It ace 111.It ace
110Xilinx SystemACE interface for Compact-FLASH cards, bears similarities to the IDE interface. 112Xilinx SystemACE interface for Compact-FLASH cards, bears similarities to the IDE interface.
111Present on XUP and ML40x boards. Not present on BEE3. 113Present on XUP and ML40x boards.
 114Not present on BEE3.
112.It dz 115.It dz
113serial driver for the eMIPS console serial device. Present on all systems. 116serial driver for the eMIPS console serial device.
 117Present on all systems.
114.It enic 118.It enic
115Ethernet driver for the eNIC device. Present on XUP and BEE3 systems. Not present on ML40x systems. 119Ethernet driver for the eNIC device.
 120Present on XUP and BEE3 systems.
 121Not present on ML40x systems.
116.It eclock 122.It eclock
117System clock, must be configured on all systems. 123System clock, must be configured on all systems.
118.It ebus 124.It ebus
119Extensible BUS, present on all systems. 125Extensible BUS, present on all systems.
120.El 126.El
121.Sh HISTORY 127.Sh HISTORY
122This 128This
123.Tn eMIPS 129.Tn eMIPS
124.Nm intro 130.Nm intro
125appeared in 131appeared in
126.Nx 6.0 . 132.Nx 6.0 .