Commit 57167aca authored by Dave Jones's avatar Dave Jones

[PATCH] Update file list in INDEX

parent 79b552d0
...@@ -12,14 +12,14 @@ Following translations are available on the WWW: ...@@ -12,14 +12,14 @@ Following translations are available on the WWW:
00-INDEX 00-INDEX
- this file. - this file.
BK-usage/
- directory with info on BitKeeper.
BUG-HUNTING BUG-HUNTING
- brute force method of doing binary search of patches to find bug. - brute force method of doing binary search of patches to find bug.
Changes Changes
- list of changes that break older software packages. - list of changes that break older software packages.
CodingStyle CodingStyle
- how the boss likes the C code in the kernel to look. - 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 DMA-mapping.txt
- info for PCI drivers using DMA portably across all platforms. - info for PCI drivers using DMA portably across all platforms.
DocBook/ DocBook/
...@@ -34,6 +34,10 @@ README.DAC960 ...@@ -34,6 +34,10 @@ README.DAC960
- info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux - info on Mylex DAC960/DAC1100 PCI RAID Controller Driver for Linux
README.moxa README.moxa
- release notes for Moxa mutiport serial card. - 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 SubmittingDrivers
- procedure to get a new driver source included into the kernel tree. - procedure to get a new driver source included into the kernel tree.
SubmittingPatches SubmittingPatches
...@@ -44,6 +48,8 @@ arm/ ...@@ -44,6 +48,8 @@ arm/
- directory with info about Linux on the ARM architecture. - directory with info about Linux on the ARM architecture.
binfmt_misc.txt binfmt_misc.txt
- info on the kernel support for extra binary formats. - info on the kernel support for extra binary formats.
block/
- info on the Block I/O (BIO) layer.
cachetlb.txt cachetlb.txt
- describes the cache/TLB flushing interfaces Linux uses. - describes the cache/TLB flushing interfaces Linux uses.
cciss.txt cciss.txt
...@@ -54,6 +60,8 @@ computone.txt ...@@ -54,6 +60,8 @@ computone.txt
- info on Computone Intelliport II/Plus Multiport Serial Driver - info on Computone Intelliport II/Plus Multiport Serial Driver
cpqarray.txt cpqarray.txt
- info on using Compaq's SMART2 Intelligent Disk Array Controllers. - info on using Compaq's SMART2 Intelligent Disk Array Controllers.
cris/
- directory with info about Linux on CRIS architecture.
devices.txt devices.txt
- plain ASCII listing of all the nodes in /dev/ with major minor #'s - plain ASCII listing of all the nodes in /dev/ with major minor #'s
digiboard.txt digiboard.txt
...@@ -62,6 +70,8 @@ digiepca.txt ...@@ -62,6 +70,8 @@ digiepca.txt
- info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards. - info on Digi Intl. {PC,PCI,EISA}Xx and Xem series cards.
dnotify.txt dnotify.txt
- info about directory notification in Linux. - info about directory notification in Linux.
driver-model.txt
- info about Linux driver model.
exception.txt exception.txt
- how Linux v2.2 handles exceptions without verify_area etc. - how Linux v2.2 handles exceptions without verify_area etc.
fb/ fb/
...@@ -80,12 +90,16 @@ i2c/ ...@@ -80,12 +90,16 @@ i2c/
- directory with info about the I2C bus/protocol (2 wire, kHz speed) - directory with info about the I2C bus/protocol (2 wire, kHz speed)
i386/ i386/
- directory with info about Linux on intel 32 bit architecture. - 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/ ia64/
- directory with info about Linux on intel 64 bit architecture. - directory with info about Linux on intel 64 bit architecture.
ide.txt ide.txt
- important info for users of ATA devices (IDE/EIDE disks and CD-ROMS) - important info for users of ATA devices (IDE/EIDE disks and CD-ROMS)
initrd.txt initrd.txt
- how to use the RAM disk as an initial/temporary root filesystem. - how to use the RAM disk as an initial/temporary root filesystem.
input/
- info on Linux input device support.
ioctl-number.txt ioctl-number.txt
- how to implement and register device/driver ioctl calls. - how to implement and register device/driver ioctl calls.
isapnp.txt isapnp.txt
...@@ -94,12 +108,6 @@ isdn/ ...@@ -94,12 +108,6 @@ isdn/
- directory with info on the Linux ISDN support, and supported cards. - directory with info on the Linux ISDN support, and supported cards.
java.txt java.txt
- info on the in-kernel binary support for Java(tm) - 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/ kbuild/
- directory with info about the kernel build process - directory with info about the kernel build process
kernel-doc-nano-HOWTO.txt kernel-doc-nano-HOWTO.txt
...@@ -128,6 +136,8 @@ md.txt ...@@ -128,6 +136,8 @@ md.txt
- info on boot arguments for the multiple devices driver - info on boot arguments for the multiple devices driver
memory.txt memory.txt
- info on typical Linux memory problems. - info on typical Linux memory problems.
mips/
- directory with info about Linux on MIPS architecture.
mkdev.cciss mkdev.cciss
- script to make /dev entries for SMART controllers (see cciss.txt) - script to make /dev entries for SMART controllers (see cciss.txt)
mkdev.ida mkdev.ida
...@@ -161,9 +171,13 @@ pci.txt ...@@ -161,9 +171,13 @@ pci.txt
pcwd-watchdog.txt pcwd-watchdog.txt
- info and sample code for using with the PC Watchdog reset card. - info and sample code for using with the PC Watchdog reset card.
pm.txt pm.txt
- info on Linux power management support - info on Linux power management support.
power/
- directory with info on Linux PCI power management.
powerpc/ powerpc/
- directory with info on using Linux with the PowerPC. - directory with info on using Linux with the PowerPC.
preempt-locking.txt
- info on locking under a preemptive kernel.
ramdisk.txt ramdisk.txt
- short guide on how to set up and use the RAM disk. - short guide on how to set up and use the RAM disk.
riscom8.txt riscom8.txt
...@@ -172,6 +186,8 @@ rtc.txt ...@@ -172,6 +186,8 @@ rtc.txt
- notes on how to use the Real Time Clock (aka CMOS clock) driver. - notes on how to use the Real Time Clock (aka CMOS clock) driver.
s390/ s390/
- directory with info on using Linux on the IBM 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 scsi-generic.txt
- info on the sg driver for generic (non-disk/CD/tape) SCSI devices. - info on the sg driver for generic (non-disk/CD/tape) SCSI devices.
scsi.txt scsi.txt
...@@ -186,6 +202,8 @@ smp.tex ...@@ -186,6 +202,8 @@ smp.tex
- LaTeX document describing implementation of Multiprocessor Linux - LaTeX document describing implementation of Multiprocessor Linux
smp.txt smp.txt
- a few more notes on symmetric multi-processing - a few more notes on symmetric multi-processing
sonypi.txt
- info on Linux Sony Programmable I/O Device support.
sound/ sound/
- directory with info on sound card support - directory with info on sound card support
sparc/ sparc/
...@@ -216,6 +234,8 @@ vm/ ...@@ -216,6 +234,8 @@ vm/
- directory with info on the Linux vm code. - directory with info on the Linux vm code.
watchdog.txt watchdog.txt
- how to auto-reboot Linux if it has "fallen and can't get up". ;-) - how to auto-reboot Linux if it has "fallen and can't get up". ;-)
x86_64/
- directory with info on Linux support for AMD x86-64 (Hammer) machines.
xterm-linux.xpm xterm-linux.xpm
- XPM image of penguin logo (see logo.txt) sitting on an xterm. - XPM image of penguin logo (see logo.txt) sitting on an xterm.
zorro.txt zorro.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment