1
0
Fork 0

Documentation: update broken web addresses.

Below you will find an updated version from the original series bunching all patches into one big patch
updating broken web addresses that are located in Documentation/*
Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
Now there are also some addresses pointing to .spec files some are located, but some(after searching
on the companies site)where still no where to be found. In this case I just changed the address
to the company site this way the users can contact the company and they can locate them for the users.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Cc: Paulo Marques <pmarques@grupopie.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Michael Neuling <mikey@neuling.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Justin P. Mattock 2010-07-23 20:51:24 -07:00 committed by Jiri Kosina
parent d790d4d583
commit 0ea6e61122
138 changed files with 238 additions and 330 deletions

View File

@ -7,7 +7,7 @@ Description:
added or removed dynamically to represent hot-add/remove added or removed dynamically to represent hot-add/remove
operations. operations.
Users: hotplug memory add/remove tools Users: hotplug memory add/remove tools
https://w3.opensource.ibm.com/projects/powerpc-utils/ http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
What: /sys/devices/system/memory/memoryX/removable What: /sys/devices/system/memory/memoryX/removable
Date: June 2008 Date: June 2008
@ -19,7 +19,7 @@ Description:
identify removable sections of the memory before attempting identify removable sections of the memory before attempting
potentially expensive hot-remove memory operation potentially expensive hot-remove memory operation
Users: hotplug memory remove tools Users: hotplug memory remove tools
https://w3.opensource.ibm.com/projects/powerpc-utils/ http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
What: /sys/devices/system/memory/memoryX/phys_device What: /sys/devices/system/memory/memoryX/phys_device
Date: September 2008 Date: September 2008
@ -58,7 +58,7 @@ Description:
by root to offline that section. by root to offline that section.
# echo offline > /sys/devices/system/memory/memory22/state # echo offline > /sys/devices/system/memory/memory22/state
Users: hotplug memory remove tools Users: hotplug memory remove tools
https://w3.opensource.ibm.com/projects/powerpc-utils/ http://www.ibm.com/developerworks/wikis/display/LinuxP/powerpc-utils
What: /sys/devices/system/memoryX/nodeY What: /sys/devices/system/memoryX/nodeY

View File

@ -197,7 +197,7 @@ Description: These files exist in every cpu's cache index directories.
Currently, only AMD Family 10h Processors support cache index Currently, only AMD Family 10h Processors support cache index
disable, and only for their L3 caches. See the BIOS and disable, and only for their L3 caches. See the BIOS and
Kernel Developer's Guide at Kernel Developer's Guide at
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116-Public-GH-BKDG_3.20_2-4-09.pdf http://support.amd.com/us/Embedded_TechDocs/31116-Public-GH-BKDG_3-28_5-28-09.pdf
for formatting information and other details on the for formatting information and other details on the
cache index disable. cache index disable.
Users: joachim.deguara@amd.com Users: joachim.deguara@amd.com

View File

@ -393,7 +393,7 @@
</para> </para>
<para> <para>
For documentation see For documentation see
<ulink url='http://www.torque.net/sg/sdebug26.html'>http://www.torque.net/sg/sdebug26.html</ulink> <ulink url='http://sg.danny.cz/sg/sdebug26.html'>http://sg.danny.cz/sg/sdebug26.html</ulink>
</para> </para>
<!-- !Edrivers/scsi/scsi_debug.c --> <!-- !Edrivers/scsi/scsi_debug.c -->
</sect2> </sect2>

View File

@ -1091,8 +1091,9 @@ signed 64-bit integer. Output devices should not send a buffer out
until the time in the timestamp field has arrived. I would like to until the time in the timestamp field has arrived. I would like to
follow SGI's lead, and adopt a multimedia timestamping system like follow SGI's lead, and adopt a multimedia timestamping system like
their UST (Unadjusted System Time). See their UST (Unadjusted System Time). See
http://reality.sgi.com/cpirazzi_engr/lg/time/intro.html. [This link is http://web.archive.org/web/*/http://reality.sgi.com
no longer valid.] UST uses timestamps that are 64-bit signed integers /cpirazzi_engr/lg/time/intro.html.
UST uses timestamps that are 64-bit signed integers
(not struct timeval's) and given in nanosecond units. The UST clock (not struct timeval's) and given in nanosecond units. The UST clock
starts at zero when the system is booted and runs continuously and starts at zero when the system is booted and runs continuously and
uniformly. It takes a little over 292 years for UST to overflow. There uniformly. It takes a little over 292 years for UST to overflow. There

View File

@ -2,7 +2,7 @@
The GNU Free Documentation License 1.1 in DocBook The GNU Free Documentation License 1.1 in DocBook
Markup by Eric Baudais <baudais@okstate.edu> Markup by Eric Baudais <baudais@okstate.edu>
Maintained by the GNOME Documentation Project Maintained by the GNOME Documentation Project
http://developer.gnome.org/projects/gdp http://live.gnome.org/DocumentationProject
Version: 1.0.1 Version: 1.0.1
Last Modified: Nov 16, 2000 Last Modified: Nov 16, 2000
--> -->

View File

@ -187,7 +187,7 @@ apply a patch.
If you do not know where you want to start, but you want to look for If you do not know where you want to start, but you want to look for
some task to start doing to join into the kernel development community, some task to start doing to join into the kernel development community,
go to the Linux Kernel Janitor's project: go to the Linux Kernel Janitor's project:
http://janitor.kernelnewbies.org/ http://kernelnewbies.org/KernelJanitors
It is a great place to start. It describes a list of relatively simple It is a great place to start. It describes a list of relatively simple
problems that need to be cleaned up and fixed within the Linux kernel problems that need to be cleaned up and fixed within the Linux kernel
source tree. Working with the developers in charge of this project, you source tree. Working with the developers in charge of this project, you
@ -315,7 +315,7 @@ process is tracked with the tool patchwork. Patchwork offers a web
interface which shows patch postings, any comments on a patch or interface which shows patch postings, any comments on a patch or
revisions to it, and maintainers can mark patches as under review, revisions to it, and maintainers can mark patches as under review,
accepted, or rejected. Most of these patchwork sites are listed at accepted, or rejected. Most of these patchwork sites are listed at
http://patchwork.kernel.org/ or http://patchwork.ozlabs.org/. http://patchwork.kernel.org/.
2.6.x -next kernel tree for integration tests 2.6.x -next kernel tree for integration tests
--------------------------------------------- ---------------------------------------------
@ -595,7 +595,7 @@ start exactly where you are now.
---------- ----------
Thanks to Paolo Ciarrocchi who allowed the "Development Process" Thanks to Paolo Ciarrocchi who allowed the "Development Process"
(http://linux.tar.bz/articles/2.6-development_process) section (http://lwn.net/Articles/94386/) section
to be based on text he had written, and to Randy Dunlap and Gerrit to be based on text he had written, and to Randy Dunlap and Gerrit
Huizenga for some of the list of things you should and should not say. Huizenga for some of the list of things you should and should not say.
Also thanks to Pat Mochel, Hanna Linder, Randy Dunlap, Kay Sievers, Also thanks to Pat Mochel, Hanna Linder, Randy Dunlap, Kay Sievers,

View File

@ -606,7 +606,7 @@ Suparna Bhattacharya"
,Year="2006" ,Year="2006"
,pages="v2 123-138" ,pages="v2 123-138"
,note="Available: ,note="Available:
\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184} \url{http://www.linuxsymposium.org/2006/index_2006.php}
\url{http://www.rdrop.com/users/paulmck/RCU/OLSrtRCU.2006.08.11a.pdf} \url{http://www.rdrop.com/users/paulmck/RCU/OLSrtRCU.2006.08.11a.pdf}
[Viewed January 1, 2007]" [Viewed January 1, 2007]"
,annotation=" ,annotation="

View File

@ -161,7 +161,7 @@ How to NOT write kernel driver by Arjan van de Ven:
http://www.fenrus.org/how-to-not-write-a-device-driver-paper.pdf http://www.fenrus.org/how-to-not-write-a-device-driver-paper.pdf
Kernel Janitor: Kernel Janitor:
http://janitor.kernelnewbies.org/ http://kernelnewbies.org/KernelJanitors
GIT, Fast Version Control System: GIT, Fast Version Control System:
http://git-scm.com/ http://git-scm.com/

View File

@ -1,6 +1,6 @@
The EtherDrive (R) HOWTO for users of 2.6 kernels is found at ... The EtherDrive (R) HOWTO for users of 2.6 kernels is found at ...
http://www.coraid.com/support/linux/EtherDrive-2.6-HOWTO.html http://www.coraid.com/SUPPORT/EtherDrive-HBA
It has many tips and hints! It has many tips and hints!

View File

@ -14,7 +14,7 @@ telecom systems. In addition to an XScale core, it contains up to 8
interfaces (UTOPIA, SPI, etc), a PCI host bridge, one serial port, interfaces (UTOPIA, SPI, etc), a PCI host bridge, one serial port,
flash interface, and some other odds and ends. For more information, see: flash interface, and some other odds and ends. For more information, see:
http://developer.intel.com/design/network/products/npfamily/ixp2xxx.htm http://developer.intel.com
2. Linux Support 2. Linux Support

View File

@ -45,7 +45,7 @@ require the use of Intel's propietary CSR softare:
If you need to use any of the above, you need to download Intel's If you need to use any of the above, you need to download Intel's
software from: software from:
http://developer.intel.com/design/network/products/npfamily/ixp425swr1.htm http://developer.intel.com/design/network/products/npfamily/ixp425.htm
DO NOT POST QUESTIONS TO THE LINUX MAILING LISTS REGARDING THE PROPIETARY DO NOT POST QUESTIONS TO THE LINUX MAILING LISTS REGARDING THE PROPIETARY
SOFTWARE. SOFTWARE.
@ -53,7 +53,7 @@ SOFTWARE.
There are several websites that provide directions/pointers on using There are several websites that provide directions/pointers on using
Intel's software: Intel's software:
http://ixp4xx-osdg.sourceforge.net/ http://sourceforge.net/projects/ixp4xx-osdg/
Open Source Developer's Guide for using uClinux and the Intel libraries Open Source Developer's Guide for using uClinux and the Intel libraries
http://gatewaymaker.sourceforge.net/ http://gatewaymaker.sourceforge.net/
@ -112,21 +112,21 @@ http://www.adiengineering.com/productsCoyote.html
Finally, there is an IDE port hanging off the expansion bus. Finally, there is an IDE port hanging off the expansion bus.
Gateworks Avila Network Platform Gateworks Avila Network Platform
http://www.gateworks.com/avila_sbc.htm http://www.gateworks.com/support/overview.php
The Avila platform is basically and IXDP425 with the 4 PCI slots The Avila platform is basically and IXDP425 with the 4 PCI slots
replaced with mini-PCI slots and a CF IDE interface hanging off replaced with mini-PCI slots and a CF IDE interface hanging off
the expansion bus. the expansion bus.
Intel IXDP425 Development Platform Intel IXDP425 Development Platform
http://developer.intel.com/design/network/products/npfamily/ixdp425.htm http://www.intel.com/design/network/products/npfamily/ixdpg425.htm
This is Intel's standard reference platform for the IXDP425 and is This is Intel's standard reference platform for the IXDP425 and is
also known as the Richfield board. It contains 4 PCI slots, 16MB also known as the Richfield board. It contains 4 PCI slots, 16MB
of flash, two 10/100 ports and one ADSL port. of flash, two 10/100 ports and one ADSL port.
Intel IXDP465 Development Platform Intel IXDP465 Development Platform
http://developer.intel.com/design/network/products/npfamily/ixdp465.htm http://www.intel.com/design/network/products/npfamily/ixdp465.htm
This is basically an IXDP425 with an IXP465 and 32M of flash instead This is basically an IXDP425 with an IXP465 and 32M of flash instead
of just 16. of just 16.
@ -141,15 +141,13 @@ Intel IXDPG425 Development Platform
a pivot_root to NFS. a pivot_root to NFS.
Motorola PrPMC1100 Processor Mezanine Card Motorola PrPMC1100 Processor Mezanine Card
http://www.fountainsys.com/datasheet/PrPMC1100.pdf http://www.fountainsys.com
The PrPMC1100 is based on the IXCP1100 and is meant to plug into The PrPMC1100 is based on the IXCP1100 and is meant to plug into
and IXP2400/2800 system to act as the system controller. It simply and IXP2400/2800 system to act as the system controller. It simply
contains a CPU and 16MB of flash on the board and needs to be contains a CPU and 16MB of flash on the board and needs to be
plugged into a carrier board to function. Currently Linux only plugged into a carrier board to function. Currently Linux only
supports the Motorola PrPMC carrier board for this platform. supports the Motorola PrPMC carrier board for this platform.
See https://mcg.motorola.com/us/ds/pdf/ds0144.pdf for info
on the carrier board.
5. TODO LIST 5. TODO LIST

View File

@ -41,12 +41,12 @@ Bug reports etc
--------------- ---------------
Please send patches to the patch system. For more information, see Please send patches to the patch system. For more information, see
http://www.arm.linux.org.uk/patches/info.html Always include some http://www.arm.linux.org.uk/developer/patches/info.php Always include some
explanation as to what the patch does and why it is needed. explanation as to what the patch does and why it is needed.
Bug reports should be sent to linux-arm-kernel@lists.arm.linux.org.uk, Bug reports should be sent to linux-arm-kernel@lists.arm.linux.org.uk,
or submitted through the web form at or submitted through the web form at
http://www.arm.linux.org.uk/forms/solution.shtml http://www.arm.linux.org.uk/developer/
When sending bug reports, please ensure that they contain all relevant When sending bug reports, please ensure that they contain all relevant
information, eg. the kernel messages that were printed before/during information, eg. the kernel messages that were printed before/during

View File

@ -2,8 +2,7 @@ The Intel Assabet (SA-1110 evaluation) board
============================================ ============================================
Please see: Please see:
http://developer.intel.com/design/strong/quicklist/eval-plat/sa-1110.htm http://developer.intel.com
http://developer.intel.com/design/strong/guides/278278.htm
Also some notes from John G Dorsey <jd5q@andrew.cmu.edu>: Also some notes from John G Dorsey <jd5q@andrew.cmu.edu>:
http://www.cs.cmu.edu/~wearable/software/assabet.html http://www.cs.cmu.edu/~wearable/software/assabet.html
@ -64,7 +63,7 @@ Initial RedBoot configuration
----------------------------- -----------------------------
The commands used here are explained in The RedBoot User's Guide available The commands used here are explained in The RedBoot User's Guide available
on-line at http://sources.redhat.com/ecos/docs-latest/redboot/redboot.html. on-line at http://sources.redhat.com/ecos/docs.html.
Please refer to it for explanations. Please refer to it for explanations.
If you have a CF network card (my Assabet kit contained a CF+ LP-E from If you have a CF network card (my Assabet kit contained a CF+ LP-E from

View File

@ -1,7 +1,7 @@
Brutus is an evaluation platform for the SA1100 manufactured by Intel. Brutus is an evaluation platform for the SA1100 manufactured by Intel.
For more details, see: For more details, see:
http://developer.intel.com/design/strong/applnots/sa1100lx/getstart.htm http://developer.intel.com
To compile for Brutus, you must issue the following commands: To compile for Brutus, you must issue the following commands:

View File

@ -1,5 +1,5 @@
Freebird-1.1 is produced by Legned(C) ,Inc. Freebird-1.1 is produced by Legned(C) ,Inc.
(http://www.legend.com.cn) http://web.archive.org/web/*/http://www.legend.com.cn
and software/linux mainatined by Coventive(C),Inc. and software/linux mainatined by Coventive(C),Inc.
(http://www.coventive.com) (http://www.coventive.com)

View File

@ -71,7 +71,7 @@ Supported peripherals:
- serial ports (ttyS[0-2]) - serial ports (ttyS[0-2])
- ttyS0 is default for serial console - ttyS0 is default for serial console
- Smart I/O (ADC, keypad, digital inputs, etc) - Smart I/O (ADC, keypad, digital inputs, etc)
See http://www.applieddata.com/developers/linux for IOCTL documentation See http://www.eurotech-inc.com/linux-sbc.asp for IOCTL documentation
and example user space code. ps/2 keybd is multiplexed through this driver and example user space code. ps/2 keybd is multiplexed through this driver
To do: To do:

View File

@ -28,7 +28,7 @@ Supported peripherals:
- serial ports (ttyS[0-2]) - serial ports (ttyS[0-2])
- ttyS0 is default for serial console - ttyS0 is default for serial console
- Smart I/O (ADC, keypad, digital inputs, etc) - Smart I/O (ADC, keypad, digital inputs, etc)
See http://www.applieddata.com/developers/linux for IOCTL documentation See http://www.eurotech-inc.com/linux-sbc.asp for IOCTL documentation
and example user space code. ps/2 keybd is multiplexed through this driver and example user space code. ps/2 keybd is multiplexed through this driver
To do: To do:

View File

@ -4,7 +4,7 @@ research projects at Compaq that are related to pocket computing.
For more information, see: For more information, see:
http://www.research.digital.com/wrl/itsy/index.html http://www.hpl.hp.com/downloads/crl/itsy/
Notes on initial 2.4 Itsy support (8/27/2000) : Notes on initial 2.4 Itsy support (8/27/2000) :
The port was done on an Itsy version 1.5 machine with a daughtercard with The port was done on an Itsy version 1.5 machine with a daughtercard with

View File

@ -6,6 +6,6 @@ PLEB support has yet to be fully integrated.
For more information, see: For more information, see:
http://www.cse.unsw.edu.au/~pleb/ http://www.cse.unsw.edu.au

View File

@ -3,7 +3,7 @@ VisuAide, Inc. to be used by blind people.
For more information related to Victor, see: For more information related to Victor, see:
http://www.visuaide.com/victor http://www.humanware.com/en-usa/products
Of course Victor is using Linux as its main operating system. Of course Victor is using Linux as its main operating system.
The Victor implementation for Linux is maintained by Nicolas Pitre: The Victor implementation for Linux is maintained by Nicolas Pitre:

View File

@ -7,5 +7,5 @@ for more info.
(Ref: Stuart Adams <sja@brightstareng.com>) (Ref: Stuart Adams <sja@brightstareng.com>)
Also visit Larry Doolittle's "Linux for the nanoEngine" site: Also visit Larry Doolittle's "Linux for the nanoEngine" site:
http://recycle.lbl.gov/~ldoolitt/bse/ http://www.brightstareng.com/arm/nanoeng.htm

View File

@ -111,6 +111,6 @@ cause unexpected behaviour and can be a security hazard.
There is a web page about binfmt_misc at There is a web page about binfmt_misc at
http://www.tat.physik.uni-tuebingen.de/~rguenth/linux/binfmt_misc.html http://www.tat.physik.uni-tuebingen.de
Richard Günther <rguenth@tat.physik.uni-tuebingen.de> Richard Günther <rguenth@tat.physik.uni-tuebingen.de>

View File

@ -412,6 +412,6 @@ have in your mail headers, when sending mail to the list server.
You might also find some useful information on the linux-parport You might also find some useful information on the linux-parport
web pages (although they are not always up to date) at web pages (although they are not always up to date) at
http://www.torque.net/parport/ http://web.archive.org/web/*/http://www.torque.net/parport/

View File

@ -95,7 +95,7 @@ Using the pktcdvd sysfs interface
Since Linux 2.6.20, the pktcdvd module has a sysfs interface Since Linux 2.6.20, the pktcdvd module has a sysfs interface
and can be controlled by it. For example the "pktcdvd" tool uses and can be controlled by it. For example the "pktcdvd" tool uses
this interface. (see http://people.freenet.de/BalaGi#pktcdvd ) this interface. (see http://tom.ist-im-web.de/download/pktcdvd )
"pktcdvd" works similar to "pktsetup", e.g.: "pktcdvd" works similar to "pktsetup", e.g.:

View File

@ -691,7 +691,7 @@ There are ways to query or modify cpusets:
cat, rmdir commands from the shell, or their equivalent from C. cat, rmdir commands from the shell, or their equivalent from C.
- via the C library libcpuset. - via the C library libcpuset.
- via the C library libcgroup. - via the C library libcgroup.
(http://sourceforge.net/proects/libcg/) (http://sourceforge.net/projects/libcg/)
- via the python application cset. - via the python application cset.
(http://developer.novell.com/wiki/index.php/Cpuset) (http://developer.novell.com/wiki/index.php/Cpuset)

View File

@ -281,7 +281,7 @@ With sparse, the programmer can be warned about confusion between
user-space and kernel-space addresses, mixture of big-endian and user-space and kernel-space addresses, mixture of big-endian and
small-endian quantities, the passing of integer values where a set of bit small-endian quantities, the passing of integer values where a set of bit
flags is expected, and so on. Sparse must be installed separately (it can flags is expected, and so on. Sparse must be installed separately (it can
be found at http://www.kernel.org/pub/software/devel/sparse/ if your be found at https://sparse.wiki.kernel.org/index.php/Main_Page if your
distributor does not package it); it can then be run on the code by adding distributor does not package it); it can then be run on the code by adding
"C=1" to your make command. "C=1" to your make command.

View File

@ -36,7 +36,7 @@ Example scripts
=============== ===============
LUKS (Linux Unified Key Setup) is now the preferred way to set up disk LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
encryption with dm-crypt using the 'cryptsetup' utility, see encryption with dm-crypt using the 'cryptsetup' utility, see
http://luks.endorphin.org/ http://clemens.endorphin.org/cryptography
[[ [[
#!/bin/sh #!/bin/sh

View File

@ -1517,7 +1517,7 @@ Your cooperation is appreciated.
... ...
The driver and documentation may be obtained from The driver and documentation may be obtained from
http://www.proximity.com.au/~brian/winradio/ http://www.winradio.com/
82 block I2O hard disk 82 block I2O hard disk
0 = /dev/i2o/hdag 33rd I2O hard disk, whole disk 0 = /dev/i2o/hdag 33rd I2O hard disk, whole disk
@ -1723,7 +1723,7 @@ Your cooperation is appreciated.
1 = /dev/comedi1 Second comedi device 1 = /dev/comedi1 Second comedi device
... ...
See http://stm.lbl.gov/comedi or http://www.llp.fu-berlin.de/. See http://stm.lbl.gov/comedi.
98 block User-mode virtual block device 98 block User-mode virtual block device
0 = /dev/ubda First user-mode block device 0 = /dev/ubda First user-mode block device
@ -1984,7 +1984,7 @@ Your cooperation is appreciated.
256 NetWare volumes can be supported in a single 256 NetWare volumes can be supported in a single
machine. machine.
http://www.kernel.org/pub/linux/kernel/people/jmerkey/nwfs http://cgfa.telepac.pt/ftp2/kernel.org/linux/kernel/people/jmerkey/nwfs/
0 = /dev/nwfs/v0 First NetWare (NWFS) Logical Volume 0 = /dev/nwfs/v0 First NetWare (NWFS) Logical Volume
1 = /dev/nwfs/v1 Second NetWare (NWFS) Logical Volume 1 = /dev/nwfs/v1 Second NetWare (NWFS) Logical Volume
@ -2591,7 +2591,8 @@ Your cooperation is appreciated.
1 = /dev/intermezzo1 Second cache manager 1 = /dev/intermezzo1 Second cache manager
... ...
See http://www.inter-mezzo.org/ for more information. See http://web.archive.org/web/20080115195241/
http://inter-mezzo.org/index.html
186 char Object-based storage control device 186 char Object-based storage control device
0 = /dev/obd0 First obd control device 0 = /dev/obd0 First obd control device

View File

@ -76,7 +76,7 @@ Some very frequently asked questions about linuxtv-dvb
the TuxBox CVS many interesting DVB applications and the dBox2 the TuxBox CVS many interesting DVB applications and the dBox2
DVB source DVB source
http://sourceforge.net/projects/dvbsak/ http://www.linuxtv.org/downloads/
DVB Swiss Army Knife library and utilities DVB Swiss Army Knife library and utilities
http://www.nenie.org/misc/mpsys/ http://www.nenie.org/misc/mpsys/

View File

@ -330,7 +330,7 @@ and on its mirrors.
The latest version of fbset can be found at The latest version of fbset can be found at
http://home.tvd.be/cr26864/Linux/fbdev/ http://www.linux-fbdev.org/
10. Credits 10. Credits

View File

@ -128,7 +128,7 @@ OPTIONS
RESOURCES RESOURCES
========= =========
Our current recommendation is to use Inferno (http://www.vitanuova.com/inferno) Our current recommendation is to use Inferno (http://www.vitanuova.com/nferno/index.html)
as the 9p server. You can start a 9p server under Inferno by issuing the as the 9p server. You can start a 9p server under Inferno by issuing the
following command: following command:
; styxlisten -A tcp!*!564 export '#U*' ; styxlisten -A tcp!*!564 export '#U*'

View File

@ -216,4 +216,4 @@ due to an incompatibility with the Amiga floppy controller.
If you are interested in an Amiga Emulator for Linux, look at If you are interested in an Amiga Emulator for Linux, look at
http://www.freiburg.linux.de/~uae/ http://web.archive.org/web/*/http://www.freiburg.linux.de/~uae/

View File

@ -31,7 +31,7 @@ Current maintainer: Sergey S. Kostyliov <rathamahata@php4.ru>
WHAT IS THIS DRIVER? WHAT IS THIS DRIVER?
================== ==================
This module implements the native filesystem of BeOS <http://www.be.com/> This module implements the native filesystem of BeOS http://www.beincorporated.com/
for the linux 2.4.1 and later kernels. Currently it is a read-only for the linux 2.4.1 and later kernels. Currently it is a read-only
implementation. implementation.
@ -61,7 +61,7 @@ step 2. Configuration & make kernel
The linux kernel has many compile-time options. Most of them are beyond the The linux kernel has many compile-time options. Most of them are beyond the
scope of this document. I suggest the Kernel-HOWTO document as a good general scope of this document. I suggest the Kernel-HOWTO document as a good general
reference on this topic. <http://www.linux.com/howto/Kernel-HOWTO.html> reference on this topic. http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO-4.html
However, to use the BeFS module, you must enable it at configure time. However, to use the BeFS module, you must enable it at configure time.

View File

@ -41,7 +41,7 @@ Mount options unique to the isofs filesystem.
sbsector=xxx Session begins from sector xxx sbsector=xxx Session begins from sector xxx
Recommended documents about ISO 9660 standard are located at: Recommended documents about ISO 9660 standard are located at:
http://www.y-adagio.com/public/standards/iso_cdromr/tocont.htm http://www.y-adagio.com/
ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf ftp://ftp.ecma.ch/ecma-st/Ecma-119.pdf
Quoting from the PDF "This 2nd Edition of Standard ECMA-119 is technically Quoting from the PDF "This 2nd Edition of Standard ECMA-119 is technically
identical with ISO 9660.", so it is a valid and gratis substitute of the identical with ISO 9660.", so it is a valid and gratis substitute of the

View File

@ -73,9 +73,9 @@ contact Bodo Bauer at bb@ricochet.net. We'll be happy to add them to this
document. document.
The latest version of this document is available online at The latest version of this document is available online at
http://skaro.nightcrawler.com/~bb/Docs/Proc as HTML version. http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html
If the above direction does not works for you, ypu could try the kernel If the above direction does not works for you, you could try the kernel
mailing list at linux-kernel@vger.kernel.org and/or try to reach me at mailing list at linux-kernel@vger.kernel.org and/or try to reach me at
comandante@zaralinux.com. comandante@zaralinux.com.

View File

@ -165,7 +165,8 @@ TEST SUITE
If you plan to make any modifications to the vfat filesystem, please If you plan to make any modifications to the vfat filesystem, please
get the test suite that comes with the vfat distribution at get the test suite that comes with the vfat distribution at
http://bmrc.berkeley.edu/people/chaffee/vfat.html http://web.archive.org/web/*/http://bmrc.berkeley.edu/
people/chaffee/vfat.html
This tests quite a few parts of the vfat filesystem and additional This tests quite a few parts of the vfat filesystem and additional
tests for new features or untested features would be appreciated. tests for new features or untested features would be appreciated.

View File

@ -6,7 +6,7 @@ Supported chips:
Prefix: 'adm1026' Prefix: 'adm1026'
Addresses scanned: I2C 0x2c, 0x2d, 0x2e Addresses scanned: I2C 0x2c, 0x2d, 0x2e
Datasheet: Publicly available at the Analog Devices website Datasheet: Publicly available at the Analog Devices website
http://www.analog.com/en/prod/0,,766_825_ADM1026,00.html http://www.onsemi.com/PowerSolutions/product.do?id=ADM1026
Authors: Authors:
Philip Pokorny <ppokorny@penguincomputing.com> for Penguin Computing Philip Pokorny <ppokorny@penguincomputing.com> for Penguin Computing

View File

@ -5,7 +5,7 @@ Supported chips:
* Global Mixed-mode Technology Inc. G760A * Global Mixed-mode Technology Inc. G760A
Prefix: 'g760a' Prefix: 'g760a'
Datasheet: Publicly available at the GMT website Datasheet: Publicly available at the GMT website
http://www.gmt.com.tw/datasheet/g760a.pdf http://www.gmt.com.tw/product/datasheet/EDS-760A.pdf
Author: Herbert Valerio Riedel <hvr@gnu.org> Author: Herbert Valerio Riedel <hvr@gnu.org>

View File

@ -5,11 +5,10 @@ Supported chips:
* Genesys Logic GL518SM release 0x00 * Genesys Logic GL518SM release 0x00
Prefix: 'gl518sm' Prefix: 'gl518sm'
Addresses scanned: I2C 0x2c and 0x2d Addresses scanned: I2C 0x2c and 0x2d
Datasheet: http://www.genesyslogic.com/pdf
* Genesys Logic GL518SM release 0x80 * Genesys Logic GL518SM release 0x80
Prefix: 'gl518sm' Prefix: 'gl518sm'
Addresses scanned: I2C 0x2c and 0x2d Addresses scanned: I2C 0x2c and 0x2d
Datasheet: http://www.genesyslogic.com/pdf Datasheet: http://www.genesyslogic.com/
Authors: Authors:
Frodo Looijaard <frodol@dds.nl>, Frodo Looijaard <frodol@dds.nl>,

View File

@ -5,7 +5,7 @@ Supported chips:
* AMD Athlon64/FX or Opteron CPUs * AMD Athlon64/FX or Opteron CPUs
Prefix: 'k8temp' Prefix: 'k8temp'
Addresses scanned: PCI space Addresses scanned: PCI space
Datasheet: http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/32559.pdf Datasheet: http://support.amd.com/us/Processor_TechDocs/32559.pdf
Author: Rudolf Marek Author: Rudolf Marek
Contact: Rudolf Marek <r.marek@assembler.cz> Contact: Rudolf Marek <r.marek@assembler.cz>

View File

@ -9,15 +9,15 @@ Supported chips:
* Analog Devices ADM1027 * Analog Devices ADM1027
Prefix: 'adm1027' Prefix: 'adm1027'
Addresses scanned: I2C 0x2c, 0x2d, 0x2e Addresses scanned: I2C 0x2c, 0x2d, 0x2e
Datasheet: http://www.analog.com/en/prod/0,,766_825_ADM1027,00.html Datasheet: http://www.onsemi.com/PowerSolutions/product.do?id=ADM1027
* Analog Devices ADT7463 * Analog Devices ADT7463
Prefix: 'adt7463' Prefix: 'adt7463'
Addresses scanned: I2C 0x2c, 0x2d, 0x2e Addresses scanned: I2C 0x2c, 0x2d, 0x2e
Datasheet: http://www.analog.com/en/prod/0,,766_825_ADT7463,00.html Datasheet: http://www.onsemi.com/PowerSolutions/product.do?id=ADT7463
* SMSC EMC6D100, SMSC EMC6D101 * SMSC EMC6D100, SMSC EMC6D101
Prefix: 'emc6d100' Prefix: 'emc6d100'
Addresses scanned: I2C 0x2c, 0x2d, 0x2e Addresses scanned: I2C 0x2c, 0x2d, 0x2e
Datasheet: http://www.smsc.com/main/tools/discontinued/6d100.pdf Datasheet: http://www.smsc.com/media/Downloads_Public/discontinued/6d100.pdf
* SMSC EMC6D102 * SMSC EMC6D102
Prefix: 'emc6d102' Prefix: 'emc6d102'
Addresses scanned: I2C 0x2c, 0x2d, 0x2e Addresses scanned: I2C 0x2c, 0x2d, 0x2e

View File

@ -7,13 +7,10 @@ Supported chips:
Addresses scanned: none, address read from Super I/O config space Addresses scanned: none, address read from Super I/O config space
Prefix: 'smsc47m1' Prefix: 'smsc47m1'
Datasheets: Datasheets:
http://www.smsc.com/main/datasheets/47b27x.pdf http://www.smsc.com/media/Downloads_Public/Data_Sheets/47b272.pdf
http://www.smsc.com/main/datasheets/47m10x.pdf http://www.smsc.com/media/Downloads_Public/Data_Sheets/47m10x.pdf
http://www.smsc.com/main/datasheets/47m112.pdf http://www.smsc.com/media/Downloads_Public/Data_Sheets/47m112.pdf
http://www.smsc.com/main/tools/discontinued/47m13x.pdf http://www.smsc.com/
http://www.smsc.com/main/datasheets/47m14x.pdf
http://www.smsc.com/main/tools/discontinued/47m15x.pdf
http://www.smsc.com/main/datasheets/47m192.pdf
* SMSC LPC47M292 * SMSC LPC47M292
Addresses scanned: none, address read from Super I/O config space Addresses scanned: none, address read from Super I/O config space
Prefix: 'smsc47m2' Prefix: 'smsc47m2'

View File

@ -9,7 +9,7 @@ Supported chips:
* Texas Instruments THMC50 * Texas Instruments THMC50
Prefix: 'thmc50' Prefix: 'thmc50'
Addresses scanned: I2C 0x2c - 0x2e Addresses scanned: I2C 0x2c - 0x2e
Datasheet: http://focus.ti.com/docs/prod/folders/print/thmc50.html Datasheet: http://www.ti.com/
Author: Krzysztof Helt <krzysztof.h1@wp.pl> Author: Krzysztof Helt <krzysztof.h1@wp.pl>

View File

@ -5,7 +5,7 @@ Supported chips:
* Via VT82C686A, VT82C686B Southbridge Integrated Hardware Monitor * Via VT82C686A, VT82C686B Southbridge Integrated Hardware Monitor
Prefix: 'via686a' Prefix: 'via686a'
Addresses scanned: ISA in PCI-space encoded address Addresses scanned: ISA in PCI-space encoded address
Datasheet: On request through web form (http://www.via.com.tw/en/support/datasheets/) Datasheet: On request through web form (http://www.via.com.tw/en/resources/download-center/)
Authors: Authors:
Kyösti Mälkki <kmalkki@cc.hut.fi>, Kyösti Mälkki <kmalkki@cc.hut.fi>,

View File

@ -5,23 +5,19 @@ Supported chips:
* Winbond W83627HF (ISA accesses ONLY) * Winbond W83627HF (ISA accesses ONLY)
Prefix: 'w83627hf' Prefix: 'w83627hf'
Addresses scanned: ISA address retrieved from Super I/O registers Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf
* Winbond W83627THF * Winbond W83627THF
Prefix: 'w83627thf' Prefix: 'w83627thf'
Addresses scanned: ISA address retrieved from Super I/O registers Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf
* Winbond W83697HF * Winbond W83697HF
Prefix: 'w83697hf' Prefix: 'w83697hf'
Addresses scanned: ISA address retrieved from Super I/O registers Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: http://www.winbond.com/PDF/sheet/697hf.pdf
* Winbond W83637HF * Winbond W83637HF
Prefix: 'w83637hf' Prefix: 'w83637hf'
Addresses scanned: ISA address retrieved from Super I/O registers Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: http://www.winbond.com/PDF/sheet/w83637hf.pdf
* Winbond W83687THF * Winbond W83687THF
Prefix: 'w83687thf' Prefix: 'w83687thf'
Addresses scanned: ISA address retrieved from Super I/O registers Addresses scanned: ISA address retrieved from Super I/O registers
Datasheet: Provided by Winbond on request Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
Authors: Authors:
Frodo Looijaard <frodol@dds.nl>, Frodo Looijaard <frodol@dds.nl>,

View File

@ -9,7 +9,7 @@ Supported chips:
* Winbond W83782D * Winbond W83782D
Prefix: 'w83782d' Prefix: 'w83782d'
Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports) Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports)
Datasheet: http://www.winbond.com/PDF/sheet/w83782d.pdf Datasheet: http://www.winbond.com
* Winbond W83783S * Winbond W83783S
Prefix: 'w83783s' Prefix: 'w83783s'
Addresses scanned: I2C 0x2d Addresses scanned: I2C 0x2d

View File

@ -5,7 +5,7 @@ Supported chips:
* Winbond W83792D * Winbond W83792D
Prefix: 'w83792d' Prefix: 'w83792d'
Addresses scanned: I2C 0x2c - 0x2f Addresses scanned: I2C 0x2c - 0x2f
Datasheet: http://www.winbond.com.tw/E-WINBONDHTM/partner/PDFresult.asp?Pname=1035 Datasheet: http://www.winbond.com.tw
Author: Chunhao Huang Author: Chunhao Huang
Contact: DZShen <DZShen@Winbond.com.tw> Contact: DZShen <DZShen@Winbond.com.tw>

View File

@ -3,7 +3,7 @@ Kernel driver i2c-ali1535
Supported adapters: Supported adapters:
* Acer Labs, Inc. ALI 1535 (south bridge) * Acer Labs, Inc. ALI 1535 (south bridge)
Datasheet: Now under NDA Datasheet: Now under NDA
http://www.ali.com.tw/eng/support/datasheet_request.php http://www.ali.com.tw/
Authors: Authors:
Frodo Looijaard <frodol@dds.nl>, Frodo Looijaard <frodol@dds.nl>,

View File

@ -3,7 +3,7 @@ Kernel driver i2c-ali1563
Supported adapters: Supported adapters:
* Acer Labs, Inc. ALI 1563 (south bridge) * Acer Labs, Inc. ALI 1563 (south bridge)
Datasheet: Now under NDA Datasheet: Now under NDA
http://www.ali.com.tw/eng/support/datasheet_request.php http://www.ali.com.tw/
Author: Patrick Mochel <mochel@digitalimplant.org> Author: Patrick Mochel <mochel@digitalimplant.org>

View File

@ -3,7 +3,7 @@ Kernel driver i2c-ali15x3
Supported adapters: Supported adapters:
* Acer Labs, Inc. ALI 1533 and 1543C (south bridge) * Acer Labs, Inc. ALI 1533 and 1543C (south bridge)
Datasheet: Now under NDA Datasheet: Now under NDA
http://www.ali.com.tw/eng/support/datasheet_request.php http://www.ali.com.tw/
Authors: Authors:
Frodo Looijaard <frodol@dds.nl>, Frodo Looijaard <frodol@dds.nl>,

View File

@ -97,4 +97,4 @@ of all affected systems, so the only safe solution was to prevent access to
the SMBus on all IBM systems (detected using DMI data.) the SMBus on all IBM systems (detected using DMI data.)
For additional information, read: For additional information, read:
http://www.lm-sensors.org/browser/lm-sensors/trunk/README.thinkpad http://www.lm-sensors.org/browser/lm-sensors/trunk/README

View File

@ -2,7 +2,7 @@ Kernel driver i2c-sis630
Supported adapters: Supported adapters:
* Silicon Integrated Systems Corp (SiS) * Silicon Integrated Systems Corp (SiS)
630 chipset (Datasheet: available at http://amalysh.bei.t-online.de/docs/SIS/) 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
730 chipset 730 chipset
* Possible other SiS chipsets ? * Possible other SiS chipsets ?

View File

@ -168,8 +168,6 @@ PAST PROBLEM CASES
mmap of 0x0-0x9FFFF /dev/mem by "hwinfo" on HP sx1000 with VGA enabled mmap of 0x0-0x9FFFF /dev/mem by "hwinfo" on HP sx1000 with VGA enabled
See https://bugzilla.novell.com/show_bug.cgi?id=140858.
The EFI memory map reports the following attributes: The EFI memory map reports the following attributes:
0x00000-0x9FFFF WB only 0x00000-0x9FFFF WB only
0xA0000-0xBFFFF UC only (VGA frame buffer) 0xA0000-0xBFFFF UC only (VGA frame buffer)

View File

@ -133,7 +133,7 @@ TROUBLESHOOTING SERIAL CONSOLE PROBLEMS
[1] http://www.dig64.org/specifications/DIG64_PCDPv20.pdf [1] http://www.dig64.org/specifications/agreement
The table was originally defined as the "HCDP" for "Headless The table was originally defined as the "HCDP" for "Headless
Console/Debug Port." The current version is the "PCDP" for Console/Debug Port." The current version is the "PCDP" for
"Primary Console and Debug Port Devices." "Primary Console and Debug Port Devices."

View File

@ -5,7 +5,7 @@ USERSPACE VERBS ACCESS
described in chapter 11 of the InfiniBand Architecture Specification. described in chapter 11 of the InfiniBand Architecture Specification.
To use the verbs, the libibverbs library, available from To use the verbs, the libibverbs library, available from
<http://openib.org/>, is required. libibverbs contains a http://www.openfabrics.org/, is required. libibverbs contains a
device-independent API for using the ib_uverbs interface. device-independent API for using the ib_uverbs interface.
libibverbs also requires appropriate device-dependent kernel and libibverbs also requires appropriate device-dependent kernel and
userspace driver for your InfiniBand hardware. For example, to use userspace driver for your InfiniBand hardware. For example, to use

View File

@ -82,4 +82,4 @@ Links:
------ ------
[1]: http://johannes.sipsolutions.net/PowerBook/touchpad/ [1]: http://johannes.sipsolutions.net/PowerBook/touchpad/
[2]: http://web.telia.com/~u89404340/touchpad/index.html [2]: http://web.archive.org/web/*/http://web.telia.com/~u89404340/touchpad/index.html

View File

@ -62,4 +62,4 @@ Links
----- -----
[1] http://ubuntuforums.org/showthread.php?t=840040 [1] http://ubuntuforums.org/showthread.php?t=840040
[2] http://http://bitmath.org/code/ [2] http://bitmath.org/code/

View File

@ -251,7 +251,7 @@ Check www.immerse.com for Immersion Studio, and www.fcoder.com for ComPortSpy.
** Author of this document ** ** Author of this document **
Johann Deneux <johann.deneux@gmail.com> Johann Deneux <johann.deneux@gmail.com>
Home page at http://www.esil.univ-mrs.fr/~jdeneux/projects/ff/ Home page at http://web.archive.org/web/*/http://www.esil.univ-mrs.fr
Additions by Vojtech Pavlik. Additions by Vojtech Pavlik.

View File

@ -341,7 +341,7 @@ Byte 5~8: Don't care (Absolute packet)
FSP supports basic PS/2 commanding set and modes, refer to following URL for FSP supports basic PS/2 commanding set and modes, refer to following URL for
details about PS/2 commands: details about PS/2 commands:
http://www.computer-engineering.org/index.php?title=PS/2_Mouse_Interface http://www.computer-engineering.org/ps2mouse/
============================================================================== ==============================================================================
* Programming Sequence for Determining Packet Parsing Flow * Programming Sequence for Determining Packet Parsing Flow

View File

@ -150,7 +150,7 @@ the basic functionality.
1. http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki) 1. http://euc.jp/periphs/xbox-controller.ja.html (ITO Takayuki)
2. http://xpad.xbox-scene.com/ 2. http://xpad.xbox-scene.com/
3. http://www.xboxhackz.com/Hackz-Reference.htm 3. http://www.markosweb.com/www/xboxhackz.com/
4. /proc/bus/usb/devices - dump from InterAct PowerPad Pro (Germany): 4. /proc/bus/usb/devices - dump from InterAct PowerPad Pro (Germany):

View File

@ -25,20 +25,18 @@ which has been updated for the new released platforms.
Intel TXT has been presented at various events over the past few Intel TXT has been presented at various events over the past few
years, some of which are: years, some of which are:
LinuxTAG 2008: LinuxTAG 2008:
http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag/ http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html
details.html?talkid=110
TRUST2008: TRUST2008:
http://www.trust2008.eu/downloads/Keynote-Speakers/ http://www.trust-conference.eu/downloads/Keynote-Speakers/
3_David-Grawrock_The-Front-Door-of-Trusted-Computing.pdf 3_David-Grawrock_The-Front-Door-of-Trusted-Computing.pdf
IDF 2008, Shanghai: IDF, Shanghai:
http://inteldeveloperforum.com.edgesuite.net/shanghai_2008/ http://www.prcidf.com.cn/index_en.html
aep/PROS003/index.html
IDFs 2006, 2007 (I'm not sure if/where they are online) IDFs 2006, 2007 (I'm not sure if/where they are online)
Trusted Boot Project Overview: Trusted Boot Project Overview:
============================= =============================
Trusted Boot (tboot) is an open source, pre- kernel/VMM module that Trusted Boot (tboot) is an open source, pre-kernel/VMM module that
uses Intel TXT to perform a measured and verified launch of an OS uses Intel TXT to perform a measured and verified launch of an OS
kernel/VMM. kernel/VMM.

View File

@ -74,7 +74,7 @@ Code Seq#(hex) Include File Comments
0x10 00-0F drivers/char/s390/vmcp.h 0x10 00-0F drivers/char/s390/vmcp.h
0x12 all linux/fs.h 0x12 all linux/fs.h
linux/blkpg.h linux/blkpg.h
0x1b all InfiniBand Subsystem <http://www.openib.org/> 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/>
0x20 all drivers/cdrom/cm206.h 0x20 all drivers/cdrom/cm206.h
0x22 all scsi/sg.h 0x22 all scsi/sg.h
'#' 00-3F IEEE 1394 Subsystem Block for the entire subsystem '#' 00-3F IEEE 1394 Subsystem Block for the entire subsystem
@ -190,7 +190,7 @@ Code Seq#(hex) Include File Comments
'[' 00-07 linux/usb/tmc.h USB Test and Measurement Devices '[' 00-07 linux/usb/tmc.h USB Test and Measurement Devices
<mailto:gregkh@suse.de> <mailto:gregkh@suse.de>
'a' all linux/atm*.h, linux/sonet.h ATM on linux 'a' all linux/atm*.h, linux/sonet.h ATM on linux
<http://lrcwww.epfl.ch/linux-atm/magic.html> <http://lrcwww.epfl.ch/>
'b' 00-FF conflict! bit3 vme host bridge 'b' 00-FF conflict! bit3 vme host bridge
<mailto:natalia@nikhefk.nikhef.nl> <mailto:natalia@nikhefk.nikhef.nl>
'b' 00-0F media/bt819.h conflict! 'b' 00-0F media/bt819.h conflict!
@ -225,7 +225,7 @@ Code Seq#(hex) Include File Comments
'k' 00-0F linux/spi/spidev.h conflict! 'k' 00-0F linux/spi/spidev.h conflict!
'k' 00-05 video/kyro.h conflict! 'k' 00-05 video/kyro.h conflict!
'l' 00-3F linux/tcfs_fs.h transparent cryptographic file system 'l' 00-3F linux/tcfs_fs.h transparent cryptographic file system
<http://mikonos.dia.unisa.it/tcfs> <http://web.archive.org/web/*/http://mikonos.dia.unisa.it/tcfs>
'l' 40-7F linux/udf_fs_i.h in development: 'l' 40-7F linux/udf_fs_i.h in development:
<http://sourceforge.net/projects/linux-udf/> <http://sourceforge.net/projects/linux-udf/>
'm' 00-09 linux/mmtimer.h conflict! 'm' 00-09 linux/mmtimer.h conflict!
@ -252,7 +252,7 @@ Code Seq#(hex) Include File Comments
<mailto:giometti@linux.it> <mailto:giometti@linux.it>
'q' 00-1F linux/serio.h 'q' 00-1F linux/serio.h
'q' 80-FF linux/telephony.h Internet PhoneJACK, Internet LineJACK 'q' 80-FF linux/telephony.h Internet PhoneJACK, Internet LineJACK
linux/ixjuser.h <http://www.quicknet.net> linux/ixjuser.h <http://web.archive.org/web/*/http://www.quicknet.net>
'r' 00-1F linux/msdos_fs.h and fs/fat/dir.c 'r' 00-1F linux/msdos_fs.h and fs/fat/dir.c
's' all linux/cdk.h 's' all linux/cdk.h
't' 00-7F linux/if_ppp.h 't' 00-7F linux/if_ppp.h
@ -286,7 +286,7 @@ Code Seq#(hex) Include File Comments
0x89 F0-FF linux/sockios.h SIOCDEVPRIVATE range 0x89 F0-FF linux/sockios.h SIOCDEVPRIVATE range
0x8B all linux/wireless.h 0x8B all linux/wireless.h
0x8C 00-3F WiNRADiO driver 0x8C 00-3F WiNRADiO driver
<http://www.proximity.com.au/~brian/winradio/> <http://www.winradio.com.au/>
0x90 00 drivers/cdrom/sbpcd.h 0x90 00 drivers/cdrom/sbpcd.h
0x92 00-0F drivers/usb/mon/mon_bin.c 0x92 00-0F drivers/usb/mon/mon_bin.c
0x93 60-7F linux/auto_fs.h 0x93 60-7F linux/auto_fs.h

View File

@ -36,7 +36,7 @@ README for the ISDN-subsystem
http://www.mhessler.de/i4lfaq/ http://www.mhessler.de/i4lfaq/
It can be viewed online, or downloaded in sgml/text/html format. It can be viewed online, or downloaded in sgml/text/html format.
The FAQ can also be viewed online at The FAQ can also be viewed online at
http://www.isdn4inux.de/faq/ http://www.isdn4linux.de/faq/
or downloaded from or downloaded from
ftp://ftp.isdn4linux.de/pub/isdn4linux/FAQ/ ftp://ftp.isdn4linux.de/pub/isdn4linux/FAQ/

View File

@ -486,7 +486,7 @@ Appendix: Teles PCMCIA driver
----------------------------- -----------------------------
See See
http://www.stud.uni-wuppertal.de/~ea0141/pcmcia.html http://www.linux.no/teles_cs.txt
for instructions. for instructions.
Appendix: Linux and ISDN-leased lines Appendix: Linux and ISDN-leased lines

View File

@ -223,7 +223,7 @@ web サイトには、コードの構成、サブシステム、現在存在す
あなたがどこからスタートして良いかわからないが、Linux カーネル開発コミュ あなたがどこからスタートして良いかわからないが、Linux カーネル開発コミュ
ニティに参加して何かすることをさがしている場合には、Linux kernel ニティに参加して何かすることをさがしている場合には、Linux kernel
Janitor's プロジェクトにいけば良いでしょう - Janitor's プロジェクトにいけば良いでしょう -
http://janitor.kernelnewbies.org/ http://kernelnewbies.org/KernelJanitors
ここはそのようなスタートをするのにうってつけの場所です。ここには、 ここはそのようなスタートをするのにうってつけの場所です。ここには、
Linux カーネルソースツリーの中に含まれる、きれいにし、修正しなければな Linux カーネルソースツリーの中に含まれる、きれいにし、修正しなければな
らない、単純な問題のリストが記述されています。このプロジェクトに関わる らない、単純な問題のリストが記述されています。このプロジェクトに関わる

View File

@ -97,7 +97,7 @@ Quilt:
http://savannah.nongnu.org/projects/quilt http://savannah.nongnu.org/projects/quilt
Andrew Morton's patch scripts: Andrew Morton's patch scripts:
http://www.zip.com.au/~akpm/linux/patches/ http://userweb.kernel.org/~akpm/stuff/tpp.txt
このリンクの先のスクリプトの代わりとして、quilt がパッチマネジメント このリンクの先のスクリプトの代わりとして、quilt がパッチマネジメント
ツールとして推奨されています(上のリンクを見てください)。 ツールとして推奨されています(上のリンクを見てください)。
@ -210,7 +210,7 @@ VGER.KERNEL.ORG でホスティングされているメーリングリストの
・移植性のないコードから移植性のあるコードへの置き換え(小さい範囲で ・移植性のないコードから移植性のあるコードへの置き換え(小さい範囲で
あればアーキテクチャ特有のことでも他の人がコピーできます) あればアーキテクチャ特有のことでも他の人がコピーできます)
・作者やメンテナによる修正(すなわち patch monkey の再転送モード) ・作者やメンテナによる修正(すなわち patch monkey の再転送モード)
URL: <http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/> EMAIL: <trivial@kernel.org>
7) MIME やリンクや圧縮ファイルや添付ファイルではなくプレインテキストのみ 7) MIME やリンクや圧縮ファイルや添付ファイルではなくプレインテキストのみ
@ -534,7 +534,7 @@ gcc においては、マクロと同じくらい軽いです。
---------------------- ----------------------
Andrew Morton, "The perfect patch" (tpp). Andrew Morton, "The perfect patch" (tpp).
<http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt> <http://userweb.kernel.org/~akpm/stuff/tpp.txt>
Jeff Garzik, "Linux kernel patch submission format". Jeff Garzik, "Linux kernel patch submission format".
<http://linux.yyz.us/patch-format.html> <http://linux.yyz.us/patch-format.html>

View File

@ -75,7 +75,7 @@
* Title: "Conceptual Architecture of the Linux Kernel" * Title: "Conceptual Architecture of the Linux Kernel"
Author: Ivan T. Bowman. Author: Ivan T. Bowman.
URL: http://plg.uwaterloo.ca/~itbowman/papers/CS746G-a1.html URL: http://plg.uwaterloo.ca/
Keywords: conceptual software architecture, extracted design, Keywords: conceptual software architecture, extracted design,
reverse engineering, system structure. reverse engineering, system structure.
Description: Conceptual software architecture of the Linux kernel, Description: Conceptual software architecture of the Linux kernel,
@ -84,7 +84,7 @@
* Title: "Concrete Architecture of the Linux Kernel" * Title: "Concrete Architecture of the Linux Kernel"
Author: Ivan T. Bowman, Saheem Siddiqi, and Meyer C. Tanuan. Author: Ivan T. Bowman, Saheem Siddiqi, and Meyer C. Tanuan.
URL: http://plg.uwaterloo.ca/~itbowman/papers/CS746G-a2.html URL: http://plg.uwaterloo.ca/
Keywords: concrete architecture, extracted design, reverse Keywords: concrete architecture, extracted design, reverse
engineering, system structure, dependencies. engineering, system structure, dependencies.
Description: Concrete architecture of the Linux kernel, Description: Concrete architecture of the Linux kernel,
@ -95,7 +95,7 @@
* Title: "Linux as a Case Study: Its Extracted Software * Title: "Linux as a Case Study: Its Extracted Software
Architecture" Architecture"
Author: Ivan T. Bowman, Richard C. Holt and Neil V. Brewster. Author: Ivan T. Bowman, Richard C. Holt and Neil V. Brewster.
URL: http://plg.uwaterloo.ca/~itbowman/papers/linuxcase.html URL: http://plg.uwaterloo.ca/
Keywords: software architecture, architecture recovery, Keywords: software architecture, architecture recovery,
redocumentation. redocumentation.
Description: Paper appeared at ICSE'99, Los Angeles, May 16-22, Description: Paper appeared at ICSE'99, Los Angeles, May 16-22,
@ -104,7 +104,7 @@
* Title: "Overview of the Virtual File System" * Title: "Overview of the Virtual File System"
Author: Richard Gooch. Author: Richard Gooch.
URL: http://www.atnf.csiro.au/~rgooch/linux/vfs.txt URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt
Keywords: VFS, File System, mounting filesystems, opening files, Keywords: VFS, File System, mounting filesystems, opening files,
dentries, dcache. dentries, dcache.
Description: Brief introduction to the Linux Virtual File System. Description: Brief introduction to the Linux Virtual File System.
@ -267,15 +267,13 @@
* Title: "Kernel API changes from 2.0 to 2.2" * Title: "Kernel API changes from 2.0 to 2.2"
Author: Richard Gooch. Author: Richard Gooch.
URL: URL:
http://www.atnf.csiro.au/~rgooch/linux/docs/porting-to-2.2.html http://www.linuxhq.com/guides/LKMPG/node28.html
Keywords: 2.2, changes. Keywords: 2.2, changes.
Description: Kernel functions/structures/variables which changed Description: Kernel functions/structures/variables which changed
from 2.0.x to 2.2.x. from 2.0.x to 2.2.x.
* Title: "Kernel API changes from 2.2 to 2.4" * Title: "Kernel API changes from 2.2 to 2.4"
Author: Richard Gooch. Author: Richard Gooch.
URL:
http://www.atnf.csiro.au/~rgooch/linux/docs/porting-to-2.4.html
Keywords: 2.4, changes. Keywords: 2.4, changes.
Description: Kernel functions/structures/variables which changed Description: Kernel functions/structures/variables which changed
from 2.2.x to 2.4.x. from 2.2.x to 2.4.x.
@ -290,7 +288,6 @@
* Title: "I/O Event Handling Under Linux" * Title: "I/O Event Handling Under Linux"
Author: Richard Gooch. Author: Richard Gooch.
URL: http://www.atnf.csiro.au/~rgooch/linux/docs/io-events.html
Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
event queues. event queues.
Description: From the Introduction: "I/O Event handling is about Description: From the Introduction: "I/O Event handling is about
@ -386,64 +383,64 @@
* Title: "Porting Device Drivers To Linux 2.2: part II" * Title: "Porting Device Drivers To Linux 2.2: part II"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-06/gear_01.html URL: http://www.linux-mag.com/id/238
Keywords: ports, porting. Keywords: ports, porting.
Description: Second part on porting from 2.0 to 2.2 kernels. Description: Second part on porting from 2.0 to 2.2 kernels.
* Title: "How To Make Sure Your Driver Will Work On The Power * Title: "How To Make Sure Your Driver Will Work On The Power
Macintosh" Macintosh"
Author: Paul Mackerras. Author: Paul Mackerras.
URL: http://www.linux-mag.com/1999-07/gear_01.html URL: http://www.linux-mag.com/id/261
Keywords: Mac, Power Macintosh, porting, drivers, compatibility. Keywords: Mac, Power Macintosh, porting, drivers, compatibility.
Description: The title says it all. Description: The title says it all.
* Title: "An Introduction to SCSI Drivers" * Title: "An Introduction to SCSI Drivers"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-08/gear_01.html URL: http://www.linux-mag.com/id/284
Keywords: SCSI, device, driver. Keywords: SCSI, device, driver.
Description: The title says it all. Description: The title says it all.
* Title: "Advanced SCSI Drivers And Other Tales" * Title: "Advanced SCSI Drivers And Other Tales"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-09/gear_01.html URL: http://www.linux-mag.com/id/307
Keywords: SCSI, device, driver, advanced. Keywords: SCSI, device, driver, advanced.
Description: The title says it all. Description: The title says it all.
* Title: "Writing Linux Mouse Drivers" * Title: "Writing Linux Mouse Drivers"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-10/gear_01.html URL: http://www.linux-mag.com/id/330
Keywords: mouse, driver, gpm. Keywords: mouse, driver, gpm.
Description: The title says it all. Description: The title says it all.
* Title: "More on Mouse Drivers" * Title: "More on Mouse Drivers"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-11/gear_01.html URL: http://www.linux-mag.com/id/356
Keywords: mouse, driver, gpm, races, asynchronous I/O. Keywords: mouse, driver, gpm, races, asynchronous I/O.
Description: The title still says it all. Description: The title still says it all.
* Title: "Writing Video4linux Radio Driver" * Title: "Writing Video4linux Radio Driver"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/1999-12/gear_01.html URL: http://www.linux-mag.com/id/381
Keywords: video4linux, driver, radio, radio devices. Keywords: video4linux, driver, radio, radio devices.
Description: The title says it all. Description: The title says it all.
* Title: "Video4linux Drivers, Part 1: Video-Capture Device" * Title: "Video4linux Drivers, Part 1: Video-Capture Device"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/2000-01/gear_01.html URL: http://www.linux-mag.com/id/406
Keywords: video4linux, driver, video capture, capture devices, Keywords: video4linux, driver, video capture, capture devices,
camera driver. camera driver.
Description: The title says it all. Description: The title says it all.
* Title: "Video4linux Drivers, Part 2: Video-capture Devices" * Title: "Video4linux Drivers, Part 2: Video-capture Devices"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/2000-02/gear_01.html URL: http://www.linux-mag.com/id/429
Keywords: video4linux, driver, video capture, capture devices, Keywords: video4linux, driver, video capture, capture devices,
camera driver, control, query capabilities, capability, facility. camera driver, control, query capabilities, capability, facility.
Description: The title says it all. Description: The title says it all.
* Title: "PCI Management in Linux 2.2" * Title: "PCI Management in Linux 2.2"
Author: Alan Cox. Author: Alan Cox.
URL: http://www.linux-mag.com/2000-03/gear_01.html URL: http://www.linux-mag.com/id/452
Keywords: PCI, bus, bus-mastering. Keywords: PCI, bus, bus-mastering.
Description: The title says it all. Description: The title says it all.
@ -502,7 +499,7 @@
* Title: "A Linux vm README" * Title: "A Linux vm README"
Author: Kanoj Sarcar. Author: Kanoj Sarcar.
URL: http://reality.sgi.com/kanoj_engr/vm229.html URL: http://kos.enix.org/pub/linux-vmm.html
Keywords: virtual memory, mm, pgd, vma, page, page flags, page Keywords: virtual memory, mm, pgd, vma, page, page flags, page
cache, swap cache, kswapd. cache, swap cache, kswapd.
Description: Telegraphic, short descriptions and definitions Description: Telegraphic, short descriptions and definitions
@ -659,7 +656,7 @@
* Name: "Linux Kernel Source Reference" * Name: "Linux Kernel Source Reference"
Author: Thomas Graichen. Author: Thomas Graichen.
URL: http://innominate.org/~graichen/projects/lksr/ URL: http://marc.info/?l=linux-kernel&m=96446640102205&w=4
Keywords: CVS, web, cvsweb, browsing source code. Keywords: CVS, web, cvsweb, browsing source code.
Description: Web interface to a CVS server with the kernel Description: Web interface to a CVS server with the kernel
sources. "Here you can have a look at any file of the Linux kernel sources. "Here you can have a look at any file of the Linux kernel
@ -682,7 +679,7 @@
produced during the week. Published every Thursday. produced during the week. Published every Thursday.
* Name: "Kernel Traffic" * Name: "Kernel Traffic"
URL: http://kt.zork.net/kernel-traffic/ URL: http://kt.earth.li/kernel-traffic/index.html
Keywords: linux-kernel mailing list, weekly kernel news. Keywords: linux-kernel mailing list, weekly kernel news.
Description: Weekly newsletter covering the most relevant Description: Weekly newsletter covering the most relevant
discussions of the linux-kernel mailing list. discussions of the linux-kernel mailing list.

View File

@ -122,7 +122,7 @@ mtk.manpages@gmail.com의 메인테이너에게 보낼 것을 권장한다.
올바른 패치들을 만드는 법에 관한 훌륭한 다른 문서들이 있다. 올바른 패치들을 만드는 법에 관한 훌륭한 다른 문서들이 있다.
"The Perfect Patch" "The Perfect Patch"
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt http://userweb.kernel.org/~akpm/stuff/tpp.txt
"Linux kernel patch submission format" "Linux kernel patch submission format"
http://linux.yyz.us/patch-format.html http://linux.yyz.us/patch-format.html
@ -192,7 +192,7 @@ Documentation/DocBook/ 디렉토리 내에서 만들어지며 PDF, Postscript, H
여러분이 어디서 시작해야 할진 모르지만 커널 개발 커뮤니티에 참여할 수 여러분이 어디서 시작해야 할진 모르지만 커널 개발 커뮤니티에 참여할 수
있는 일들을 찾길 원한다면 리눅스 커널 Janitor 프로젝트를 살펴봐라. 있는 일들을 찾길 원한다면 리눅스 커널 Janitor 프로젝트를 살펴봐라.
http://janitor.kernelnewbies.org/ http://kernelnewbies.org/KernelJanitors
그곳은 시작하기에 훌륭한 장소이다. 그곳은 리눅스 커널 소스 트리내에 그곳은 시작하기에 훌륭한 장소이다. 그곳은 리눅스 커널 소스 트리내에
간단히 정리되고 수정될 수 있는 문제들에 관하여 설명한다. 여러분은 이 간단히 정리되고 수정될 수 있는 문제들에 관하여 설명한다. 여러분은 이
프로젝트를 대표하는 개발자들과 일하면서 자신의 패치를 리눅스 커널 트리에 프로젝트를 대표하는 개발자들과 일하면서 자신의 패치를 리눅스 커널 트리에
@ -596,7 +596,7 @@ Pat이라는 이름을 가진 여자가 있을 수도 있는 것이다. 리눅
이것이 무엇인지 더 자세한 것을 알고 싶다면 다음 문서의 ChageLog 항을 봐라. 이것이 무엇인지 더 자세한 것을 알고 싶다면 다음 문서의 ChageLog 항을 봐라.
"The Perfect Patch" "The Perfect Patch"
http://www.zip.com.au/~akpm/linux/patches/stuff/tpp.txt http://userweb.kernel.org/~akpm/stuff/tpp.txt
@ -610,7 +610,7 @@ Pat이라는 이름을 가진 여자가 있을 수도 있는 것이다. 리눅
---------- ----------
"개발 프로세스"(http://linux.tar.gz/articles/2.6-development_process) 섹션을 "개발 프로세스"(http://lwn.net/Articles/94386/) 섹션을
작성하는데 있어 참고할 문서를 사용하도록 허락해준 Paolo Ciarrocchi에게 작성하는데 있어 참고할 문서를 사용하도록 허락해준 Paolo Ciarrocchi에게
감사한다. 여러분들이 말해야 할 것과 말해서는 안되는 것의 목록 중 일부를 제공해준 감사한다. 여러분들이 말해야 할 것과 말해서는 안되는 것의 목록 중 일부를 제공해준
Randy Dunlap과 Gerrit Huizenga에게 감사한다. 또한 검토와 의견 그리고 Randy Dunlap과 Gerrit Huizenga에게 감사한다. 또한 검토와 의견 그리고

View File

@ -173,7 +173,7 @@ Credits
******* *******
Olaf Tauber, who did the real hard work when he developed acerhk Olaf Tauber, who did the real hard work when he developed acerhk
http://www.informatik.hu-berlin.de/~tauber/acerhk http://www.cakey.de/acerhk/
All the authors of laptop ACPI modules in the kernel, whose work All the authors of laptop ACPI modules in the kernel, whose work
was an inspiration in the early days of acer_acpi was an inspiration in the early days of acer_acpi
Mathieu Segaud, who solved the problem with having to modprobe the driver Mathieu Segaud, who solved the problem with having to modprobe the driver

View File

@ -98,7 +98,7 @@ More Documentation
There is an Overview of the LDM together with complete Technical Documentation. There is an Overview of the LDM together with complete Technical Documentation.
It is available for download. It is available for download.
http://www.linux-ntfs.org/content/view/19/37/ http://www.linux-ntfs.org/
If you have any LDM questions that aren't answered in the documentation, email If you have any LDM questions that aren't answered in the documentation, email
me. me.

View File

@ -1,5 +1,5 @@
Tools that manage md devices can be found at Tools that manage md devices can be found at
http://www.<country>.kernel.org/pub/linux/utils/raid/.... http://www.kernel.org/pub/linux/utils/raid/
Boot time assembly of RAID arrays Boot time assembly of RAID arrays

View File

@ -32,10 +32,10 @@ The C2 Interface main references are at (http://www.silabs.com)
Silicon Laboratories site], see: Silicon Laboratories site], see:
- AN127: FLASH Programming via the C2 Interface at - AN127: FLASH Programming via the C2 Interface at
http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Small_Form_Factor/en/an127.pdf, and http://www.silabs.com/Support Documents/TechnicalDocs/an127.pdf
- C2 Specification at - C2 Specification at
http://www.silabs.com/public/documents/tpub_doc/spec/Microcontrollers/en/C2spec.pdf, http://www.silabs.com/pages/DownloadDoc.aspx?FILEURL=Support%20Documents/TechnicalDocs/an127.pdf&src=SearchResults
however it implements a two wire serial communication protocol (bit however it implements a two wire serial communication protocol (bit
banging) designed to enable in-system programming, debugging, and banging) designed to enable in-system programming, debugging, and

View File

@ -91,7 +91,7 @@ ECC 1 rp15 rp14 rp13 rp12 rp11 rp10 rp09 rp08
ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1 ECC 2 cp5 cp4 cp3 cp2 cp1 cp0 1 1
I detected after writing this that ST application note AN1823 I detected after writing this that ST application note AN1823
(http://www.st.com/stonline/books/pdf/docs/10123.pdf) gives a much (http://www.st.com/stonline/) gives a much
nicer picture.(but they use line parity as term where I use row parity) nicer picture.(but they use line parity as term where I use row parity)
Oh well, I'm graphically challenged, so suffer with me for a moment :-) Oh well, I'm graphically challenged, so suffer with me for a moment :-)
And I could not reuse the ST picture anyway for copyright reasons. And I could not reuse the ST picture anyway for copyright reasons.

View File

@ -31,7 +31,7 @@ models:
Large portions of this documentation were heavily borrowed from the guide Large portions of this documentation were heavily borrowed from the guide
written the original author of the 3c509 driver, Donald Becker. The master written the original author of the 3c509 driver, Donald Becker. The master
copy of that document, which contains notes on older versions of the driver, copy of that document, which contains notes on older versions of the driver,
currently resides on Scyld web server: http://www.scyld.com/network/3c509.html. currently resides on Scyld web server: http://www.scyld.com/.
(1) Special Driver Features (1) Special Driver Features

View File

@ -72,8 +72,7 @@ such, if you are interested in deploying or shipping a driver as part of
solution intended to be used for purposes other than development, please solution intended to be used for purposes other than development, please
obtain a tested driver from Intel Customer Support at: obtain a tested driver from Intel Customer Support at:
http://support.intel.com/support/notebook/sb/CS-006408.htm http://www.intel.com/support/wireless/sb/CS-006408.htm
1. Introduction 1. Introduction
----------------------------------------------- -----------------------------------------------

View File

@ -85,7 +85,7 @@ such, if you are interested in deploying or shipping a driver as part of
solution intended to be used for purposes other than development, please solution intended to be used for purposes other than development, please
obtain a tested driver from Intel Customer Support at: obtain a tested driver from Intel Customer Support at:
http://support.intel.com/support/notebook/sb/CS-006408.htm http://support.intel.com
1. Introduction 1. Introduction

View File

@ -27,8 +27,8 @@ cable modem easy.
in Franco's original source code distribution .tar.gz file. Support for in Franco's original source code distribution .tar.gz file. Support for
the sb1000 driver can be found at: the sb1000 driver can be found at:
http://home.adelphia.net/~siglercm/sb1000.html http://web.archive.org/web/*/http://home.adelphia.net/~siglercm/sb1000.html
http://linuxpower.cx/~cable/ http://web.archive.org/web/*/http://linuxpower.cx/~cable/
along with these utilities. along with these utilities.

View File

@ -68,7 +68,7 @@ REAL NAME" to listserv@tichy.ch.uj.edu.pl. Then, to submit messages to the
list, mail to linux-arcnet@tichy.ch.uj.edu.pl. list, mail to linux-arcnet@tichy.ch.uj.edu.pl.
There are archives of the mailing list at: There are archives of the mailing list at:
http://tichy.ch.uj.edu.pl/lists/linux-arcnet http://epistolary.org/mailman/listinfo.cgi/arcnet
The people on linux-net@vger.kernel.org have also been known to be very The people on linux-net@vger.kernel.org have also been known to be very
helpful, especially when we're talking about ALPHA Linux kernels that may or helpful, especially when we're talking about ALPHA Linux kernels that may or
@ -79,7 +79,7 @@ Other Drivers and Info
---------------------- ----------------------
You can try my ARCNET page on the World Wide Web at: You can try my ARCNET page on the World Wide Web at:
http://www.worldvisions.ca/~apenwarr/arcnet/ http://www.qis.net/~jschmitz/arcnet/
Also, SMC (one of the companies that makes ARCnet cards) has a WWW site you Also, SMC (one of the companies that makes ARCnet cards) has a WWW site you
might be interested in, which includes several drivers for various cards might be interested in, which includes several drivers for various cards

View File

@ -2432,7 +2432,7 @@ be found at:
https://lists.sourceforge.net/lists/listinfo/bonding-devel https://lists.sourceforge.net/lists/listinfo/bonding-devel
Donald Becker's Ethernet Drivers and diag programs may be found at : Donald Becker's Ethernet Drivers and diag programs may be found at :
- http://www.scyld.com/network/ - http://web.archive.org/web/*/http://www.scyld.com/network/
You will also find a lot of information regarding Ethernet, NWay, MII, You will also find a lot of information regarding Ethernet, NWay, MII,
etc. at www.scyld.com. etc. at www.scyld.com.

View File

@ -4,7 +4,7 @@
1) Other documentation.... 1) Other documentation....
o Project Home Pages o Project Home Pages
http://www.chygwyn.com/DECnet/ - Kernel info http://www.chygwyn.com/ - Kernel info
http://linux-decnet.sourceforge.net/ - Userland tools http://linux-decnet.sourceforge.net/ - Userland tools
http://www.sourceforge.net/projects/linux-decnet/ - Status page http://www.sourceforge.net/projects/linux-decnet/ - Status page

View File

@ -39,7 +39,7 @@ version. Alternative binary firmware images can be found somewhere on the
ForeThought CD-ROM supplied with your adapter by FORE Systems. ForeThought CD-ROM supplied with your adapter by FORE Systems.
You can also get the latest firmware images from FORE Systems at You can also get the latest firmware images from FORE Systems at
http://www.fore.com. Register TACTics Online and go to http://en.wikipedia.org/wiki/FORE_Systems. Register TACTics Online and go to
the 'software updates' pages. The firmware binaries are part of the 'software updates' pages. The firmware binaries are part of
the various ForeThought software distributions. the various ForeThought software distributions.

View File

@ -36,11 +36,6 @@ AppleTalk-IP to IP decapsulation.
Basic instructions for user space tools Basic instructions for user space tools
======================================= =======================================
To enable AppleTalk-IP decapsulation/encapsulation you will need the
proper tools. You can get the tools for decapsulation from
http://spacs1.spacs.k12.wi.us/~jschlst/index.html and for encapsulation
from http://www.maths.unm.edu/~bradford/ltpc.html
I will briefly describe the operation of the tools, but you will I will briefly describe the operation of the tools, but you will
need to consult the supporting documentation for each set of tools. need to consult the supporting documentation for each set of tools.

View File

@ -22,7 +22,7 @@ The features and limitations of this driver are as follows:
- All variants of Interphase ATM PCI (i)Chip adapter cards are supported, - All variants of Interphase ATM PCI (i)Chip adapter cards are supported,
including x575 (OC3, control memory 128K , 512K and packet memory 128K, including x575 (OC3, control memory 128K , 512K and packet memory 128K,
512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See
http://www.iphase.com/site/iphase-web/?epi_menuItemID=e196f04b4b3b40502f150882e21046a0 http://www.iphase.com/
for details. for details.
- Only x86 platforms are supported. - Only x86 platforms are supported.
- SMP is supported. - SMP is supported.

View File

@ -8,7 +8,7 @@ capture network traffic with utilities like tcpdump or any other that needs
raw access to network interface. raw access to network interface.
You can find the latest version of this document at: You can find the latest version of this document at:
http://pusa.uv.es/~ulisses/packet_mmap/ http://wiki.ipxwarzone.com/index.php5?title=Linux_packet_mmap
Howto can be found at: Howto can be found at:
http://wiki.gnu-log.net (packet_mmap) http://wiki.gnu-log.net (packet_mmap)
@ -56,7 +56,7 @@ support for PACKET_MMAP, and also probably the libpcap included in your distribu
I'm aware of two implementations of PACKET_MMAP in libpcap: I'm aware of two implementations of PACKET_MMAP in libpcap:
http://pusa.uv.es/~ulisses/packet_mmap/ (by Simon Patarin, based on libpcap 0.6.2) http://wiki.ipxwarzone.com/ (by Simon Patarin, based on libpcap 0.6.2)
http://public.lanl.gov/cpw/ (by Phil Wood, based on lastest libpcap) http://public.lanl.gov/cpw/ (by Phil Wood, based on lastest libpcap)
The rest of this document is intended for people who want to understand The rest of this document is intended for people who want to understand

View File

@ -13,8 +13,8 @@ wireless LAN cards.
As of kernel 2.3.18, the ray_cs driver is part of the Linux kernel As of kernel 2.3.18, the ray_cs driver is part of the Linux kernel
source. My web page for the development of ray_cs is at source. My web page for the development of ray_cs is at
http://world.std.com/~corey/raylink.html and I can be emailed at http://web.ralinktech.com/ralink/Home/Support/Linux.html
corey@world.std.com and I can be emailed at corey@world.std.com
The kernel driver is based on ray_cs-1.62.tgz The kernel driver is based on ray_cs-1.62.tgz

View File

@ -133,7 +133,8 @@ bring down CPU utilization.
** For AMD opteron platforms with 8131 chipset, MMRBC=1 and MOST=1 are ** For AMD opteron platforms with 8131 chipset, MMRBC=1 and MOST=1 are
recommended as safe parameters. recommended as safe parameters.
For more information, please review the AMD8131 errata at For more information, please review the AMD8131 errata at
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/26310.pdf http://vip.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/
26310_AMD-8131_HyperTransport_PCI-X_Tunnel_Revision_Guide_rev_3_18.pdf
6. Available Downloads 6. Available Downloads
Neterion "s2io" driver in Red Hat and Suse 2.6-based distributions is kept up Neterion "s2io" driver in Red Hat and Suse 2.6-based distributions is kept up

View File

@ -2,7 +2,7 @@
(C) 1998 James Banks (C) 1998 James Banks
(C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com> (C) 1999-2001 Torben Mathiasen <tmm@image.dk, torben.mathiasen@compaq.com>
For driver information/updates visit http://opensource.compaq.com For driver information/updates visit http://www.compaq.com
TLAN driver for Linux, version 1.14a TLAN driver for Linux, version 1.14a
@ -113,5 +113,5 @@ III. Things to try if you have problems.
There is also a tlan mailing list which you can join by sending "subscribe tlan" There is also a tlan mailing list which you can join by sending "subscribe tlan"
in the body of an email to majordomo@vuser.vu.union.edu. in the body of an email to majordomo@vuser.vu.union.edu.
There is also a tlan website at http://opensource.compaq.com There is also a tlan website at http://www.compaq.com

View File

@ -11,11 +11,13 @@
This file briefly describes the existing kernel support and the socket API. This file briefly describes the existing kernel support and the socket API.
For in-depth information, you can consult: For in-depth information, you can consult:
o The UDP-Lite Homepage: http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/ o The UDP-Lite Homepage:
http://web.archive.org/web/*/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/
From here you can also download some example application source code. From here you can also download some example application source code.
o The UDP-Lite HOWTO on o The UDP-Lite HOWTO on
http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWTO.txt http://web.archive.org/web/*/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/
files/UDP-Lite-HOWTO.txt
o The Wireshark UDP-Lite WiKi (with capture files): o The Wireshark UDP-Lite WiKi (with capture files):
http://wiki.wireshark.org/Lightweight_User_Datagram_Protocol http://wiki.wireshark.org/Lightweight_User_Datagram_Protocol
@ -26,12 +28,7 @@
I) APPLICATIONS I) APPLICATIONS
Several applications have been ported successfully to UDP-Lite. Ethereal Several applications have been ported successfully to UDP-Lite. Ethereal
(now called wireshark) has UDP-Litev4/v6 support by default. The tarball on (now called wireshark) has UDP-Litev4/v6 support by default.
http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/udplite_linux.tar.gz
has source code for several v4/v6 client-server and network testing examples.
Porting applications to UDP-Lite is straightforward: only socket level and Porting applications to UDP-Lite is straightforward: only socket level and
IPPROTO need to be changed; senders additionally set the checksum coverage IPPROTO need to be changed; senders additionally set the checksum coverage
length (default = header length = 8). Details are in the next section. length (default = header length = 8). Details are in the next section.

View File

@ -50,7 +50,8 @@ and a Lucent Modem, and NOT 802.11 compatible.
----------------- -----------------
o Config : Not yet in kernel o Config : Not yet in kernel
o Location : Pcmcia package 3.1.10+ o Location : Pcmcia package 3.1.10+
o on-line doc : http://www.fasta.fh-dortmund.de/users/andy/wvlan/ o on-line doc :
http://web.archive.org/web/*/http://www.fasta.fh-dortmund.de/users/andy/wvlan/
This is the driver for the current generation of Wavelan IEEE, This is the driver for the current generation of Wavelan IEEE,
which is 802.11 compatible. Depending on version, it is 2 Mb/s or 11 which is 802.11 compatible. Depending on version, it is 2 Mb/s or 11

View File

@ -28,5 +28,5 @@ and be sure that they are started sometime in the system boot process.
Go ahead and start both. If ACPI or APM is not available on your Go ahead and start both. If ACPI or APM is not available on your
system the associated daemon will exit gracefully. system the associated daemon will exit gracefully.
apmd: http://worldvisions.ca/~apenwarr/apmd/ apmd: http://ftp.debian.org/pool/main/a/apmd/
acpid: http://acpid.sf.net/ acpid: http://acpid.sf.net/

View File

@ -179,8 +179,7 @@ use the PM_TRACE mechanism documented in Documentation/s2ram.txt .
To verify that the STR works, it is generally more convenient to use the s2ram To verify that the STR works, it is generally more convenient to use the s2ram
tool available from http://suspend.sf.net and documented at tool available from http://suspend.sf.net and documented at
http://en.opensuse.org/s2ram . However, before doing that it is recommended to http://en.opensuse.org/SDB:Suspend_to_RAM.
carry out STR testing using the facility described in section 1.
Namely, after writing "freezer", "devices", "platform", "processors", or "core" Namely, after writing "freezer", "devices", "platform", "processors", or "core"
into /sys/power/pm_test (available if the kernel is compiled with into /sys/power/pm_test (available if the kernel is compiled with

View File

@ -67,11 +67,11 @@ There are a few types of systems where video works after S3 resume:
POSTing bios works. Ole Rohne has patch to do just that at POSTing bios works. Ole Rohne has patch to do just that at
http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2. http://dev.gentoo.org/~marineam/patch-radeonfb-2.6.11-rc2-mm2.
(8) on some systems, you can use the video_post utility mentioned here: (8) on some systems, you can use the video_post utility and or
http://bugzilla.kernel.org/show_bug.cgi?id=3670. Do echo 3 > /sys/power/state do echo 3 > /sys/power/state && /usr/sbin/video_post - which will
&& /usr/sbin/video_post - which will initialize the display in console mode. initialize the display in console mode. If you are in X, you can switch
If you are in X, you can switch to a virtual terminal and back to X using to a virtual terminal and back to X using CTRL+ALT+F1 - CTRL+ALT+F7 to get
CTRL+ALT+F1 - CTRL+ALT+F7 to get the display working in graphical mode again. the display working in graphical mode again.
Now, if you pass acpi_sleep=something, and it does not work with your Now, if you pass acpi_sleep=something, and it does not work with your
bios, you'll get a hard crash during resume. Be careful. Also it is bios, you'll get a hard crash during resume. Be careful. Also it is
@ -177,7 +177,7 @@ Mainboard Graphics card hack (or "how to do it")
Asus A7V8X nVidia RIVA TNT2 model 64 s3_bios,s3_mode (4) Asus A7V8X nVidia RIVA TNT2 model 64 s3_bios,s3_mode (4)
(*) from http://www.ubuntulinux.org/wiki/HoaryPMResults, not sure (*) from https://wiki.ubuntu.com/HoaryPMResults, not sure
which options to use. If you know, please tell me. which options to use. If you know, please tell me.
(***) To be tested with a newer kernel. (***) To be tested with a newer kernel.

View File

@ -1048,7 +1048,7 @@ IV - "dtc", the device tree compiler
dtc source code can be found at dtc source code can be found at
<http://ozlabs.org/~dgibson/dtc/dtc.tar.gz> <http://git.jdl.com/gitweb/?p=dtc.git>
WARNING: This version is still in early development stage; the WARNING: This version is still in early development stage; the
resulting device-tree "blobs" have not yet been validated with the resulting device-tree "blobs" have not yet been validated with the

View File

@ -2531,5 +2531,5 @@ Special Thanks
============== ==============
Special thanks to Neale Ferguson who maintains a much Special thanks to Neale Ferguson who maintains a much
prettier HTML version of this page at prettier HTML version of this page at
http://penguinvm.princeton.edu/notes.html#Debug390 http://linuxvm.org/penguinvm/
Bob Grainger Stefan Bader & others for reporting bugs Bob Grainger Stefan Bader & others for reporting bugs

View File

@ -47,7 +47,7 @@ tune driver performance and error recovery to their particular needs.
The latest information on Linux support for BusLogic SCSI Host Adapters, as The latest information on Linux support for BusLogic SCSI Host Adapters, as
well as the most recent release of this driver and the latest firmware for the well as the most recent release of this driver and the latest firmware for the
BT-948/958/958D, will always be available from my Linux Home Page at URL BT-948/958/958D, will always be available from my Linux Home Page at URL
"http://www.dandelion.com/Linux/". "http://sourceforge.net/projects/dandelion/".
Bug reports should be sent via electronic mail to "lnz@dandelion.com". Please Bug reports should be sent via electronic mail to "lnz@dandelion.com". Please
include with the bug report the complete configuration messages reported by the include with the bug report the complete configuration messages reported by the

View File

@ -215,7 +215,7 @@ Older Version : 2.20.4.5 (scsi module), 2.20.2.5 (cmm module)
3. Convert pci_module_init to pci_register_driver 3. Convert pci_module_init to pci_register_driver
Convert from pci_module_init to pci_register_driver Convert from pci_module_init to pci_register_driver
(from:http://kerneljanitors.org/TODO) (from:http://kernelnewbies.org/KernelJanitors/TODO)
- Signed-off-by: Domen Puncer <domen@coderock.org> - Signed-off-by: Domen Puncer <domen@coderock.org>
4. Use the pre defined DMA mask constants from dma-mapping.h 4. Use the pre defined DMA mask constants from dma-mapping.h

View File

@ -13,7 +13,7 @@ operating system support to its BusLogic brand of FlashPoint Ultra SCSI
host adapters. All of BusLogic's other SCSI host adapters, including the host adapters. All of BusLogic's other SCSI host adapters, including the
MultiMaster line, currently support the Linux operating system. Linux MultiMaster line, currently support the Linux operating system. Linux
drivers and information will be available on October 15th at drivers and information will be available on October 15th at
http://www.dandelion.com/Linux/. http://sourceforge.net/projects/dandelion/.
"Mylex is committed to supporting the Linux community," says Peter Shambora, "Mylex is committed to supporting the Linux community," says Peter Shambora,
vice president of marketing for Mylex. "We have supported Linux driver vice president of marketing for Mylex. "We have supported Linux driver
@ -27,7 +27,7 @@ Linux is a freely-distributed implementation of UNIX for Intel x86, Sun
SPARC, SGI MIPS, Motorola 68k, Digital Alpha AXP and Motorola PowerPC SPARC, SGI MIPS, Motorola 68k, Digital Alpha AXP and Motorola PowerPC
machines. It supports a wide range of software, including the X Window machines. It supports a wide range of software, including the X Window
System, Emacs, and TCP/IP networking. Further information is available at System, Emacs, and TCP/IP networking. Further information is available at
http://www.linux.org and http://www.ssc.com/linux. http://www.linux.org and http://www.ssc.com/.
FlashPoint Host Adapters FlashPoint Host Adapters

View File

@ -2,4 +2,4 @@ Please see the file README.BusLogic for information about Linux support for
Mylex (formerly BusLogic) MultiMaster and FlashPoint SCSI Host Adapters. Mylex (formerly BusLogic) MultiMaster and FlashPoint SCSI Host Adapters.
The Mylex DAC960 PCI RAID Controllers are now supported. Please consult The Mylex DAC960 PCI RAID Controllers are now supported. Please consult
http://www.dandelion.com/Linux/ for further information on the DAC960 driver. http://sourceforge.net/projects/dandelion for further information on the DAC960 driver.

View File

@ -3,8 +3,6 @@
1. Comment 1. Comment
This is Workbit corp.'s(http://www.workbit.co.jp/) NinjaSCSI-3 This is Workbit corp.'s(http://www.workbit.co.jp/) NinjaSCSI-3
(http://www.workbit.co.jp/ts/z_nj3r.html) and NinjaSCSI-32Bi
(http://www.workbit.co.jp/ts/z_njsc32bi.html) PCMCIA card driver module
for Linux. for Linux.
2. My Linux environment 2. My Linux environment

View File

@ -447,7 +447,7 @@ The following information is available in this file:
http://www.adaptec.com/buy-cables/. http://www.adaptec.com/buy-cables/.
Europe Europe
- Visit our Web site at http://www.adaptec-europe.com/. - Visit our Web site at http://www.adaptec.com/en-US/_common/world_index.
- To speak with a Technical Support Specialist, call, or email, - To speak with a Technical Support Specialist, call, or email,
* German: +49 89 4366 5522, Monday-Friday, 9:00-17:00 CET, * German: +49 89 4366 5522, Monday-Friday, 9:00-17:00 CET,
http://ask-de.adaptec.com/. http://ask-de.adaptec.com/.

Some files were not shown because too many files have changed in this diff Show More