From: Rolf Eike Beer <eike@bilbo.math.uni-mannheim.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.7 Documentation/00-INDEX
Date: Thu, 21 Mar 2002 08:35:51 +0100 [thread overview]
Message-ID: <200203210835.51213@bilbo.math.uni-mannheim.de> (raw)
This patch updates Documentation/00-INDEX. It removes some lines describing
files that have been removed/moved to subdirectories. Also it adds some lines
on new files/directories.
Eike
--- linux-2.5.7/Documentation/00-INDEX.orig Thu Mar 21 08:04:54 2002
+++ linux-2.5.7/Documentation/00-INDEX Thu Mar 21 08:29:08 2002
@@ -12,14 +12,14 @@
00-INDEX
- this file.
+BK-usage/
+ - directory with info on BitKeeper.
BUG-HUNTING
- brute force method of doing binary search of patches to find bug.
Changes
- list of changes that break older software packages.
CodingStyle
- how the boss likes the C code in the kernel to look.
-Configure.help
- - text file that is used for help when you run "make config"
DMA-mapping.txt
- info for PCI drivers using DMA portably across all platforms.
DocBook/
@@ -34,6 +34,10 @@
- info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux
README.moxa
- release notes for Moxa mutiport serial card.
+README.nsp_cs.eng
+ - info on WorkBiT NinjaSCSI-3/32Bi driver.
+SAK.txt
+ - info on Secure Attention Keys.
SubmittingDrivers
- procedure to get a new driver source included into the kernel tree.
SubmittingPatches
@@ -44,6 +48,8 @@
- directory with info about Linux on the ARM architecture.
binfmt_misc.txt
- info on the kernel support for extra binary formats.
+block/
+ - info on the Block I/O (BIO) layer.
cachetlb.txt
- describes the cache/TLB flushing interfaces Linux uses.
cciss.txt
@@ -54,6 +60,8 @@
- info on Computone Intelliport II/Plus Multiport Serial Driver
cpqarray.txt
- info on using Compaq's SMART2 Intelligent Disk Array Controllers.
+cris/
+ - directory with info about Linux on CRIS architecture.
devices.txt
- plain ASCII listing of all the nodes in /dev/ with major minor #'s
digiboard.txt
@@ -62,6 +70,8 @@
- info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards.
dnotify.txt
- info about directory notification in Linux.
+driver.txt
+ - info about Linux driver modell.
exception.txt
- how Linux v2.2 handles exceptions without verify_area etc.
fb/
@@ -80,12 +90,16 @@
- directory with info about the I2C bus/protocol (2 wire, kHz speed)
i386/
- directory with info about Linux on intel 32 bit architecture.
+i810_rng.txt
+ - info on Linux support for random number generator in i8xx chipsets.
ia64/
- directory with info about Linux on intel 64 bit architecture.
ide.txt
- important info for users of ATA devices (IDE/EIDE disks and CD-ROMS)
initrd.txt
- how to use the RAM disk as an initial/temporary root filesystem.
+input/
+ - info on Linux input device support.
ioctl-number.txt
- how to implement and register device/driver ioctl calls.
isapnp.txt
@@ -94,12 +108,6 @@
- directory with info on the Linux ISDN support, and supported cards.
java.txt
- info on the in-kernel binary support for Java(tm)
-joystick-api.txt
- - API specification for applications that will be using the joystick.
-joystick-parport.txt
- - info on how to hook joysticks/gamepads to the parallel port.
-joystick.txt
- - info on using joystick devices (and driver) with Linux.
kbuild/
- directory with info about the kernel build process
kernel-doc-nano-HOWTO.txt
@@ -128,6 +136,8 @@
- info on boot arguments for the multiple devices driver
memory.txt
- info on typical Linux memory problems.
+mips/
+ - directory with info about Linux on MIPS architecture.
mkdev.cciss
- script to make /dev entries for SMART controllers (see cciss.txt)
mkdev.ida
@@ -161,9 +171,13 @@
pcwd-watchdog.txt
- info and sample code for using with the PC Watchdog reset card.
pm.txt
- - info on Linux power management support
+ - info on Linux power management support.
+power/
+ - directory with info on Linux PCI Powermanagement.
powerpc/
- directory with info on using Linux with the PowerPC.
+preempt-locking.txt
+ - info on locking under a preemptive kernel.
ramdisk.txt
- short guide on how to set up and use the RAM disk.
riscom8.txt
@@ -172,6 +186,8 @@
- notes on how to use the Real Time Clock (aka CMOS clock) driver.
s390/
- directory with info on using Linux on the IBM S390.
+sh/
+ - directory with info on porting Linux to a new architecture.
scsi-generic.txt
- info on the sg driver for generic (non-disk/CD/tape) SCSI devices.
scsi.txt
@@ -186,6 +202,8 @@
- LaTeX document describing implementation of Multiprocessor Linux
smp.txt
- a few more notes on symmetric multi-processing
+sonypi.txt
+ - info on Linux Sony Programmable I/O Device support.
sound/
- directory with info on sound card support
sparc/
@@ -216,6 +234,8 @@
- directory with info on the Linux vm code.
watchdog.txt
- how to auto-reboot Linux if it has "fallen and can't get up". ;-)
+x86_64/
+ - directory with info on Linux support for 64 bit x86 machines.
xterm-linux.xpm
- XPM image of penguin logo (see logo.txt) sitting on an xterm.
zorro.txt
next reply other threads:[~2002-03-21 7:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-21 7:35 Rolf Eike Beer [this message]
2002-03-21 8:12 ` [PATCH] 2.5.7 Documentation/00-INDEX Andreas Jaeger
2002-03-21 8:22 ` Rolf Eike Beer
2002-03-21 13:58 ` Mr. James W. Laferriere
2002-03-21 15:35 ` Steven Cole
2002-03-22 13:16 ` Paul Gortmaker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200203210835.51213@bilbo.math.uni-mannheim.de \
--to=eike@bilbo.math.uni-mannheim.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.