From: James S. <jsi...@us...> - 2002-03-13 23:48:40
|
Update of /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook In directory usw-pr-cvs1:/tmp/cvs-serv27749/Documentation/DocBook Modified Files: Makefile kernel-api.tmpl Log Message: Synced to 2.5.3 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile 20 Jan 2002 03:54:44 -0000 1.8 +++ Makefile 13 Mar 2002 23:48:36 -0000 1.9 @@ -1,7 +1,8 @@ BOOKS := wanbook.sgml z8530book.sgml mcabook.sgml videobook.sgml \ kernel-api.sgml parportbook.sgml kernel-hacking.sgml \ kernel-locking.sgml via-audio.sgml mousedrivers.sgml sis900.sgml \ - deviceiobook.sgml procfs-guide.sgml tulip-user.sgml + deviceiobook.sgml procfs-guide.sgml tulip-user.sgml \ + writing_usb_driver.sgml PS := $(patsubst %.sgml, %.ps, $(BOOKS)) PDF := $(patsubst %.sgml, %.pdf, $(BOOKS)) @@ -65,6 +66,9 @@ tulip-user.sgml: tulip-user.tmpl $(TOPDIR)/scripts/docgen <$< >$@ +writing_usb_driver.sgml: writing_usb_driver.tmpl + $(TOPDIR)/scripts/docgen <$< >$@ + sis900.sgml: sis900.tmpl $(TOPDIR)/drivers/net/sis900.c $(TOPDIR)/scripts/docgen $(TOPDIR)/drivers/net/sis900.c \ <sis900.tmpl >sis900.sgml @@ -93,6 +97,8 @@ $(TOPDIR)/drivers/net/8390.c \ $(TOPDIR)/drivers/char/serial.c \ $(TOPDIR)/drivers/pci/pci.c \ + $(TOPDIR)/drivers/hotplug/pci_hotplug_core.c \ + $(TOPDIR)/drivers/hotplug/pci_hotplug_util.c \ $(TOPDIR)/drivers/block/ll_rw_blk.c \ $(TOPDIR)/drivers/sound/sound_core.c \ $(TOPDIR)/drivers/sound/sound_firmware.c \ Index: kernel-api.tmpl =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/Documentation/DocBook/kernel-api.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- kernel-api.tmpl 20 Jan 2002 03:54:44 -0000 1.5 +++ kernel-api.tmpl 13 Mar 2002 23:48:36 -0000 1.6 @@ -162,6 +162,10 @@ <sect1><title>PCI Support Library</title> !Edrivers/pci/pci.c </sect1> + <sect1><title>PCI Hotplug Support Library</title> +!Edrivers/hotplug/pci_hotplug_core.c +!Edrivers/hotplug/pci_hotplug_util.c + </sect1> <sect1><title>MCA Architecture</title> <sect2><title>MCA Device Functions</title> !Earch/i386/kernel/mca.c |