diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-06 23:38:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:40 -0500 |
commit | da39aa8fbc031029b1f06f1abf2a933e1042fe99 (patch) | |
tree | 5e9b9f9fff27b46b4e296414e46cf6ff4b701eaa /Documentation/DocBook | |
parent | 0bf93226073db0c957664592ba2f1aaeef57bb82 (diff) |
[PATCH] kernel-doc: add fusion and i2o to kernel-api book
Add Fusion and I2O message-based device interfaces to kernel-api book.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index a166675c4303..fc77c99764da 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -423,6 +423,37 @@ X!Edrivers/pnp/system.c | |||
423 | !Edrivers/media/video/videodev.c | 423 | !Edrivers/media/video/videodev.c |
424 | </chapter> | 424 | </chapter> |
425 | 425 | ||
426 | <chapter id="message_devices"> | ||
427 | <title>Message-based devices</title> | ||
428 | <sect1><title>Fusion message devices</title> | ||
429 | !Edrivers/message/fusion/mptbase.c | ||
430 | !Idrivers/message/fusion/mptbase.c | ||
431 | !Edrivers/message/fusion/mptscsih.c | ||
432 | !Idrivers/message/fusion/mptscsih.c | ||
433 | !Idrivers/message/fusion/mptctl.c | ||
434 | !Idrivers/message/fusion/mptspi.c | ||
435 | !Idrivers/message/fusion/mptfc.c | ||
436 | !Idrivers/message/fusion/mptlan.c | ||
437 | </sect1> | ||
438 | <sect1><title>I2O message devices</title> | ||
439 | !Iinclude/linux/i2o.h | ||
440 | !Idrivers/message/i2o/core.h | ||
441 | !Edrivers/message/i2o/iop.c | ||
442 | !Idrivers/message/i2o/iop.c | ||
443 | !Idrivers/message/i2o/config-osm.c | ||
444 | !Edrivers/message/i2o/exec-osm.c | ||
445 | !Idrivers/message/i2o/exec-osm.c | ||
446 | !Idrivers/message/i2o/bus-osm.c | ||
447 | !Edrivers/message/i2o/device.c | ||
448 | !Idrivers/message/i2o/device.c | ||
449 | !Idrivers/message/i2o/driver.c | ||
450 | !Idrivers/message/i2o/pci.c | ||
451 | !Idrivers/message/i2o/i2o_block.c | ||
452 | !Idrivers/message/i2o/i2o_scsi.c | ||
453 | !Idrivers/message/i2o/i2o_proc.c | ||
454 | </sect1> | ||
455 | </chapter> | ||
456 | |||
426 | <chapter id="snddev"> | 457 | <chapter id="snddev"> |
427 | <title>Sound Devices</title> | 458 | <title>Sound Devices</title> |
428 | !Iinclude/sound/core.h | 459 | !Iinclude/sound/core.h |