Skip to content

Instantly share code, notes, and snippets.

@travispaul
Created November 29, 2015 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travispaul/d0c30794ffc0e18d098f to your computer and use it in GitHub Desktop.
Save travispaul/d0c30794ffc0e18d098f to your computer and use it in GitHub Desktop.
Update docs/Hardware/Busses
Index: layout.xml
===================================================================
RCS file: /cvsroot/htdocs/layout.xml,v
retrieving revision 1.488
diff -u -r1.488 layout.xml
--- layout.xml 23 Nov 2015 20:54:53 -0000 1.488
+++ layout.xml 29 Nov 2015 23:33:20 -0000
@@ -70,7 +70,18 @@
<tocentry page="docs/Hardware/Chips/index.xml" dir="Chips" filename=".">
<tocentry page="docs/Hardware/Chips/MIPS/index.xml" dir="MIPS" filename="."/>
</tocentry>
- <tocentry page="docs/Hardware/Busses/index.xml" dir="Busses" filename="."/>
+ <tocentry page="docs/Hardware/Busses/index.xml" dir="Busses" filename=".">
+ <tocentry page="docs/Hardware/Busses/ADB/index.xml" dir="ADB" filename="."/>
+ <tocentry page="docs/Hardware/Busses/ATA/index.xml" dir="ATA" filename="."/>
+ <tocentry page="docs/Hardware/Busses/I2C/index.xml" dir="I2C" filename="."/>
+ <tocentry page="docs/Hardware/Busses/IEEE1394/index.xml" dir="IEEE1394" filename="."/>
+ <tocentry page="docs/Hardware/Busses/MCA/index.xml" dir="MCA" filename="."/>
+ <tocentry page="docs/Hardware/Busses/Q-bus/index.xml" dir="Q-bus" filename="."/>
+ <tocentry page="docs/Hardware/Busses/SCSI/index.xml" dir="SCSI" filename="."/>
+ <tocentry page="docs/Hardware/Busses/USB/index.xml" dir="USB" filename="."/>
+ <tocentry page="docs/Hardware/Busses/VME/index.xml" dir="VME" filename="."/>
+ <tocentry page="docs/Hardware/Busses/Zorro/index.xml" dir="Zorro" filename="."/>
+ </tocentry>
<tocentry page="docs/Hardware/Machines/index.xml" dir="Machines" filename=".">
<tocentry page="docs/Hardware/Machines/ARC/index.xml" dir="ARC" filename="."/>
<tocentry page="docs/Hardware/Machines/DEC/lk201.xml" dir="DEC" filename="lk201.html"/>
Index: docs/Hardware/Busses/index.xml
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/index.xml,v
retrieving revision 1.1
diff -u -r1.1 index.xml
--- docs/Hardware/Busses/index.xml 23 Nov 2015 20:54:28 -0000 1.1
+++ docs/Hardware/Busses/index.xml 29 Nov 2015 23:33:23 -0000
@@ -37,10 +37,10 @@
<itemizedlist>
<listitem><para><ulink url="ADB/">ADB</ulink> - Apple Desktop Bus</para></listitem>
<listitem><para><ulink url="ATA/">ATA</ulink> - AT Attachment (evolution of ISA/IDE)</para></listitem>
- <listitem><para><ulink url="ftp://ftp.mirror.ac.uk/sites/ftp.acorn.co.uk/pub/documents/products/ExpSpec/">DEBI</ulink> - Main interface card bus on <ulink url="http://www.acorn.com/">Acorn</ulink> RiscPC and similar machines.</para></listitem>
- <listitem><para><ulink url="http://www.techfest.com/hardware/bus/eisa.htm">EISA - Extended Industry Standard Architecture</ulink></para></listitem>
- <listitem><para>HP-IB - Hewlett-Packard Interface Bus</para></listitem>
- <listitem><para><ulink url="I2C/">I2C</ulink> - Philips I2C</para></listitem>
+ <listitem><para>DEBI - Main interface card bus on <ulink url="http://www.computinghistory.org.uk/det/897/acorn-computers/">Acorn</ulink> RiscPC and similar machines.</para></listitem>
+ <listitem><para><ulink url="https://web.archive.org/web/20140910100855/http://www.techfest.com/hardware/bus/eisa.htm">EISA</ulink> - Extended Industry Standard Architecture</para></listitem>
+ <listitem><para><ulink url="http://www.hp9845.net/9845/tutorials/hpib/">HP-IB</ulink> - Hewlett-Packard Interface Bus</para></listitem>
+ <listitem><para><ulink url="I2C/">I&sup2;C</ulink> - Philips I&sup2;C</para></listitem>
<listitem><para><ulink url="IEEE1394/">IEEE1394</ulink> - Firewire, i.Link</para></listitem>
<listitem><para>ISA - Industry Standard Architecture</para></listitem>
<listitem><para><ulink url="http://mc.pp.se/dc/maplebus.html">Maple Bus</ulink> - Connects SEGA Dreamcast to controllers, memory cards, and other peripherals</para></listitem>
@@ -53,9 +53,9 @@
<listitem><para><ulink url="SCSI/">SCSI</ulink> - Small Computer System Interface</para></listitem>
<listitem><para>Sbus - Sun Sbus</para></listitem>
<listitem><para>SDI - Standard Drive Interconnect</para></listitem>
- <listitem><para><ulink url="ftp://ftp.digital.com/pub/DEC/TriAdd/">TurboChannel</ulink> - DEC, used in VAXstations, DECstations, and Alphas</para></listitem>
+ <listitem><para><ulink url="https://web.archive.org/web/20050308110526/http://ftp.digital.com/pub/DEC/TriAdd/">TurboChannel</ulink> - DEC, used in VAXstations, DECstations, and Alphas</para></listitem>
<listitem><para>Unibus - DEC, used in <ulink url="../Machines/DEC/vax/vax700.html#section:vax700"> VAX 700 series</ulink> machines</para></listitem>
- <listitem><para><ulink url="USB/">USB</ulink> - Universal Serial Bus.</para></listitem>
+ <listitem><para><ulink url="USB/">USB</ulink> - Universal Serial Bus</para></listitem>
<listitem><para>VAXBI - DEC, used in VAX 6000 and 8000 series</para></listitem>
<listitem><para>VL-Bus - VESA Local Bus (evolution of ISA, initially for faster video)</para></listitem>
<listitem><para><ulink url="VME/">VME</ulink> - VMEbus</para></listitem>
Index: docs/Hardware/Busses/ADB/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/ADB/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/ADB/Makefile 9 Jun 2007 11:32:58 -0000 1.1
+++ docs/Hardware/Busses/ADB/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:32:58 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/ADB/index.xml
===================================================================
RCS file: docs/Hardware/Busses/ADB/index.xml
diff -N docs/Hardware/Busses/ADB/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/ADB/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-ADB-index">
+ <config param="desc" value="Apple Desktop Bus"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - ADB</title>
+ </head>
+ <sect1 id="content">
+ <para>
+ Here are some links to information about the Apple Desktop Bus
+ (ADB), as used in Apple Macintosh machines.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20030420205614/http://developer.apple.com/techpubs/mac/Devices/Devices-203.html">
+ ADB Manager chapter from "Inside Macintosh: Devices"
+ </ulink>
+ </para>
+ <para>
+ Primarily describes the Mac OS ADB Manager, but also how to
+ communicate with devices on the ADB at a very low level.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20041012035642/http://developer.apple.com/technotes/hw/hw_01.html">
+ ADB-The Untold Story
+ </ulink>
+ </para>
+ <para>
+ Apple Technical Note explaining a number of esoteric and unknown
+ issues concerning the Apple Desktop Bus.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20041029054750/http://developer.apple.com/technotes/hw/hw_505.html">
+ Apple Desktop Bus Q&amp;As
+ </ulink>
+ </para>
+ <para>
+ Archived Apple Q&amp;As relating to the ADB bus. Mainly Mac OS
+ specific.
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/ATA/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/ATA/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/ATA/Makefile 9 Jun 2007 11:32:59 -0000 1.1
+++ docs/Hardware/Busses/ATA/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:32:59 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/ATA/index.xml
===================================================================
RCS file: docs/Hardware/Busses/ATA/index.xml
diff -N docs/Hardware/Busses/ATA/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/ATA/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-ATA-index">
+ <config param="desc" value="AT Attachment (evolution of ISA/IDE)"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - ATA/ATAPI</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ Here are some links to information about the AT Attachment bus, an
+ evolution of EISA/IDE.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <!--
+ Site is inaccessible as of 2015-11-29, keeping this link for now
+ as it may be a temporary outage.
+ -->
+ <ulink url="http://www.t13.org/">
+ The AT Attachment Technical Committee. Many drafts, specs,
+ and proposals.
+ </ulink>
+ </para>
+ <para>
+ Primarily describes the Mac OS ADB Manager, but also how to
+ communicate with devices on the ADB at a very low level.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.repairfaq.org/filipg/LINK/F_IDE-tech.html">
+ IDE - Hardware Reference
+ </ulink>
+ </para>
+ <para>
+ Pin assignments, register descriptions, I/O ports...
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20060425062756/http://thef-nym.sci.kun.nl/~pieterh/storage.html">
+ EIDE storage page
+ </ulink>
+ </para>
+ <para>
+ Peter den Haan's pages on Enhanced IDE (ATA-2).
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/I2C/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/I2C/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/I2C/Makefile 9 Jun 2007 11:33:00 -0000 1.1
+++ docs/Hardware/Busses/I2C/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:00 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/I2C/index.xml
===================================================================
RCS file: docs/Hardware/Busses/I2C/index.xml
diff -N docs/Hardware/Busses/I2C/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/I2C/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-I2C-index">
+ <config param="desc" value="I2C Bus"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - I&sup2;C</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ The first revision of the I&sup2;C bus (also written as IIC and I2C)
+ was released in 1982 by Philips Semiconductors (now NXP
+ Semiconductors). It was originally created as a simple internal bus
+ system for building control electronics with various Philips chips.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.i2c-bus.org/specification/">
+ Latest I&sup2;C specification
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20050116042441/http://www.ping.be/~ping0751/i2cfaq/i2cindex.htm">
+ I&sup2;C FAQ
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/IEEE1394/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/IEEE1394/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/IEEE1394/Makefile 9 Jun 2007 11:33:00 -0000 1.1
+++ docs/Hardware/Busses/IEEE1394/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:00 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/IEEE1394/index.xml
===================================================================
RCS file: docs/Hardware/Busses/IEEE1394/index.xml
diff -N docs/Hardware/Busses/IEEE1394/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/IEEE1394/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-IEEE1394-index">
+ <config param="desc" value="Firewire, i.Link"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - IEEE 1394</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ IEEE 1394 is a set of standards which specify a high-speed serial
+ bus comparable to USB. It was developed in the late 1980s and early
+ 1990s by Apple as Firewire. Other names for the standards include
+ i.Link and Lynx.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.1394ta.org/Technology/Specifications/index.htm">
+ 1394 Trade Association Specifications
+ </ulink>
+ </para>
+ <para>
+ Note that this doesn't include the actual IEEE1394 spec; just
+ additions and revisions, especially for various peripherals.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.t10.org/drafts.htm#IEEE_1394">
+ SBP-2 (Serial Bus Protocol 2)
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.t10.org/drafts.htm#RBC_Family">
+ RBC (Reduced Block Commands)
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/MCA/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/MCA/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/MCA/Makefile 9 Jun 2007 11:33:01 -0000 1.1
+++ docs/Hardware/Busses/MCA/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:01 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/MCA/index.xml
===================================================================
RCS file: docs/Hardware/Busses/MCA/index.xml
diff -N docs/Hardware/Busses/MCA/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/MCA/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-MCA-index">
+ <config param="desc" value="MicroChannel Architecture"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - MCA</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ Here are some links to information about the MicroChannel
+ Architecture (MCA) bus, as used in many IBM PS/2, RS/6000, AS/400,
+ and 370 machines.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="../../../../ports/i386/ps2.html">
+ NetBSD/i386 on IBM PS/2
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://kb.indiana.edu/data/acae.html?cust=6500">
+ What is MicroChannel Architecture
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/Q-bus/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/Q-bus/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/Q-bus/Makefile 9 Jun 2007 11:33:02 -0000 1.1
+++ docs/Hardware/Busses/Q-bus/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:02 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/Q-bus/index.xml
===================================================================
RCS file: docs/Hardware/Busses/Q-bus/index.xml
diff -N docs/Hardware/Busses/Q-bus/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/Q-bus/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-Q-bus-index">
+ <config param="desc" value="Used in PDP, VAX, and DECstation"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - Q-Bus</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ Here are some links to information about the Q-bus, as used in DEC's
+ PDP, VAX, and some MIPS based DECstation machines.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20030804000521/http://www.telnet.hu/hamster/dr/qbus.html">
+ QBUS systems and options
+ </ulink>
+ </para>
+ <para>
+ Detailed info on history, and working with Q-bus, by Akos Varga.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="ftp://ftp.NetBSD.org/pub/NetBSD/misc/ross/qbus/">
+ Selected Qbus Notes and Examples
+ </ulink>
+ </para>
+ <para>
+ Example design and pinouts from Avalon Computer Systems.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/hardware/qbus.backplane">
+ Pinout of the Q-bus backplane
+ </ulink>
+ </para>
+ <para>
+ ASCII art plus labels for pins.
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/SCSI/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/SCSI/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/SCSI/Makefile 9 Jun 2007 11:33:03 -0000 1.1
+++ docs/Hardware/Busses/SCSI/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:03 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/SCSI/index.xml
===================================================================
RCS file: docs/Hardware/Busses/SCSI/index.xml
diff -N docs/Hardware/Busses/SCSI/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/SCSI/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-SCSI-index">
+ <config param="desc" value="Small Computer System Interface"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - SCSI</title>
+ </head>
+
+
+ <sect1 id="content">
+ <para>
+ Here are some links to information about SCSI.
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.t10.org/">
+ T10 home page - SCSI, SCSI-2, and SCSI-3
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.mit.edu/afs/sipb.mit.edu/contrib/doc/specs/protocol/scsi-2/s2-r10l.txt">
+ SCSI-2 Specification (Draft X3T9.2 Rev 10L)
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.scsifaq.org/scsifaq.html">
+ SCSI FAQ - Frequently Asked Questions List for
+ comp.periphs.scsi
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/USB/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/USB/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/USB/Makefile 9 Jun 2007 11:33:04 -0000 1.1
+++ docs/Hardware/Busses/USB/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:04 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/USB/index.xml
===================================================================
RCS file: docs/Hardware/Busses/USB/index.xml
diff -N docs/Hardware/Busses/USB/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/USB/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-USB-index">
+ <config param="desc" value="Universal Serial Bus"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - USB</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ Some links to information about the Unified Serial Bus (USB)
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.usb.org/home">
+ The official USB site
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.usb.org/about/faq/">
+ USB general FAQ
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.usb.org/developers/usbfaq/">
+ USB tech FAQ
+ </ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://www.usb.org/developers/docs/">
+ USB specifications, conference presentations, and
+ whitepapers
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/VME/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/VME/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/VME/Makefile 9 Jun 2007 11:33:04 -0000 1.1
+++ docs/Hardware/Busses/VME/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:04 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/VME/index.xml
===================================================================
RCS file: docs/Hardware/Busses/VME/index.xml
diff -N docs/Hardware/Busses/VME/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/VME/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-VME-index">
+ <config param="desc" value="Versa Modular European Bus"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - VME</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ Here are some links to information about VME.
+ </para>
+ </sect1>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://www.vita.com/">
+ VMEbus International Trade Association
+ </ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Index: docs/Hardware/Busses/Zorro/Makefile
===================================================================
RCS file: /cvsroot/htdocs/docs/Hardware/Busses/Zorro/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- docs/Hardware/Busses/Zorro/Makefile 9 Jun 2007 11:33:05 -0000 1.1
+++ docs/Hardware/Busses/Zorro/Makefile 29 Nov 2015 23:33:23 -0000
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 2007/06/09 11:33:05 dsieger Exp $
-DATA+= index.html
+XMLDOCS+= index
.include "../../../../share/mk/web.site.mk"
Index: docs/Hardware/Busses/Zorro/index.xml
===================================================================
RCS file: docs/Hardware/Busses/Zorro/index.xml
diff -N docs/Hardware/Busses/Zorro/index.xml
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ docs/Hardware/Busses/Zorro/index.xml 29 Nov 2015 23:33:23 -0000
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!DOCTYPE webpage
+ PUBLIC "-//NetBSD//DTD Website-based NetBSD Extension//EN"
+ "http://www.NetBSD.org/XML/htdocs/lang/share/xml/website-netbsd.dtd">
+
+<webpage id="docs-Hardware-Busses-Zorro-index">
+ <config param="desc" value=" Commodore's Amiga bus"/>
+ <config param="cvstag" value=""/>
+ <config param="rcsdate" value=""/>
+ <head>
+ <!-- Copyright (c) 2006
+ The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
+ <title>Hardware Documentation - Busses - Zorro</title>
+ </head>
+
+ <sect1 id="content">
+ <para>
+ This page contains links to information about the Zorro bus, as used
+ in <ulink url="../../Machines/Commodore/">Commodore's</ulink> Amiga
+ machines and <ulink url="../../Machines/MacroSystem/">Macro System
+ Development's</ulink> DraCo.
+ </para>
+ <para>
+ There were two types of Zorro buses:
+ </para>
+ </sect1>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20030417223536/http://j-g-s-home.de/HWB/ZorroII.html">
+ Zorro 2
+ </ulink>
+ - Present in all Amiga machines; a partial version of it (slightly
+ faster timing, no DMA) also in the DraCo.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://web.archive.org/web/20030418044231/http://j-g-s-home.de/HWB/Zorro.html">
+ Zorro 3
+ </ulink>
+ - Present in A3000 and A4000 Amiga machines.
+ </para>
+ </listitem>
+ </itemizedlist>
+</webpage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment