Add/Update hardware, installation and relnotes documentations for pc98.

Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> and nyan
Reviewed by:	bmah
This commit is contained in:
Yoshihiro Takahashi 2002-05-31 18:00:39 +00:00
parent 0776834a11
commit 64917c4f00
14 changed files with 1299 additions and 448 deletions

View File

@ -4,6 +4,7 @@ RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
SUBDIR+= i386
SUBDIR+= pc98
SUBDIR+= sparc64
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@
<!ENTITY sect.proc.alpha SYSTEM "../alpha/proc-alpha.sgml">
<!ENTITY sect.proc.i386 SYSTEM "../i386/proc-i386.sgml">
<!ENTITY sect.proc.ia64 SYSTEM "../ia64/proc-ia64.sgml">
<!ENTITY sect.proc.pc98 SYSTEM "../pc98/proc-pc98.sgml">
<!ENTITY sect.proc.sparc64 SYSTEM "../sparc64/proc-sparc64.sgml">
<!ENTITY sect.dev SYSTEM "../common/dev.sgml">

View File

@ -0,0 +1,20 @@
# $FreeBSD$
RELN_ROOT?= ${.CURDIR}/../../..
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
JADEFLAGS+= -V %generate-article-toc%
# SGML content
SRCS+= article.sgml
SRCS+= proc-pc98.sgml
SRCS+= ../common/hw.ent
SRCS+= ../common/artheader.sgml
SRCS+= ../common/dev.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View File

@ -0,0 +1,26 @@
<!-- $FreeBSD$ -->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
%mlists;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "pc98">
<!ENTITY arch.print "NEC PC-98x1">
]>
<article>
&artheader;
&sect.intro;
&sect.proc.pc98;
&sect.dev;
</article>

View File

@ -0,0 +1,9 @@
<!--
$FreeBSD$
-->
<sect1>
<title>Supported Systems</title>
<para>NEC PC-98x1 machines</para>
<para>EPSON PC-x86 machines (compatible with NEC PC-98x1)</para>
</sect1>

View File

@ -0,0 +1,20 @@
# $FreeBSD$
RELN_ROOT?= ${.CURDIR}/../../..
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
# SGML content
SRCS+= article.sgml
SRCS+= ../common/artheader.sgml
SRCS+= ../common/abstract.sgml
SRCS+= ../common/install.sgml
SRCS+= ../common/layout.sgml
SRCS+= ../common/trouble.sgml
SRCS+= ../common/upgrade.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View File

@ -0,0 +1,28 @@
<!-- $FreeBSD$ -->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
%mlists;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY % sections SYSTEM "../common/install.ent"> %sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "pc98">
<!ENTITY arch.print "NEC PC-98x1">
]>
<article>
&artheader;
&abstract;
&sect.install;
&sect.layout;
&sect.upgrade;
&sect.trouble;
</article>

View File

@ -4,6 +4,7 @@ RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
SUBDIR+= i386
SUBDIR+= pc98
SUBDIR+= sparc64
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"

View File

@ -147,7 +147,7 @@
pipes, fifos, and files are present, as well as for signals and
processes. &merged;</para>
<para arch="i386">A new <varname>KVA_SPACE</varname> kernel option
<para arch="i386,pc98">A new <varname>KVA_SPACE</varname> kernel option
can be used to reconfigure the size of the kernel virtual
address space. &merged;</para>
@ -205,10 +205,11 @@
It enables the <varname>debug.mutex.prof.*</varname> hierarchy
of sysctl variables.</para>
<para arch="i386">The <literal>NCPU</literal>, <literal>NAPIC</literal>,
<literal>NBUS</literal>, and <literal>NINTR</literal> kernel
configuration options, for configuring SMP kernels, have been
removed. <literal>NCPU</literal> is now set to a maximum of 16,
<para arch="i386,pc98">The <literal>NCPU</literal>,
<literal>NAPIC</literal>, <literal>NBUS</literal>, and
<literal>NINTR</literal> kernel configuration options,
for configuring SMP kernels, have been removed.
<literal>NCPU</literal> is now set to a maximum of 16,
and the other, aforementioned options are now
dynamic. &merged;</para>
@ -225,10 +226,10 @@
mistakenly assigning addresses that conflict with these
ROMs. &merged;</para>
<para arch="i386">PECOFF (Win32 Execution file format) support has
<para arch="i386,pc98">PECOFF (Win32 Execution file format) support has
been added.</para>
<para arch="i386">The pmc driver, which supports the power
<para arch="pc98">The pmc driver, which supports the power
management controller of the NEC PC-98NOTE, has been
added. &merged;</para>
@ -287,11 +288,11 @@
use an AT keyboard if you are not using a serial
console. &merged;</para>
<para arch="i386">The &man.umodem.4; driver for USB modems has been added.
Support is provided for the 3Com 5605 and Metricom Ricochet GS
wireless USB modems. &merged;</para>
<para arch="i386,pc98">The &man.umodem.4; driver for USB modems
has been added. Support is provided for the 3Com 5605 and
Metricom Ricochet GS wireless USB modems. &merged;</para>
<para arch="i386">The &man.uscanner.4; driver for basic USB
<para arch="i386,pc98">The &man.uscanner.4; driver for basic USB
scanner support using SANE has been added. See <ulink
url="http://www.mostang.com/sane/">the SANE home page</ulink>
for supported scanners. The HP ScanJet 4100C, 5200C and 6300C
@ -306,7 +307,7 @@
<para>To increase security, the <literal>UCONSOLE</literal> kernel
configuration option has been removed.</para>
<para arch="i386">The UserConfig boot-time kernel configuration
<para arch="i386,pc98">The UserConfig boot-time kernel configuration
feature, usually used to enable, disable, or configure ISA
devices, has been removed. Its functionality has been replaced
by the kernel hints file in
@ -372,7 +373,7 @@
<para>Idle zeroing of pages can be enabled with the
<varname>vm.idlezero_enable</varname> sysctl variable.</para>
<para arch="i386">The load addresses of kernels are now exported
<para arch="i386,pc98">The load addresses of kernels are now exported
to the symbol table and various hard-coded constants have been
removed so that utilities such as &man.ps.1; can work with
kernels compiled at different addresses. &merged;</para>
@ -433,7 +434,7 @@
with them that allow them to be blocked, which reduces the
need to lock out interrupts.</para>
<para arch="i386">Support for the 80386 processor has been
<para arch="i386,pc98">Support for the 80386 processor has been
removed from the <filename>GENERIC</filename> kernel, as this
code seriously pessimizes performance on other IA32
processors.
@ -526,12 +527,12 @@
need for an emulated floppy disk image on a bootable
CDROM. &merged;</para>
<para arch="i386">The i386 boot loader now has support for a
<para arch="i386,pc98">The i386 boot loader now has support for a
<literal>nullconsole</literal> console type, for use on
systems with neither a video console nor a serial
port. &merged;</para>
<para arch="i386">The &man.loader.8; now has optional support
<para arch="i386,pc98">The &man.loader.8; now has optional support
(enabled at compile-time, off by default) for loading
<application>bzip2</application>-compressed kernels and
modules. &merged;</para>
@ -548,7 +549,7 @@
first sector of the emulated floppy to contain a valid MS-DOS
BPB that they can modify. &merged;</para>
<para arch="i386">The &os; boot loader now supports a
<para arch="i386,pc98">The &os; boot loader now supports a
<option>-p</option> flag to force the kernel to pause after
each line of output during the probing phase. &merged;</para>
@ -580,10 +581,10 @@
the <quote>Home</quote> WEP key. The Linux Aironet utilities
are now supported under emulation. &merged;</para>
<para arch="i386">Generic support for ARCNET token-based
<para arch="i386,pc98">Generic support for ARCNET token-based
networks has been added. &merged;</para>
<para arch="i386">The &man.bge.4; driver has been added to
<para arch="i386,pc98">The &man.bge.4; driver has been added to
support the Broadcom BCM570x family of Gigabit Ethernet
controllers, including the 3Com 3c996-T, the SysKonnect
SK-9D21 and SK-9D41, and the built-in Gigabit Ethernet NICs on
@ -608,7 +609,7 @@
<para arch="alpha">The &man.ed.4; driver is now supported.</para>
<para arch="i386">Linksys Fast Ethernet PCCARD cards supported
<para arch="i386,pc98">Linksys Fast Ethernet PCCARD cards supported
by the &man.ed.4; driver now require the addition of flag
<literal>0x80000</literal> to their config line in
&man.pccard.conf.5;. This flag is not optional. These
@ -628,7 +629,7 @@
<para arch="i386">The &man.el.4; driver can now be loaded as a
module.</para>
<para arch="i386">The &man.em.4; driver has been added to
<para arch="i386,pc98">The &man.em.4; driver has been added to
support NICs based on the Intel 82542, 82543, and 82544
Gigabit Ethernet controller chips. The driver supports
transmit/receive checksum offload and jumbo frames on 82543
@ -637,7 +638,7 @@
<para>The &man.faith.4; device is now loadable, unloadable, and
clonable. &merged;</para>
<para arch="i386">Support for Fujitsu MB86960A/MB86965A based
<para arch="i386,pc98">Support for Fujitsu MB86960A/MB86965A based
Ethernet PC-Cards has been added back in the &man.fe.4;
driver. &merged;</para>
@ -701,8 +702,8 @@
already supported by the &man.lnc.4; driver, the &man.pcn.4;
driver runs these chips in 32-bit mode and uses the RX
alignment feature to achieve zero-copy receive. This driver
is also machine-independent, so it will work on both the i386
and Alpha platforms. The &man.lnc.4; driver is still needed
is also machine-independent, so it will work on the i386,
pc98 and Alpha platforms. The &man.lnc.4; driver is still needed
to support non-PCI cards. &merged;</para>
<para>The &man.ray.4; driver, which supports the Webgear Aviator
@ -724,7 +725,7 @@
NetGear FA311-TX and FA312-TX) in the form of the &man.sis.4;
driver. This device has support for VLANs. &merged;</para>
<para arch="i386">The snc driver for the National Semiconductor
<para arch="pc98">The snc driver for the National Semiconductor
DP8393X (SONIC) Ethernet controller has been added.
Currently, this driver is only used on the PC-98
architecture. &merged;</para>
@ -811,7 +812,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
&man.fxp.4;, &man.rl.4;, and &man.sis.4;. More details can be found in
the &man.polling.4; manual page. &merged;</para>
<para arch="i386">The packet-forwarding performance of certain
<para arch="i386,pc98">The packet-forwarding performance of certain
network drivers (specifically &man.dc.4; and &man.sis.4;) has
been enhanced by the elimination of unnecessary buffer
copies. &merged;</para>
@ -1121,7 +1122,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
AccelRAID and eXtremeRAID controllers with firmware 6.X and
later, has been added. &merged;</para>
<para arch="i386">The ncv, nsp, and stg drivers have been ported
<para arch="i386,pc98">The ncv, nsp, and stg drivers have been ported
from NetBSD/pc98. They support the NCR 53C50 / Workbit Ninja
SCSI-3 / TMC 18C30, 18C50 based PC-Card/ISA SCSI controllers.
All three drivers can be built and loaded as
@ -1211,7 +1212,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
tree, have shown marked speedups. This change is transparent
and automatic for new directories. &merged;</para>
<para arch="i386">smbfs (CIFS) support in kernel has been added.
<para arch="i386,pc98">smbfs (CIFS) support in kernel has been added.
The userland programs &man.smbutil.1; and &man.mount.smbfs.8;
can be used to work with SMB shares. Note that
&man.mount.smbfs.8; will automatically load the
@ -1269,7 +1270,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<sect3>
<title>PCCARD Support</title>
<para arch="i386">The pccard driver and &man.pccardc.8; now
<para arch="i386,pc98">The pccard driver and &man.pccardc.8; now
support multiple <quote>beep types</quote> upon card insertion
and removal. &merged;</para>
@ -1335,7 +1336,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
Hauppauge Model 44xxx WinTV Cards (the ones with no audio mux)
has been added. &merged;</para>
<para arch="i386">The ufm driver, supporting the D-Link DSB-R100
<para arch="i386,pc98">The ufm driver, supporting the D-Link DSB-R100
USB Radio, has been added. &merged;</para>
<para>When sound modules are built, one can now load all the
@ -1837,7 +1838,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<application>BWK awk</application>. <application>GNU
awk</application> is now available as &man.gawk.1;.</para>
<para arch="i386">&man.boot98cfg.8;, a PC-98 boot manager
<para arch="pc98">&man.boot98cfg.8;, a PC-98 boot manager
installation and configuration utility, has been
added. &merged;</para>
@ -1856,7 +1857,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.c89.1; has been converted from a shell script to a
binary executable, fixing some minor bugs. &merged;</para>
<para arch="i386">A minimalized version of &man.camcontrol.8; is
<para arch="i386,pc98">A minimalized version of &man.camcontrol.8; is
now available on the installation floppy. This allows it to
rescan for devices that have been connected after booting, or to
show the devices attached to SCSI busses (e. g. from within the
@ -2114,9 +2115,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
be used to create a relatively safe anonymous FTP drop box for
others to upload to.</para>
<para arch="i386">&man.gdb.1; now supports hardware watchpoints (using the
kernel's debug register + support that has been introduced in
&os; 4.0). &merged;</para>
<para arch="i386,pc98">&man.gdb.1; now supports hardware
watchpoints (using the kernel's debug register + support that
has been introduced in &os; 4.0). &merged;</para>
<para>The &man.getprogname.3; and &man.setprogname.3; library
functions have been added to manipulate the name of the current
@ -2847,7 +2848,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
thanks to some new dialog support functions. &merged;</para>
<para>The default root partition in &man.sysinstall.8; is now
100MB on the i386 and 120MB on the Alpha.</para>
100MB on the i386 and pc98, 120MB on the Alpha.</para>
<para>&man.sysinstall.8; now lives in
<filename>/usr/sbin</filename>, which simplifies the
@ -3247,7 +3248,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.routed.8; has been updated to version
2.22. &merged;</para>
<para arch="i386">Version 1.4.4 of the
<para arch="i386,pc98">Version 1.4.4 of the
<application>smbfs</application> userland utilities have been
imported.</para>
@ -3700,7 +3701,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
installations, at the expense of compatability with some old
BIOSs.</para>
<para arch="i386,alpha"><application>XFree86</application> 4.2.0
<para arch="i386,pc98,alpha"><application>XFree86</application> 4.2.0
is now the default version of the X Window System supported by
&man.sysinstall.8;. It installs
<application>XFree86</application> as a set of standard binary

View File

@ -147,7 +147,7 @@
pipes, fifos, and files are present, as well as for signals and
processes. &merged;</para>
<para arch="i386">A new <varname>KVA_SPACE</varname> kernel option
<para arch="i386,pc98">A new <varname>KVA_SPACE</varname> kernel option
can be used to reconfigure the size of the kernel virtual
address space. &merged;</para>
@ -205,10 +205,11 @@
It enables the <varname>debug.mutex.prof.*</varname> hierarchy
of sysctl variables.</para>
<para arch="i386">The <literal>NCPU</literal>, <literal>NAPIC</literal>,
<literal>NBUS</literal>, and <literal>NINTR</literal> kernel
configuration options, for configuring SMP kernels, have been
removed. <literal>NCPU</literal> is now set to a maximum of 16,
<para arch="i386,pc98">The <literal>NCPU</literal>,
<literal>NAPIC</literal>, <literal>NBUS</literal>, and
<literal>NINTR</literal> kernel configuration options,
for configuring SMP kernels, have been removed.
<literal>NCPU</literal> is now set to a maximum of 16,
and the other, aforementioned options are now
dynamic. &merged;</para>
@ -225,10 +226,10 @@
mistakenly assigning addresses that conflict with these
ROMs. &merged;</para>
<para arch="i386">PECOFF (Win32 Execution file format) support has
<para arch="i386,pc98">PECOFF (Win32 Execution file format) support has
been added.</para>
<para arch="i386">The pmc driver, which supports the power
<para arch="pc98">The pmc driver, which supports the power
management controller of the NEC PC-98NOTE, has been
added. &merged;</para>
@ -287,11 +288,11 @@
use an AT keyboard if you are not using a serial
console. &merged;</para>
<para arch="i386">The &man.umodem.4; driver for USB modems has been added.
Support is provided for the 3Com 5605 and Metricom Ricochet GS
wireless USB modems. &merged;</para>
<para arch="i386,pc98">The &man.umodem.4; driver for USB modems
has been added. Support is provided for the 3Com 5605 and
Metricom Ricochet GS wireless USB modems. &merged;</para>
<para arch="i386">The &man.uscanner.4; driver for basic USB
<para arch="i386,pc98">The &man.uscanner.4; driver for basic USB
scanner support using SANE has been added. See <ulink
url="http://www.mostang.com/sane/">the SANE home page</ulink>
for supported scanners. The HP ScanJet 4100C, 5200C and 6300C
@ -306,7 +307,7 @@
<para>To increase security, the <literal>UCONSOLE</literal> kernel
configuration option has been removed.</para>
<para arch="i386">The UserConfig boot-time kernel configuration
<para arch="i386,pc98">The UserConfig boot-time kernel configuration
feature, usually used to enable, disable, or configure ISA
devices, has been removed. Its functionality has been replaced
by the kernel hints file in
@ -372,7 +373,7 @@
<para>Idle zeroing of pages can be enabled with the
<varname>vm.idlezero_enable</varname> sysctl variable.</para>
<para arch="i386">The load addresses of kernels are now exported
<para arch="i386,pc98">The load addresses of kernels are now exported
to the symbol table and various hard-coded constants have been
removed so that utilities such as &man.ps.1; can work with
kernels compiled at different addresses. &merged;</para>
@ -433,7 +434,7 @@
with them that allow them to be blocked, which reduces the
need to lock out interrupts.</para>
<para arch="i386">Support for the 80386 processor has been
<para arch="i386,pc98">Support for the 80386 processor has been
removed from the <filename>GENERIC</filename> kernel, as this
code seriously pessimizes performance on other IA32
processors.
@ -526,12 +527,12 @@
need for an emulated floppy disk image on a bootable
CDROM. &merged;</para>
<para arch="i386">The i386 boot loader now has support for a
<para arch="i386,pc98">The i386 boot loader now has support for a
<literal>nullconsole</literal> console type, for use on
systems with neither a video console nor a serial
port. &merged;</para>
<para arch="i386">The &man.loader.8; now has optional support
<para arch="i386,pc98">The &man.loader.8; now has optional support
(enabled at compile-time, off by default) for loading
<application>bzip2</application>-compressed kernels and
modules. &merged;</para>
@ -548,7 +549,7 @@
first sector of the emulated floppy to contain a valid MS-DOS
BPB that they can modify. &merged;</para>
<para arch="i386">The &os; boot loader now supports a
<para arch="i386,pc98">The &os; boot loader now supports a
<option>-p</option> flag to force the kernel to pause after
each line of output during the probing phase. &merged;</para>
@ -580,10 +581,10 @@
the <quote>Home</quote> WEP key. The Linux Aironet utilities
are now supported under emulation. &merged;</para>
<para arch="i386">Generic support for ARCNET token-based
<para arch="i386,pc98">Generic support for ARCNET token-based
networks has been added. &merged;</para>
<para arch="i386">The &man.bge.4; driver has been added to
<para arch="i386,pc98">The &man.bge.4; driver has been added to
support the Broadcom BCM570x family of Gigabit Ethernet
controllers, including the 3Com 3c996-T, the SysKonnect
SK-9D21 and SK-9D41, and the built-in Gigabit Ethernet NICs on
@ -608,7 +609,7 @@
<para arch="alpha">The &man.ed.4; driver is now supported.</para>
<para arch="i386">Linksys Fast Ethernet PCCARD cards supported
<para arch="i386,pc98">Linksys Fast Ethernet PCCARD cards supported
by the &man.ed.4; driver now require the addition of flag
<literal>0x80000</literal> to their config line in
&man.pccard.conf.5;. This flag is not optional. These
@ -628,7 +629,7 @@
<para arch="i386">The &man.el.4; driver can now be loaded as a
module.</para>
<para arch="i386">The &man.em.4; driver has been added to
<para arch="i386,pc98">The &man.em.4; driver has been added to
support NICs based on the Intel 82542, 82543, and 82544
Gigabit Ethernet controller chips. The driver supports
transmit/receive checksum offload and jumbo frames on 82543
@ -637,7 +638,7 @@
<para>The &man.faith.4; device is now loadable, unloadable, and
clonable. &merged;</para>
<para arch="i386">Support for Fujitsu MB86960A/MB86965A based
<para arch="i386,pc98">Support for Fujitsu MB86960A/MB86965A based
Ethernet PC-Cards has been added back in the &man.fe.4;
driver. &merged;</para>
@ -701,8 +702,8 @@
already supported by the &man.lnc.4; driver, the &man.pcn.4;
driver runs these chips in 32-bit mode and uses the RX
alignment feature to achieve zero-copy receive. This driver
is also machine-independent, so it will work on both the i386
and Alpha platforms. The &man.lnc.4; driver is still needed
is also machine-independent, so it will work on the i386,
pc98 and Alpha platforms. The &man.lnc.4; driver is still needed
to support non-PCI cards. &merged;</para>
<para>The &man.ray.4; driver, which supports the Webgear Aviator
@ -724,7 +725,7 @@
NetGear FA311-TX and FA312-TX) in the form of the &man.sis.4;
driver. This device has support for VLANs. &merged;</para>
<para arch="i386">The snc driver for the National Semiconductor
<para arch="pc98">The snc driver for the National Semiconductor
DP8393X (SONIC) Ethernet controller has been added.
Currently, this driver is only used on the PC-98
architecture. &merged;</para>
@ -811,7 +812,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
&man.fxp.4;, &man.rl.4;, and &man.sis.4;. More details can be found in
the &man.polling.4; manual page. &merged;</para>
<para arch="i386">The packet-forwarding performance of certain
<para arch="i386,pc98">The packet-forwarding performance of certain
network drivers (specifically &man.dc.4; and &man.sis.4;) has
been enhanced by the elimination of unnecessary buffer
copies. &merged;</para>
@ -1121,7 +1122,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
AccelRAID and eXtremeRAID controllers with firmware 6.X and
later, has been added. &merged;</para>
<para arch="i386">The ncv, nsp, and stg drivers have been ported
<para arch="i386,pc98">The ncv, nsp, and stg drivers have been ported
from NetBSD/pc98. They support the NCR 53C50 / Workbit Ninja
SCSI-3 / TMC 18C30, 18C50 based PC-Card/ISA SCSI controllers.
All three drivers can be built and loaded as
@ -1211,7 +1212,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
tree, have shown marked speedups. This change is transparent
and automatic for new directories. &merged;</para>
<para arch="i386">smbfs (CIFS) support in kernel has been added.
<para arch="i386,pc98">smbfs (CIFS) support in kernel has been added.
The userland programs &man.smbutil.1; and &man.mount.smbfs.8;
can be used to work with SMB shares. Note that
&man.mount.smbfs.8; will automatically load the
@ -1269,7 +1270,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<sect3>
<title>PCCARD Support</title>
<para arch="i386">The pccard driver and &man.pccardc.8; now
<para arch="i386,pc98">The pccard driver and &man.pccardc.8; now
support multiple <quote>beep types</quote> upon card insertion
and removal. &merged;</para>
@ -1335,7 +1336,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
Hauppauge Model 44xxx WinTV Cards (the ones with no audio mux)
has been added. &merged;</para>
<para arch="i386">The ufm driver, supporting the D-Link DSB-R100
<para arch="i386,pc98">The ufm driver, supporting the D-Link DSB-R100
USB Radio, has been added. &merged;</para>
<para>When sound modules are built, one can now load all the
@ -1837,7 +1838,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<application>BWK awk</application>. <application>GNU
awk</application> is now available as &man.gawk.1;.</para>
<para arch="i386">&man.boot98cfg.8;, a PC-98 boot manager
<para arch="pc98">&man.boot98cfg.8;, a PC-98 boot manager
installation and configuration utility, has been
added. &merged;</para>
@ -1856,7 +1857,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.c89.1; has been converted from a shell script to a
binary executable, fixing some minor bugs. &merged;</para>
<para arch="i386">A minimalized version of &man.camcontrol.8; is
<para arch="i386,pc98">A minimalized version of &man.camcontrol.8; is
now available on the installation floppy. This allows it to
rescan for devices that have been connected after booting, or to
show the devices attached to SCSI busses (e. g. from within the
@ -2114,9 +2115,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
be used to create a relatively safe anonymous FTP drop box for
others to upload to.</para>
<para arch="i386">&man.gdb.1; now supports hardware watchpoints (using the
kernel's debug register + support that has been introduced in
&os; 4.0). &merged;</para>
<para arch="i386,pc98">&man.gdb.1; now supports hardware
watchpoints (using the kernel's debug register + support that
has been introduced in &os; 4.0). &merged;</para>
<para>The &man.getprogname.3; and &man.setprogname.3; library
functions have been added to manipulate the name of the current
@ -2847,7 +2848,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
thanks to some new dialog support functions. &merged;</para>
<para>The default root partition in &man.sysinstall.8; is now
100MB on the i386 and 120MB on the Alpha.</para>
100MB on the i386 and pc98, 120MB on the Alpha.</para>
<para>&man.sysinstall.8; now lives in
<filename>/usr/sbin</filename>, which simplifies the
@ -3247,7 +3248,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.routed.8; has been updated to version
2.22. &merged;</para>
<para arch="i386">Version 1.4.4 of the
<para arch="i386,pc98">Version 1.4.4 of the
<application>smbfs</application> userland utilities have been
imported.</para>
@ -3700,7 +3701,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
installations, at the expense of compatability with some old
BIOSs.</para>
<para arch="i386,alpha"><application>XFree86</application> 4.2.0
<para arch="i386,pc98,alpha"><application>XFree86</application> 4.2.0
is now the default version of the X Window System supported by
&man.sysinstall.8;. It installs
<application>XFree86</application> as a set of standard binary

View File

@ -0,0 +1,18 @@
# $FreeBSD$
RELN_ROOT?= ${.CURDIR}/../../..
DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
JADEFLAGS+= -V %generate-article-toc%
# SGML content
SRCS+= article.sgml
SRCS+= ../common/relnotes.ent
SRCS+= ../common/new.sgml
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View File

@ -0,0 +1,23 @@
<!-- $FreeBSD$ -->
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
%authors;
<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
%mlists;
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN">
%release;
<!ENTITY % sections SYSTEM "../common/relnotes.ent"> %sections;
<!-- Architecture-specific customization -->
<!ENTITY arch "pc98">
<!ENTITY arch.print "NEC PC-98x1">
]>
<article>
&art;
</article>