summaryrefslogtreecommitdiff
path: root/sys/lib/wiki
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:53:33 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:53:33 +0300
commite463eb40363ff4c68b1d903f4e0cdd0ac1c5977f (patch)
treed5e9f57c28f026cb21de3bd77cc10cd7f64aaa85 /sys/lib/wiki
parentb41b9034225ab3e49980d9de55c141011b6383b0 (diff)
Import sources from 2011-03-30 iso image - sys/lib
Diffstat (limited to 'sys/lib/wiki')
-rwxr-xr-xsys/lib/wiki/d/032
-rwxr-xr-xsys/lib/wiki/d/0.hist32
-rwxr-xr-xsys/lib/wiki/d/1103
-rwxr-xr-xsys/lib/wiki/d/1.hist87
-rwxr-xr-xsys/lib/wiki/d/24
-rwxr-xr-xsys/lib/wiki/d/2.hist4
-rwxr-xr-xsys/lib/wiki/d/3169
-rwxr-xr-xsys/lib/wiki/d/3.hist380
-rwxr-xr-xsys/lib/wiki/d/L.00
-rwxr-xr-xsys/lib/wiki/d/L.10
-rwxr-xr-xsys/lib/wiki/d/L.20
-rwxr-xr-xsys/lib/wiki/d/L.30
-rwxr-xr-xsys/lib/wiki/d/L.map0
-rwxr-xr-xsys/lib/wiki/d/map4
-rwxr-xr-xsys/lib/wiki/diff.html42
-rwxr-xr-xsys/lib/wiki/edit.html50
-rwxr-xr-xsys/lib/wiki/history.html42
-rwxr-xr-xsys/lib/wiki/mkfile11
-rwxr-xr-xsys/lib/wiki/oldpage.html42
-rwxr-xr-xsys/lib/wiki/oldpage.txt3
-rwxr-xr-xsys/lib/wiki/page.html46
-rwxr-xr-xsys/lib/wiki/page.txt3
-rwxr-xr-xsys/lib/wiki/sandbox4
-rwxr-xr-xsys/lib/wiki/werror.html48
24 files changed, 1106 insertions, 0 deletions
diff --git a/sys/lib/wiki/d/0 b/sys/lib/wiki/d/0
new file mode 100755
index 000000000..61b2e9af9
--- /dev/null
+++ b/sys/lib/wiki/d/0
@@ -0,0 +1,32 @@
+Wiki Syntax
+D1017508002
+A (144.137.80.113)
+#Plan 9 wiki documents are written using a simple markup notation.
+#Text is free format with the following exceptions.
+#
+# * A blank line begins a new paragraph.
+# * If a paragraph contains only capital letters, it is a section
+# heading.
+# * If a line begins with a *, it begins a new item in a bulleted
+# list.
+# * If a line begins with a !, it is formatted in typewriter font and
+# uninterpreted. This is useful for typescripts and program listings.
+# * A link is denoted by putting text in square brackets. The text
+# can be ``name of local link'' or ``url'' or ``text | url''. Local
+# link names are not case sensitive.
+# * Plan 9 manual page references are automatically made into links,
+# as in man(1).
+#
+#That's all. Note in particular that arbitrary HTML tags are not
+#valid, so as to make the pages friendly to those using the Acme
+#client rather than a web browser.
+#
+#EXAMPLE
+#
+#If you're looking at this page in Acme, this _is_ the example. If
+#you're viewing the HTML version, click on the edit link below to
+#view the source. If you want to play around with the syntax, try the
+#[sandbox].
+#
+#Enjoy.
+#
diff --git a/sys/lib/wiki/d/0.hist b/sys/lib/wiki/d/0.hist
new file mode 100755
index 000000000..61b2e9af9
--- /dev/null
+++ b/sys/lib/wiki/d/0.hist
@@ -0,0 +1,32 @@
+Wiki Syntax
+D1017508002
+A (144.137.80.113)
+#Plan 9 wiki documents are written using a simple markup notation.
+#Text is free format with the following exceptions.
+#
+# * A blank line begins a new paragraph.
+# * If a paragraph contains only capital letters, it is a section
+# heading.
+# * If a line begins with a *, it begins a new item in a bulleted
+# list.
+# * If a line begins with a !, it is formatted in typewriter font and
+# uninterpreted. This is useful for typescripts and program listings.
+# * A link is denoted by putting text in square brackets. The text
+# can be ``name of local link'' or ``url'' or ``text | url''. Local
+# link names are not case sensitive.
+# * Plan 9 manual page references are automatically made into links,
+# as in man(1).
+#
+#That's all. Note in particular that arbitrary HTML tags are not
+#valid, so as to make the pages friendly to those using the Acme
+#client rather than a web browser.
+#
+#EXAMPLE
+#
+#If you're looking at this page in Acme, this _is_ the example. If
+#you're viewing the HTML version, click on the edit link below to
+#view the source. If you want to play around with the syntax, try the
+#[sandbox].
+#
+#Enjoy.
+#
diff --git a/sys/lib/wiki/d/1 b/sys/lib/wiki/d/1
new file mode 100755
index 000000000..eff03ca04
--- /dev/null
+++ b/sys/lib/wiki/d/1
@@ -0,0 +1,103 @@
+Plan 9 Wiki
+D1018335352
+Arsc
+#
+#WELCOME TO A COPY OF THE PLAN 9 WIKI
+#
+# Note that this is not the Plan 9 wiki. It is a local
+# copy intended to demonstrate what the wiki data files look like.
+# To get at the real Plan 9 wiki, execute:
+#
+# Local srv net!plan9.bell-labs.com!wiki wiki /mnt/wiki
+#
+# and then restart the wiki reader:
+#
+# Wiki /mnt/wiki
+#
+# Do not run the command
+#
+# Local wikifs /sys/lib/wiki
+#
+# which brings up this local copy instead.
+#
+#This collection of pages contains information pertinent to
+#installing, configuring, and using the operating system [Plan 9 from
+#Bell Labs | http://plan9.bell-labs.com/plan9].
+#
+#This is a [wiki], which means that anyone with a web browser or a
+#Plan 9 installation can edit any of the pages (including this one).
+#If you find a document you believe to be unclear or incomplete, edit
+#that page to fix it. We use a simple [wiki syntax] rather than full
+#HTML, which makes the editing much easier. If you're using a web
+#browser, there is an Edit link at the bottom of the page. If you're
+#using Acme, just edit the text and put the document back.
+#
+#There are also [Acme wiki instructions].
+#
+#INSTALLATION
+#
+# * [Supported PC hardware]
+# * The [installation instructions |
+# http://plan9.bell-labs.com/sys/doc/install.html]
+#
+#CONFIGURATION
+#
+# * [Kfs file system configuration]
+# * [Compiling kernels]
+# * [Printer configuration]
+# * [TeX configuration]
+# * [Network configuration]
+# * [Mail configuration]
+# * [SSH configuration]
+# * [Configuring a standalone CPU server]
+# * [Installing a Plan 9 File Server]
+#
+#USING THE SYSTEM
+#
+# * [Using rio]. An introduction to using the window system.
+# * [Using acme]. Acme is a hybrid window system, editor, and shell.
+# * [Using plumbing]. The plumber works behind the scenes to connect
+# various programs in interesting ways.
+# * [Using troff]. Formatting text for printing on a typesetter.
+# * [Using PQ]. The implicit relational database client. <-- please,
+# write at least an intro, whoever is capable of doing it!
+# * [The manual pages | http://plan9.bell-labs.com/sys/man/] are
+# quite informative.
+# * [Useful commands]
+# * See also, a Japanese [website |
+# http://basalt.cias.osakafu-u.ac.jp/plan9/p9index.html] that
+# includes tools for Japanese character input and display.
+#
+#DOCUMENTATION
+#
+# * Documentation is available on Plan 9 systems via [man(1) |
+# http://plan9.bell-labs.com/magic/man2html/1/man] and in /sys/doc.
+# * The online version of the [manual pages |
+# http://plan9.bell-labs.com/sys/man/].
+# * A collection of [papers | http://plan9.bell-labs.com/sys/doc/]
+# about Plan 9.
+# * Pointers to [Plan9 info on other forums and wikis].
+#
+#DEVELOPMENT
+#
+# * [Summary of the Plan 9 development environment].
+# * [aux/vga theory of operation]
+#
+#SOFTWARE
+#
+# * [Charles Forsyth's Collection |
+# http://www.caldo.demon.co.uk/plan9/].
+# * [Repo's Collection | http://mapage.noos.fr/~repo/].
+# * [LEO | ftp://ftp.leo.org/pub/comp/os/plan9/3rd/]
+# * Other [User-contributed software].
+#
+#META
+#
+# * [Wiki syntax]
+# * [Acme wiki instructions]
+# * People new to a wiki should play around in the [sandbox] to gain
+# familiarity with the concept.
+# * [Plan9 wiki wish list].
+# * A listing of almost all the pages in this wiki, a.k.a. [What is
+# Here].
+#
diff --git a/sys/lib/wiki/d/1.hist b/sys/lib/wiki/d/1.hist
new file mode 100755
index 000000000..2aaa11c95
--- /dev/null
+++ b/sys/lib/wiki/d/1.hist
@@ -0,0 +1,87 @@
+Plan 9 Wiki
+D1018335352
+Arsc
+#
+#WELCOME TO THE PLAN 9 WIKI
+#
+#This collection of pages contains information pertinent to
+#installing, configuring, and using the operating system [Plan 9 from
+#Bell Labs | http://plan9.bell-labs.com/plan9].
+#
+#This is a [wiki], which means that anyone with a web browser or a
+#Plan 9 installation can edit any of the pages (including this one).
+#If you find a document you believe to be unclear or incomplete, edit
+#that page to fix it. We use a simple [wiki syntax] rather than full
+#HTML, which makes the editing much easier. If you're using a web
+#browser, there is an Edit link at the bottom of the page. If you're
+#using Acme, just edit the text and put the document back.
+#
+#There are also [Acme wiki instructions].
+#
+#INSTALLATION
+#
+# * [Supported PC hardware]
+# * The [installation instructions |
+# http://plan9.bell-labs.com/sys/doc/install.html]
+#
+#CONFIGURATION
+#
+# * [Kfs file system configuration]
+# * [Compiling kernels]
+# * [Printer configuration]
+# * [TeX configuration]
+# * [Network configuration]
+# * [Mail configuration]
+# * [SSH configuration]
+# * [Configuring a standalone CPU server]
+# * [Installing a Plan 9 File Server]
+#
+#USING THE SYSTEM
+#
+# * [Using rio]. An introduction to using the window system.
+# * [Using acme]. Acme is a hybrid window system, editor, and shell.
+# * [Using plumbing]. The plumber works behind the scenes to connect
+# various programs in interesting ways.
+# * [Using troff]. Formatting text for printing on a typesetter.
+# * [Using PQ]. The implicit relational database client. <-- please,
+# write at least an intro, whoever is capable of doing it!
+# * [The manual pages | http://plan9.bell-labs.com/sys/man/] are
+# quite informative.
+# * [Useful commands]
+# * See also, a Japanese [website |
+# http://basalt.cias.osakafu-u.ac.jp/plan9/p9index.html] that
+# includes tools for Japanese character input and display.
+#
+#DOCUMENTATION
+#
+# * Documentation is available on Plan 9 systems via [man(1) |
+# http://plan9.bell-labs.com/magic/man2html/1/man] and in /sys/doc.
+# * The online version of the [manual pages |
+# http://plan9.bell-labs.com/sys/man/].
+# * A collection of [papers | http://plan9.bell-labs.com/sys/doc/]
+# about Plan 9.
+# * Pointers to [Plan9 info on other forums and wikis].
+#
+#DEVELOPMENT
+#
+# * [Summary of the Plan 9 development environment].
+# * [aux/vga theory of operation]
+#
+#SOFTWARE
+#
+# * [Charles Forsyth's Collection |
+# http://www.caldo.demon.co.uk/plan9/].
+# * [Repo's Collection | http://mapage.noos.fr/~repo/].
+# * [LEO | ftp://ftp.leo.org/pub/comp/os/plan9/3rd/]
+# * Other [User-contributed software].
+#
+#META
+#
+# * [Wiki syntax]
+# * [Acme wiki instructions]
+# * People new to a wiki should play around in the [sandbox] to gain
+# familiarity with the concept.
+# * [Plan9 wiki wish list].
+# * A listing of almost all the pages in this wiki, a.k.a. [What is
+# Here].
+#
diff --git a/sys/lib/wiki/d/2 b/sys/lib/wiki/d/2
new file mode 100755
index 000000000..167a763c4
--- /dev/null
+++ b/sys/lib/wiki/d/2
@@ -0,0 +1,4 @@
+Sandbox
+D1018330739
+Agre (204.178.31.2)
+#This page exists to be modified. Use it to test the server.
diff --git a/sys/lib/wiki/d/2.hist b/sys/lib/wiki/d/2.hist
new file mode 100755
index 000000000..167a763c4
--- /dev/null
+++ b/sys/lib/wiki/d/2.hist
@@ -0,0 +1,4 @@
+Sandbox
+D1018330739
+Agre (204.178.31.2)
+#This page exists to be modified. Use it to test the server.
diff --git a/sys/lib/wiki/d/3 b/sys/lib/wiki/d/3
new file mode 100755
index 000000000..80f36f209
--- /dev/null
+++ b/sys/lib/wiki/d/3
@@ -0,0 +1,169 @@
+Supported PC Hardware
+D1018336664
+Arsc
+#This page lists hardware known to work with Plan 9. Most hardware is
+#listed by chipset: you may need to know what chipset your particular
+#cards use.
+#
+#FLOPPY DISKS
+#
+#Plan 9 supports generic floppy drives, although some people have had
+#trouble accessing them. If you have trouble accessing your 3.5"
+#floppy drive and also have a 5.25" floppy drive, try disabling the
+#latter in the BIOS.
+#
+#USB floppy drives are not supported.
+#
+#IDE/ATAPI DISKS
+#
+#Plan 9 supports almost all motherboard IDE/ATAPI controllers, but
+#DMA transfers are only used on these recognized chipsets (chipsets
+#not listed here will simply run slower; you can try turning on DMA
+#by editing /sys/src/9/pc/sdata.c).
+#
+# * PC-Tech RZ1000
+# * Promise PDC20262
+# * CMD 640B
+# * CMD 646
+# * VIA 82C686
+# * ServerWorks IB6566
+# * Intel 82371FB (PIIX)
+# * Intel 82371SB (PIIX3)
+# * Intel 82371AB (PIIX4)
+# * Intel 82371EB (PIIX4E)
+# * whatever the IBM Thinkpad T23 uses
+#
+#SCSI
+#
+# * Mylex Multimaster (old Buslogic BT-*) adapter
+# * Symbios 53C8XX adapter
+#
+#CARDBUS AND PCMCIA CONTROLLERS
+#
+#The following cardbus controllers are supported:
+#
+# * Ricoh 476 PCI/Cardbus bridge
+# * Ricoh 478 PCI/Cardbus bridge
+# * TI PCI-1131 Cardbus controller
+# * TI PCI-1250 Cardbus controller
+# * TI PCI-1450 Cardbus controller
+# * TI PCI-AC51 Cardbus controller
+#
+#If the cardbus chipset is not supported, Plan 9 falls back to the
+#PCMCIA driver, which handles the Intel i82365, Cirrus Logic
+#CL-PD6710, Cirrus Logic CL-PD6720, Vadem VG-46x, and compatibles.
+#This covers most laptops.
+#
+#ETHERNET
+#
+# * 3Com Etherlink III, PCMCIA (3C589), Fast Etherlink, and Fast
+# Etherlink XL adapters
+# * Intel i82557, i82558, i82559 Fast Ethernet PCI LAN controller
+# (e.g., the Intel EtherExpress PRO/100B)
+# * Digital (now Intel) 21114x PCI Fast Ethernet controller (e.g.,
+# Digital DE-500). Some PNIC and PNIC2-based cards may also work with
+# this driver.
+# * AMD 79C970 PCnet PCI Ethernet controller (e.g., VMware)
+# * National Semiconductor NE2000 or compatible adapter
+# * Lucent Wavelan PCMCIA wireless ethernet adapter (including Dell
+# TrueMobile 1150)
+# * Intersil Prism-based wireless ethernet adapter (including Linksys
+# Instant Wireless PC card)
+#
+#These cards are supported but not as well used:
+# * Western Digital WD8003
+# * Western Digital WD8013
+# * SMC Elite and Elite Ultra
+# * Linksys Combo EthernetCard and EtherFast 10/100
+# * Accton EtherPair-PCMCIA
+# * Netgear FA410TX
+#
+#VGA CARDS AND CHIPSETS
+#
+#For VGA cards more than any other hardware, it is more precise to
+#describe the chips we support rather than the cards they are based
+#on, since the cards are more ephemeral than the chip sets. Beware:
+#different revisions of a card may use different chip sets.
+#
+#Linux users can look at their X server configuration to see which
+#chip set they are using. Windows users can look at ``control panel''
+#-> ``display settings'' -> ``display type'' to find out.
+#
+#Plan 9 uses some basic accelerator for features such as filling and
+#scrolling rectangles. We use none of the 3D features on the cards we
+#support.
+#
+#Chipsets used at Bell Labs:
+#
+# * ATI Mach64xx
+# * Cirrus Logic CL-GD542x, CL-GD543x, CL-GD544x, CL-GD546x Laguna
+# * Trident Cyber938x
+# * CHIPS hiQVideo (65550, 65554, 69000)
+# * Neomagic MagicGraph
+# * S3 Savage4, Savage IX/MV, SuperSavage IXC/16
+# * S3 ViRGE DX, GX, GX2, MX, VX
+# * 3Dfx Voodoo 3 1000, 2000, and 3000
+# * Nvidia TNT
+# * Matrox G400
+# * VMware virtual chipset
+#
+#Chipsets supported in previous releases but not tested in current
+#system:
+#
+# * XXX
+#
+#Cards used at Bell Labs:
+#
+# * XXX
+#
+#Cards used elsewhere and tested with the release:
+#
+# * (none yet)
+#
+#Cards supported in previous releases but not tested in current
+#system:
+#
+# * XXX
+#
+#AUDIO
+#
+#Supported audio devices:
+#
+# * Sound Blaster 16 or later, ISA card
+# * ESS 1688 running in 8-bit SBPro mode
+# * most USB audio devices
+#
+#Supported but not as well used:
+#
+# * Any Sound Blaster 16 clones (NOT Sound Blaster Pro clones)
+#
+#KEYBOARDS
+#
+#Any PS/2 keyboard should work.
+#
+#MICE
+#
+#Plan 9 supports PS/2 and PS/2 Intellimouse mice as well as serial
+#mice using the Logitech or Microsoft serial mouse protocols. There
+#is preliminary support for the scroll wheel and extra buttons as on
+#the Toshiba Protégé 3440CT.
+#
+#Most laptops present their built-in pointing devices as PS/2 mice.
+#
+#LAPTOPS
+#
+#Laptops are often the hardest systems to get Plan 9 running on,
+#because you can't choose the hardware piece by piece.
+#
+#The following laptops are known to work in the current release:
+#
+# * IBM Thinkpad 560, X20, T23
+# * NEC Versa LX, SX
+# * Toshiba Portégé 3440CT
+#
+#The following laptops worked in previous releases and may work in
+#the current one:
+#
+# * AT&T GIS Globalyst 250
+# * NEC Versa 6030X, 6200MX
+#
diff --git a/sys/lib/wiki/d/3.hist b/sys/lib/wiki/d/3.hist
new file mode 100755
index 000000000..e9bdd0360
--- /dev/null
+++ b/sys/lib/wiki/d/3.hist
@@ -0,0 +1,380 @@
+Supported PC Hardware
+D1018335325
+Arsc
+#This page lists hardware known to work with Plan 9. Most hardware is
+#listed by chipset: you may need to know what chipset your particular
+#cards use.
+#
+#FLOPPY DISKS
+#
+#Plan 9 supports generic floppy drives, although some people have had
+#trouble accessing them. If you have trouble accessing your 3.5"
+#floppy drive and also have a 5.25" floppy drive, try disabling the
+#latter in the BIOS.
+#
+#IDE/ATAPI DISKS
+#
+#Plan 9 supports almost all motherboard IDE/ATAPI controllers, but
+#DMA transfers are only used on these recognized chipsets (chipsets
+#not listed here will simply run slower; you can try turning on DMA
+#by editing /sys/src/9/pc/sdata.c).
+#
+# * PC-Tech RZ1000
+# * Promise PDC20262
+# * CMD 640B
+# * CMD 646
+# * VIA 82C686
+# * ServerWorks IB6566
+# * Intel 82371FB (PIIX)
+# * Intel 82371SB (PIIX3)
+# * Intel 82371AB (PIIX4)
+# * Intel 82371EB (PIIX4E)
+# * whatever the IBM Thinkpad T23 uses
+#
+#SCSI
+#
+# * Mylex Multimaster (old Buslogic BT-*) adapter
+# * Symbios 53C8XX adapter
+#
+#CARDBUS AND PCMCIA CONTROLLERS
+#
+#The following cardbus controllers are supported:
+#
+# * Ricoh 476 PCI/Cardbus bridge
+# * Ricoh 478 PCI/Cardbus bridge
+# * TI PCI-1131 Cardbus controller
+# * TI PCI-1250 Cardbus controller
+# * TI PCI-1450 Cardbus controller
+# * TI PCI-AC51 Cardbus controller
+#
+#If the cardbus chipset is not supported, Plan 9 falls back to the
+#PCMCIA driver, which handles the Intel i82365, Cirrus Logic
+#CL-PD6710, Cirrus Logic CL-PD6720, Vadem VG-46x, and compatibles.
+#This covers most laptops.
+#
+#ETHERNET
+#
+D1018335828
+Arsc
+#This page lists hardware known to work with Plan 9. Most hardware is
+#listed by chipset: you may need to know what chipset your particular
+#cards use.
+#
+#FLOPPY DISKS
+#
+#Plan 9 supports generic floppy drives, although some people have had
+#trouble accessing them. If you have trouble accessing your 3.5"
+#floppy drive and also have a 5.25" floppy drive, try disabling the
+#latter in the BIOS.
+#
+#IDE/ATAPI DISKS
+#
+#Plan 9 supports almost all motherboard IDE/ATAPI controllers, but
+#DMA transfers are only used on these recognized chipsets (chipsets
+#not listed here will simply run slower; you can try turning on DMA
+#by editing /sys/src/9/pc/sdata.c).
+#
+# * PC-Tech RZ1000
+# * Promise PDC20262
+# * CMD 640B
+# * CMD 646
+# * VIA 82C686
+# * ServerWorks IB6566
+# * Intel 82371FB (PIIX)
+# * Intel 82371SB (PIIX3)
+# * Intel 82371AB (PIIX4)
+# * Intel 82371EB (PIIX4E)
+# * whatever the IBM Thinkpad T23 uses
+#
+#SCSI
+#
+# * Mylex Multimaster (old Buslogic BT-*) adapter
+# * Symbios 53C8XX adapter
+#
+#CARDBUS AND PCMCIA CONTROLLERS
+#
+#The following cardbus controllers are supported:
+#
+# * Ricoh 476 PCI/Cardbus bridge
+# * Ricoh 478 PCI/Cardbus bridge
+# * TI PCI-1131 Cardbus controller
+# * TI PCI-1250 Cardbus controller
+# * TI PCI-1450 Cardbus controller
+# * TI PCI-AC51 Cardbus controller
+#
+#If the cardbus chipset is not supported, Plan 9 falls back to the
+#PCMCIA driver, which handles the Intel i82365, Cirrus Logic
+#CL-PD6710, Cirrus Logic CL-PD6720, Vadem VG-46x, and compatibles.
+#This covers most laptops.
+#
+#ETHERNET
+#
+# * 3Com Etherlink III, PCMCIA (3C589), Fast Etherlink, and Fast
+# Etherlink XL adapters
+# * Intel i8255[789] Fast Ethernet PCI LAN controller (e.g., the
+# Intel EtherExpress PRO/100B)
+# * Digital (now Intel) 21114x PCI Fast Ethernet controller (e.g.,
+# Digital DE-500). Some PNIC and PNIC2-based cards may also work with
+# this driver.
+# * AMD 79C970 PCnet PCI Ethernet controller (e.g., VMware)
+# * National Semiconductor NE2000 or compatible adapter
+# * Lucent Wavelan PCMCIA wireless ethernet adapter (including Dell
+# TrueMobile 1150)
+# * Intersil Prism-based wireless ethernet adapter (including Linksys
+# Instant Wireless PC card)
+#
+#These cards are supported but not as well used:
+# * Western Digital WD8003
+# * Western Digital WD8013
+# * SMC Elite and Elite Ultra
+# * Linksys Combo EthernetCard and EtherFast 10/100
+# * Accton EtherPair-PCMCIA
+# * Netgear FA410TX
+#
+D1018335865
+Arsc
+#This page lists hardware known to work with Plan 9. Most hardware is
+#listed by chipset: you may need to know what chipset your particular
+#cards use.
+#
+#FLOPPY DISKS
+#
+#Plan 9 supports generic floppy drives, although some people have had
+#trouble accessing them. If you have trouble accessing your 3.5"
+#floppy drive and also have a 5.25" floppy drive, try disabling the
+#latter in the BIOS.
+#
+#IDE/ATAPI DISKS
+#
+#Plan 9 supports almost all motherboard IDE/ATAPI controllers, but
+#DMA transfers are only used on these recognized chipsets (chipsets
+#not listed here will simply run slower; you can try turning on DMA
+#by editing /sys/src/9/pc/sdata.c).
+#
+# * PC-Tech RZ1000
+# * Promise PDC20262
+# * CMD 640B
+# * CMD 646
+# * VIA 82C686
+# * ServerWorks IB6566
+# * Intel 82371FB (PIIX)
+# * Intel 82371SB (PIIX3)
+# * Intel 82371AB (PIIX4)
+# * Intel 82371EB (PIIX4E)
+# * whatever the IBM Thinkpad T23 uses
+#
+#SCSI
+#
+# * Mylex Multimaster (old Buslogic BT-*) adapter
+# * Symbios 53C8XX adapter
+#
+#CARDBUS AND PCMCIA CONTROLLERS
+#
+#The following cardbus controllers are supported:
+#
+# * Ricoh 476 PCI/Cardbus bridge
+# * Ricoh 478 PCI/Cardbus bridge
+# * TI PCI-1131 Cardbus controller
+# * TI PCI-1250 Cardbus controller
+# * TI PCI-1450 Cardbus controller
+# * TI PCI-AC51 Cardbus controller
+#
+#If the cardbus chipset is not supported, Plan 9 falls back to the
+#PCMCIA driver, which handles the Intel i82365, Cirrus Logic
+#CL-PD6710, Cirrus Logic CL-PD6720, Vadem VG-46x, and compatibles.
+#This covers most laptops.
+#
+#ETHERNET
+#
+# * 3Com Etherlink III, PCMCIA (3C589), Fast Etherlink, and Fast
+# Etherlink XL adapters
+# * Intel i8255\[789\] Fast Ethernet PCI LAN controller (e.g., the
+# Intel EtherExpress PRO/100B)
+# * Digital (now Intel) 21114x PCI Fast Ethernet controller (e.g.,
+# Digital DE-500). Some PNIC and PNIC2-based cards may also work with
+# this driver.
+# * AMD 79C970 PCnet PCI Ethernet controller (e.g., VMware)
+# * National Semiconductor NE2000 or compatible adapter
+# * Lucent Wavelan PCMCIA wireless ethernet adapter (including Dell
+# TrueMobile 1150)
+# * Intersil Prism-based wireless ethernet adapter (including Linksys
+# Instant Wireless PC card)
+#
+#These cards are supported but not as well used:
+# * Western Digital WD8003
+# * Western Digital WD8013
+# * SMC Elite and Elite Ultra
+# * Linksys Combo EthernetCard and EtherFast 10/100
+# * Accton EtherPair-PCMCIA
+# * Netgear FA410TX
+#
+#VGA CARDS AND CHIPSETS
+#
+D1018336664
+Arsc
+#This page lists hardware known to work with Plan 9. Most hardware is
+#listed by chipset: you may need to know what chipset your particular
+#cards use.
+#
+#FLOPPY DISKS
+#
+#Plan 9 supports generic floppy drives, although some people have had
+#trouble accessing them. If you have trouble accessing your 3.5"
+#floppy drive and also have a 5.25" floppy drive, try disabling the
+#latter in the BIOS.
+#
+#USB floppy drives are not supported.
+#
+#IDE/ATAPI DISKS
+#
+#Plan 9 supports almost all motherboard IDE/ATAPI controllers, but
+#DMA transfers are only used on these recognized chipsets (chipsets
+#not listed here will simply run slower; you can try turning on DMA
+#by editing /sys/src/9/pc/sdata.c).
+#
+# * PC-Tech RZ1000
+# * Promise PDC20262
+# * CMD 640B
+# * CMD 646
+# * VIA 82C686
+# * ServerWorks IB6566
+# * Intel 82371FB (PIIX)
+# * Intel 82371SB (PIIX3)
+# * Intel 82371AB (PIIX4)
+# * Intel 82371EB (PIIX4E)
+# * whatever the IBM Thinkpad T23 uses
+#
+#SCSI
+#
+# * Mylex Multimaster (old Buslogic BT-*) adapter
+# * Symbios 53C8XX adapter
+#
+#CARDBUS AND PCMCIA CONTROLLERS
+#
+#The following cardbus controllers are supported:
+#
+# * Ricoh 476 PCI/Cardbus bridge
+# * Ricoh 478 PCI/Cardbus bridge
+# * TI PCI-1131 Cardbus controller
+# * TI PCI-1250 Cardbus controller
+# * TI PCI-1450 Cardbus controller
+# * TI PCI-AC51 Cardbus controller
+#
+#If the cardbus chipset is not supported, Plan 9 falls back to the
+#PCMCIA driver, which handles the Intel i82365, Cirrus Logic
+#CL-PD6710, Cirrus Logic CL-PD6720, Vadem VG-46x, and compatibles.
+#This covers most laptops.
+#
+#ETHERNET
+#
+# * 3Com Etherlink III, PCMCIA (3C589), Fast Etherlink, and Fast
+# Etherlink XL adapters
+# * Intel i82557, i82558, i82559 Fast Ethernet PCI LAN controller
+# (e.g., the Intel EtherExpress PRO/100B)
+# * Digital (now Intel) 21114x PCI Fast Ethernet controller (e.g.,
+# Digital DE-500). Some PNIC and PNIC2-based cards may also work with
+# this driver.
+# * AMD 79C970 PCnet PCI Ethernet controller (e.g., VMware)
+# * National Semiconductor NE2000 or compatible adapter
+# * Lucent Wavelan PCMCIA wireless ethernet adapter (including Dell
+# TrueMobile 1150)
+# * Intersil Prism-based wireless ethernet adapter (including Linksys
+# Instant Wireless PC card)
+#
+#These cards are supported but not as well used:
+# * Western Digital WD8003
+# * Western Digital WD8013
+# * SMC Elite and Elite Ultra
+# * Linksys Combo EthernetCard and EtherFast 10/100
+# * Accton EtherPair-PCMCIA
+# * Netgear FA410TX
+#
+#VGA CARDS AND CHIPSETS
+#
+#For VGA cards more than any other hardware, it is more precise to
+#describe the chips we support rather than the cards they are based
+#on, since the cards are more ephemeral than the chip sets. Beware:
+#different revisions of a card may use different chip sets.
+#
+#Linux users can look at their X server configuration to see which
+#chip set they are using. Windows users can look at ``control panel''
+#-> ``display settings'' -> ``display type'' to find out.
+#
+#Plan 9 uses some basic accelerator for features such as filling and
+#scrolling rectangles. We use none of the 3D features on the cards we
+#support.
+#
+#Chipsets used at Bell Labs:
+#
+# * ATI Mach64xx
+# * Cirrus Logic CL-GD542x, CL-GD543x, CL-GD544x, CL-GD546x Laguna
+# * Trident Cyber938x
+# * CHIPS hiQVideo (65550, 65554, 69000)
+# * Neomagic MagicGraph
+# * S3 Savage4, Savage IX/MV, SuperSavage IXC/16
+# * S3 ViRGE DX, GX, GX2, MX, VX
+# * 3Dfx Voodoo 3 1000, 2000, and 3000
+# * Nvidia TNT
+# * Matrox G400
+# * VMware virtual chipset
+#
+#Chipsets supported in previous releases but not tested in current
+#system:
+#
+# * XXX
+#
+#Cards used at Bell Labs:
+#
+# * XXX
+#
+#Cards used elsewhere and tested with the release:
+#
+# * (none yet)
+#
+#Cards supported in previous releases but not tested in current
+#system:
+#
+# * XXX
+#
+#AUDIO
+#
+#Supported audio devices:
+#
+# * Sound Blaster 16 or later, ISA card
+# * ESS 1688 running in 8-bit SBPro mode
+# * most USB audio devices
+#
+#Supported but not as well used:
+#
+# * Any Sound Blaster 16 clones (NOT Sound Blaster Pro clones)
+#
+#KEYBOARDS
+#
+#Any PS/2 keyboard should work.
+#
+#MICE
+#
+#Plan 9 supports PS/2 and PS/2 Intellimouse mice as well as serial
+#mice using the Logitech or Microsoft serial mouse protocols. There
+#is preliminary support for the scroll wheel and extra buttons as on
+#the Toshiba Protégé 3440CT.
+#
+#Most laptops present their built-in pointing devices as PS/2 mice.
+#
+#LAPTOPS
+#
+#Laptops are often the hardest systems to get Plan 9 running on,
+#because you can't choose the hardware piece by piece.
+#
+#The following laptops are known to work in the current release:
+#
+# * IBM Thinkpad 560, X20, T23
+# * NEC Versa LX, SX
+# * Toshiba Portégé 3440CT
+#
+#The following laptops worked in previous releases and may work in
+#the current one:
+#
+# * AT&T GIS Globalyst 250
+# * NEC Versa 6030X, 6200MX
+#
diff --git a/sys/lib/wiki/d/L.0 b/sys/lib/wiki/d/L.0
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/sys/lib/wiki/d/L.0
diff --git a/sys/lib/wiki/d/L.1 b/sys/lib/wiki/d/L.1
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/sys/lib/wiki/d/L.1
diff --git a/sys/lib/wiki/d/L.2 b/sys/lib/wiki/d/L.2
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/sys/lib/wiki/d/L.2
diff --git a/sys/lib/wiki/d/L.3 b/sys/lib/wiki/d/L.3
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/sys/lib/wiki/d/L.3
diff --git a/sys/lib/wiki/d/L.map b/sys/lib/wiki/d/L.map
new file mode 100755
index 000000000..e69de29bb
--- /dev/null
+++ b/sys/lib/wiki/d/L.map
diff --git a/sys/lib/wiki/d/map b/sys/lib/wiki/d/map
new file mode 100755
index 000000000..a00841039
--- /dev/null
+++ b/sys/lib/wiki/d/map
@@ -0,0 +1,4 @@
+0 wiki syntax
+1 plan 9 wiki
+2 sandbox
+3 supported pc hardware
diff --git a/sys/lib/wiki/diff.html b/sys/lib/wiki/diff.html
new file mode 100755
index 000000000..921f3f88c
--- /dev/null
+++ b/sys/lib/wiki/diff.html
@@ -0,0 +1,42 @@
+<html>
+<head>
+<title>TITLE (Changelog)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE</b></font>
+</center>
+<p>
+
+
+PAGE
+
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+Last modified DATE
+</td>
+<td valign=center align=left>
+[
+<a href="index.html">Current version</a>
+|
+<a href="history.html">History</a>
+|
+<a href="../create.html">Create a new page</a>
+]
+</td><td valign=center align=right>
+<a href="../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+
+</html>
+</body>
diff --git a/sys/lib/wiki/edit.html b/sys/lib/wiki/edit.html
new file mode 100755
index 000000000..0f92b6cd4
--- /dev/null
+++ b/sys/lib/wiki/edit.html
@@ -0,0 +1,50 @@
+<html>
+<head>
+<title>TITLE (Editing DATE version)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE</b></font> (Editing DATE version)
+</center>
+<p>
+
+For information on editing, see the
+description of
+<a href="../0">Plan 9 wiki syntax</a>.
+<p>
+<form action="/magic/wikipost" method="post">
+<table><tr><td valign=top>
+<input type="submit" name="x" value="Put"></td><td>
+<table>
+<tr><td align=right>(optional) Comment:</td><td><input type="text" name="comment" value="" cols=40></td></tr>
+<tr><td align=right>(optional) Email:</td><td><input type="text" name="author" value="" cols=40></td></tr>
+</table>
+<input type="hidden" name="title" value="TITLE">
+<input type="hidden" name="version" value="VERSION">
+<input type="hidden" name="service" value="plan9">
+<input type="hidden" name="base" value="/wiki/plan9">
+<p>
+<textarea name="text" wrap="virtual" cols="80" rows="25">
+PAGE
+</textarea><p>
+</td>
+</table>
+</form>
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+</td><td valign=center align=right>
+<a href="../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+</html>
+</body>
diff --git a/sys/lib/wiki/history.html b/sys/lib/wiki/history.html
new file mode 100755
index 000000000..bfe9a18cd
--- /dev/null
+++ b/sys/lib/wiki/history.html
@@ -0,0 +1,42 @@
+<html>
+<head>
+<title>TITLE (History)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE</b></font> (History)
+</center>
+<p>
+
+
+PAGE
+
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+Last modified DATE
+</td>
+<td valign=center align=left>
+[
+<a href="index.html">Current version</a>
+|
+<a href="diff.html">Changelog</a>
+|
+<a href="../create.html">Create a new page</a>
+]
+</td><td valign=center align=right>
+<a href="../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+
+</html>
+</body>
diff --git a/sys/lib/wiki/mkfile b/sys/lib/wiki/mkfile
new file mode 100755
index 000000000..df75305e7
--- /dev/null
+++ b/sys/lib/wiki/mkfile
@@ -0,0 +1,11 @@
+sandbox:V:
+ {
+ echo Sandbox
+ echo D^`{date -n}
+ echo Agre '(204.178.31.2)'
+ echo '#This page exists to be modified. Use it to test the server.'
+ } >sandbox
+ <d/L.2 {
+ cp sandbox d/2
+ cp sandbox d/2.hist
+ }
diff --git a/sys/lib/wiki/oldpage.html b/sys/lib/wiki/oldpage.html
new file mode 100755
index 000000000..eb1722054
--- /dev/null
+++ b/sys/lib/wiki/oldpage.html
@@ -0,0 +1,42 @@
+<html>
+<head>
+<title>TITLE (as of DATE)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE</b></font> (as of DATE)
+</center>
+<p>
+
+
+PAGE
+
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+Last modified DATE
+</td>
+<td valign=center align=left>
+[
+<a href="../index.html">Current version</a>
+|
+<a href="../diff.html">Changelog</a>
+|
+<a href="../../create.html">Create a new page</a>
+]
+</td><td valign=center align=right>
+<a href="../../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+
+</html>
+</body>
diff --git a/sys/lib/wiki/oldpage.txt b/sys/lib/wiki/oldpage.txt
new file mode 100755
index 000000000..1867d59af
--- /dev/null
+++ b/sys/lib/wiki/oldpage.txt
@@ -0,0 +1,3 @@
+TITLE
+
+PAGE
diff --git a/sys/lib/wiki/page.html b/sys/lib/wiki/page.html
new file mode 100755
index 000000000..c3a2253a5
--- /dev/null
+++ b/sys/lib/wiki/page.html
@@ -0,0 +1,46 @@
+<html>
+<head>
+<title>TITLE (Plan 9 wiki)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE</b></font>
+</center>
+<p>
+
+
+PAGE
+
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+Last modified DATE
+</td>
+<td valign=center align=left>
+[
+<a href="../1">Top</a>
+|
+<a href="edit.html">Edit</a>
+|
+<a href="history.html">History</a>
+|
+<a href="diff.html">Changelog</a>
+|
+<a href="../create.html">Create a new page</a>
+]
+</td><td valign=center align=right>
+<a href="../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+
+</html>
+</body>
diff --git a/sys/lib/wiki/page.txt b/sys/lib/wiki/page.txt
new file mode 100755
index 000000000..1867d59af
--- /dev/null
+++ b/sys/lib/wiki/page.txt
@@ -0,0 +1,3 @@
+TITLE
+
+PAGE
diff --git a/sys/lib/wiki/sandbox b/sys/lib/wiki/sandbox
new file mode 100755
index 000000000..167a763c4
--- /dev/null
+++ b/sys/lib/wiki/sandbox
@@ -0,0 +1,4 @@
+Sandbox
+D1018330739
+Agre (204.178.31.2)
+#This page exists to be modified. Use it to test the server.
diff --git a/sys/lib/wiki/werror.html b/sys/lib/wiki/werror.html
new file mode 100755
index 000000000..26d786b60
--- /dev/null
+++ b/sys/lib/wiki/werror.html
@@ -0,0 +1,48 @@
+<html>
+<head>
+<title>TITLE (Write failed!)</title>
+<META http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head>
+<!-- FFFFE9 is acme yellow; FFFFD0 is as close as
+ you can get to it before charon decides to use
+ grey instead of map entry 254 -->
+<body bgcolor="#FFFFD0" link="#0000AA" alink="#0000AA" vlink="#0000AA">
+<center>
+<font size=+2><b>TITLE (Write failed!)</b></font>
+</center>
+<p>
+
+Sorry, but the page you tried to write has been
+changed by someone else while you were editing.
+Your changes have not been made to the live version
+of the page, but do appear in the history <a href="diff.html">diffs</a>.
+
+Please look at the diffs and reedit the current page.
+Sorry for the inconvenience.
+
+<hr>
+<table width=100%><tr>
+<td valign=center align=left>
+Last modified DATE
+</td>
+<td valign=center align=left>
+[
+<a href="edit.html">Edit</a>
+|
+<a href="history.html">History</a>
+|
+<a href="diff.html">Changelog</a>
+|
+<a href="../create.html">Create a new page</a>
+]
+</td><td valign=center align=right>
+<a href="../about.html">About the server</a>
+|
+<a href="http://plan9.bell-labs.com/plan9"
+><img src="http://plan9.bell-labs.com/plan9/img/power36.gif"
+alt="Powered by Plan 9"></a>
+</td>
+</tr></table>
+
+</html>
+</body>