Fix file references in documentation and Kconfig
Fix typo in arch/powerpc/boot/flatdevtree_env.h. There is no Documentation/networking/ixgbe.txt. README.cycladesZ is now in Documentation/. wavelan.p.h is now in drivers/net/wireless/. HFS.txt is now Documentation/filesystems/hfs.txt. OSS-files are now in sound/oss/. Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Родитель
4ad2b226e1
Коммит
889c94a14e
|
@ -12,8 +12,8 @@ and many Linux driver to support it.
|
||||||
"wavelan" driver (old ISA Wavelan)
|
"wavelan" driver (old ISA Wavelan)
|
||||||
----------------
|
----------------
|
||||||
o Config : Network device -> Wireless LAN -> AT&T WaveLAN
|
o Config : Network device -> Wireless LAN -> AT&T WaveLAN
|
||||||
o Location : .../drivers/net/wavelan*
|
o Location : .../drivers/net/wireless/wavelan*
|
||||||
o in-line doc : .../drivers/net/wavelan.p.h
|
o in-line doc : .../drivers/net/wireless/wavelan.p.h
|
||||||
o on-line doc :
|
o on-line doc :
|
||||||
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
|
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wavelan.html
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* This file adds the header file glue so that the shared files
|
* This file adds the header file glue so that the shared files
|
||||||
* flatdevicetree.[ch] can compile and work in the powerpc bootwrapper.
|
* flatdevicetree.[ch] can compile and work in the powerpc bootwrapper.
|
||||||
*
|
*
|
||||||
* strncmp & strchr copied from <file:lib/strings.c>
|
* strncmp & strchr copied from <file:lib/string.c>
|
||||||
* Copyright (C) 1991, 1992 Linus Torvalds
|
* Copyright (C) 1991, 1992 Linus Torvalds
|
||||||
*
|
*
|
||||||
* Maintained by: Mark A. Greer <mgreer@mvista.com>
|
* Maintained by: Mark A. Greer <mgreer@mvista.com>
|
||||||
|
|
|
@ -137,7 +137,7 @@ config CYCLADES
|
||||||
your Linux box, for instance in order to become a dial-in server.
|
your Linux box, for instance in order to become a dial-in server.
|
||||||
|
|
||||||
For information about the Cyclades-Z card, read
|
For information about the Cyclades-Z card, read
|
||||||
<file:drivers/char/README.cycladesZ>.
|
<file:Documentation/README.cycladesZ>.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called cyclades.
|
module will be called cyclades.
|
||||||
|
|
|
@ -2465,9 +2465,6 @@ config IXGBE
|
||||||
|
|
||||||
<http://support.intel.com>
|
<http://support.intel.com>
|
||||||
|
|
||||||
More specific information on configuring the driver is in
|
|
||||||
<file:Documentation/networking/ixgbe.txt>.
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M here. The module
|
To compile this driver as a module, choose M here. The module
|
||||||
will be called ixgbe.
|
will be called ixgbe.
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ config WAVELAN
|
||||||
<http://www.tldp.org/docs.html#howto>. Some more specific
|
<http://www.tldp.org/docs.html#howto>. Some more specific
|
||||||
information is contained in
|
information is contained in
|
||||||
<file:Documentation/networking/wavelan.txt> and in the source code
|
<file:Documentation/networking/wavelan.txt> and in the source code
|
||||||
<file:drivers/net/wavelan.p.h>.
|
<file:drivers/net/wireless/wavelan.p.h>.
|
||||||
|
|
||||||
You will also need the wireless tools package available from
|
You will also need the wireless tools package available from
|
||||||
<http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
|
<http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>.
|
||||||
|
|
|
@ -732,7 +732,7 @@ config SCSI_GDTH
|
||||||
This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
|
This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI)
|
||||||
manufactured by Intel Corporation/ICP vortex GmbH. It is documented
|
manufactured by Intel Corporation/ICP vortex GmbH. It is documented
|
||||||
in the kernel source in <file:drivers/scsi/gdth.c> and
|
in the kernel source in <file:drivers/scsi/gdth.c> and
|
||||||
<file:drivers/scsi/gdth.h.>
|
<file:drivers/scsi/gdth.h>.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called gdth.
|
module will be called gdth.
|
||||||
|
|
|
@ -1112,8 +1112,8 @@ config HFS_FS
|
||||||
help
|
help
|
||||||
If you say Y here, you will be able to mount Macintosh-formatted
|
If you say Y here, you will be able to mount Macintosh-formatted
|
||||||
floppy disks and hard drive partitions with full read-write access.
|
floppy disks and hard drive partitions with full read-write access.
|
||||||
Please read <file:fs/hfs/HFS.txt> to learn about the available mount
|
Please read <file:Documentation/filesystems/hfs.txt> to learn about
|
||||||
options.
|
the available mount options.
|
||||||
|
|
||||||
To compile this file system support as a module, choose M here: the
|
To compile this file system support as a module, choose M here: the
|
||||||
module will be called hfs.
|
module will be called hfs.
|
||||||
|
|
|
@ -75,7 +75,7 @@ config SOUND_TRIDENT
|
||||||
|
|
||||||
|
|
||||||
This driver differs slightly from OSS/Free, so PLEASE READ the
|
This driver differs slightly from OSS/Free, so PLEASE READ the
|
||||||
comments at the top of <file:drivers/sound/trident.c>.
|
comments at the top of <file:sound/oss/trident.c>.
|
||||||
|
|
||||||
config SOUND_MSNDCLAS
|
config SOUND_MSNDCLAS
|
||||||
tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
|
tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
|
||||||
|
@ -564,7 +564,7 @@ config SOUND_AEDSP16
|
||||||
questions.
|
questions.
|
||||||
|
|
||||||
Read the <file:Documentation/sound/oss/README.OSS> file and the head of
|
Read the <file:Documentation/sound/oss/README.OSS> file and the head of
|
||||||
<file:drivers/sound/aedsp16.c> as well as
|
<file:sound/oss/aedsp16.c> as well as
|
||||||
<file:Documentation/sound/oss/AudioExcelDSP16> to get more information
|
<file:Documentation/sound/oss/AudioExcelDSP16> to get more information
|
||||||
about this driver and its configuration.
|
about this driver and its configuration.
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче