summaryrefslogtreecommitdiffstats
path: root/docs/ka_method
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2010-05-07 12:53:26 +0000
committerAntoine Ginies <aginies@mandriva.com>2010-05-07 12:53:26 +0000
commitfc3f88a8b3d6620fc70358225fe9eb7ca44da0bb (patch)
treea56e0389155bd954475f50bfa855084b0dcea2ae /docs/ka_method
parent0facee54a9ccb74ab1ab383b4402ea6b7a0ed696 (diff)
downloaddrakx-fc3f88a8b3d6620fc70358225fe9eb7ca44da0bb.tar
drakx-fc3f88a8b3d6620fc70358225fe9eb7ca44da0bb.tar.gz
drakx-fc3f88a8b3d6620fc70358225fe9eb7ca44da0bb.tar.bz2
drakx-fc3f88a8b3d6620fc70358225fe9eb7ca44da0bb.tar.xz
drakx-fc3f88a8b3d6620fc70358225fe9eb7ca44da0bb.zip
add mode info/warning
Diffstat (limited to 'docs/ka_method')
-rw-r--r--docs/ka_method/doc-duplication.xml25
-rw-r--r--docs/ka_method/html/duplication.html74
2 files changed, 55 insertions, 44 deletions
diff --git a/docs/ka_method/doc-duplication.xml b/docs/ka_method/doc-duplication.xml
index 9a5ac94af..7faf60b89 100644
--- a/docs/ka_method/doc-duplication.xml
+++ b/docs/ka_method/doc-duplication.xml
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<article lang="en">
- <title>Clone a node/computer using KA method</title>
+ <title>Clone a node/computer using KA method</title>
+ <sect1>CLONING WILL ERASE ALL CLIENT NODES DATA !</sect1>
<sect1>
<title>Clone a computer over the network</title>
<para>
- Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone.
- We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, ext4, xfs, jfs).
+ Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone. We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, ext4, xfs, jfs).
+ This method came from a very old project called CLIC, and was used under IGGI project, all Mandrake Clustering products, and now it is used under XtreemOS project. Now it should be available in 2010 spring, and all futur product.
</para>
- <para>WARNING: all data on client nodes will be ERASED ! We duplicate partitions of HDD' golden node, and the process will do an fdisk command on the client node, so ALL YOUR DATA will be erased on client nodes.</para>
+ <para>WARNING: all data on client nodes will be ERASED ! We duplicate partitions of HDD's golden node, and the process will do an fdisk command on the client node, so ALL YOUR DATA will be erased on client nodes.</para>
<sect2>
<title>KA method</title>
<para>
@@ -20,8 +21,18 @@
</para>
<para>
<itemizedlist>
- <listitem><para>KA method doesn't support RAID software</para></listitem>
- <listitem><para>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</para></listitem>
+ <listitem><para>KA method doesn't support RAID software (use dolly to do that)</para></listitem>
+ <listitem><para>all data on client nodes are erased</para></listitem>
+ <listitem><para>you need a PXE, DHDCP and TFTP server</para></listitem>
+ <listitem><para>you must re-create same partition table as the golden node (even if size can differ)</para></listitem>
+ <listitem><para>even if it has been tested, it's still an experimental method</para></listitem>
+ <listitem><para>cloning script are old, and need a full rewrite</para></listitem>
+ <listitem><para>now it's only works with the Mandriva installer (need to patch it to support a KA method)</para></listitem>
+ <listitem><para>if a node crash while doing a duplication, the duplication process stop (or became very unstable)</para></listitem>
+ <listitem><para>using fdisk to erase and re-format the HDD is not a good way to proceed</para></listitem>
+ <listitem><para>UUID support is not really done (fstab use old /dec/sdX)</para></listitem>
+ <listitem><para>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</para></listitem>
+ <listitem><para>of course various other things !</para></listitem>
</itemizedlist>
</para>
</sect2>
@@ -34,7 +45,7 @@
</para>
<itemizedlist>
<listitem><para><emphasis role="bold">PXE boot to retrieve stage1</emphasis>: the computer boot on PXE mode, retrieve <emphasis role="bold">vmlinuz</emphasis> and an <emphasis role="bold">initrd</emphasis> image. The computer is in <emphasis role="bold">stage1</emphasis> mode, and is able to get the stage2 throug KA. Network is up.</para></listitem>
- <listitem><para><emphasis role="bold">get stage2</emphasis>: the computer gets the stage2 with the KA method. The <emphasis role="bold">stage2</emphasis> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD and your network card), and all necessary tools to finalize the cloning process.</para></listitem>
+ <listitem><para><emphasis role="bold">get stage2</emphasis>: the computer gets the stage2 with the KA method. The <emphasis role="bold">stage2</emphasis> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD and your network card), and all necessary tools/scripts to finalize the cloning process.</para></listitem>
<listitem><para><emphasis role="bold">Duplication process</emphasis>: the computer auto-probes needed modules to be able to access the HDD. A basic log server is launched on the client node to be able to run command and get status of the KA duplication process. The computer reconfigure the modprobe.conf and restore the booloader (grub or lilo)</para></listitem>
</itemizedlist>
</sect3>
diff --git a/docs/ka_method/html/duplication.html b/docs/ka_method/html/duplication.html
index de9d870a1..bed0d1e83 100644
--- a/docs/ka_method/html/duplication.html
+++ b/docs/ka_method/html/duplication.html
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>Clone a node/computer using KA method</title><link rel="stylesheet" href="styleguibo.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="#id2243211" title="Clone a node/computer using KA method" /><link rel="next" href="#id2506023" title="1. Clone a computer over the network" /></head><body><div xml:lang="en" class="article" title="Clone a node/computer using KA method" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id2243211"></a>Clone a node/computer using KA method</h2></div></div><hr /></div><div class="toc"><dl><dt><span class="sect1"><a href="#id2506023">1. Clone a computer over the network</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2506044">1.1. KA method</a></span></dt><dt><span class="sect2"><a href="#id2435194">1.2. HOW it works</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2434894">1.2.1. Steps</a></span></dt><dt><span class="sect3"><a href="#id2506455">1.2.2. Needed files</a></span></dt></dl></dd><dt><span class="sect2"><a href="#id2506508">1.3. Step 1: PXE, TFTP, DHCPD services</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2506544">1.3.1. PXE parameters on server</a></span></dt><dt><span class="sect3"><a href="#id2506625">1.3.2. TFTP server</a></span></dt><dt><span class="sect3"><a href="#id2506656">1.3.3. PXE configuration</a></span></dt><dt><span class="sect3"><a href="#id2506668">1.3.4. DHCPD configuration</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2506821">2. Setup a node as a golden node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2506827">2.1. The rescue.sqfs file</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2506883">2.1.1. ka-d.sh</a></span></dt><dt><span class="sect3"><a href="#id2506929">2.1.2. replication.conf</a></span></dt><dt><span class="sect3"><a href="#id2506940">2.1.3. fdisk_to_desc</a></span></dt><dt><span class="sect3"><a href="#id2506969">2.1.4. gen_modprobe_conf.pl</a></span></dt><dt><span class="sect3"><a href="#id2506992">2.1.5. ka-d-client</a></span></dt><dt><span class="sect3"><a href="#id2507027">2.1.6. ka-d-server</a></span></dt><dt><span class="sect3"><a href="#id2507076">2.1.7. ka_replication.sh</a></span></dt><dt><span class="sect3"><a href="#id2507100">2.1.8. store_log.sh</a></span></dt><dt><span class="sect3"><a href="#id2507128">2.1.9. bootable_flag.sh</a></span></dt><dt><span class="sect3"><a href="#id2507140">2.1.10. make_initrd_grub</a></span></dt><dt><span class="sect3"><a href="#id2507163">2.1.11. make_initrd_lilo</a></span></dt><dt><span class="sect3"><a href="#id2507186">2.1.12. prepare_node.sh</a></span></dt><dt><span class="sect3"><a href="#id2507211">2.1.13. send_status.pl</a></span></dt><dt><span class="sect3"><a href="#id2507234">2.1.14. status_node.pl</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2507254">3. The golden node, KA server</a></span></dt><dt><span class="sect1"><a href="#id2507401">4. KA client node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2507406">4.1. PXE server (kamethod)</a></span></dt><dt><span class="sect2"><a href="#id2507443">4.2. Stage1 KA method, node waiting stage2 </a></span></dt><dt><span class="sect2"><a href="#id2507490">4.3. Stage2, the duplication process</a></span></dt><dt><span class="sect2"><a href="#id2507559">4.4. Prepare the node</a></span></dt><dt><span class="sect2"><a href="#id2507585">4.5. PXE server to local boot</a></span></dt></dl></dd><dt><span class="sect1"><a href="#id2507603">5. Step by step from scratch KA duplication</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2507638">5.1. Golden node side</a></span></dt><dt><span class="sect2"><a href="#id2507781">5.2. KA client side</a></span></dt><dt><span class="sect2"><a href="#id2508568">5.3. Post duplication process</a></span></dt></dl></dd></dl></div><div class="sect1" title="1. Clone a computer over the network"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2506023"></a>1. Clone a computer over the network</h2></div></div></div><p>
- Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone.
- We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, ext4, xfs, jfs).
- </p><p>WARNING: all data on client nodes will be ERASED ! We duplicate partitions of HDD' golden node, and the process will do an fdisk command on the client node, so ALL YOUR DATA will be erased on client nodes.</p><div class="sect2" title="1.1. KA method"><div class="titlepage"><div><div><h3 class="title"><a id="id2506044"></a>1.1. KA method</h3></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>Clone a node/computer using KA method</title><link rel="stylesheet" href="styleguibo.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="#id2727560" title="Clone a node/computer using KA method" /><link rel="next" href="#id2990359" title="1. " /></head><body><div xml:lang="en" class="article" title="Clone a node/computer using KA method" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id2727560"></a>Clone a node/computer using KA method</h2></div></div><hr /></div><div class="toc"><dl><dt><span class="sect1"><a href="#id2990359">1. </a></span></dt><dt><span class="sect1"><a href="#id2990363">2. Clone a computer over the network</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2990385">2.1. KA method</a></span></dt><dt><span class="sect2"><a href="#id2990774">2.2. HOW it works</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2990779">2.2.1. Steps</a></span></dt><dt><span class="sect3"><a href="#id2990850">2.2.2. Needed files</a></span></dt></dl></dd><dt><span class="sect2"><a href="#id2990905">2.3. Step 1: PXE, TFTP, DHCPD services</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2990941">2.3.1. PXE parameters on server</a></span></dt><dt><span class="sect3"><a href="#id2991022">2.3.2. TFTP server</a></span></dt><dt><span class="sect3"><a href="#id2991053">2.3.3. PXE configuration</a></span></dt><dt><span class="sect3"><a href="#id2991065">2.3.4. DHCPD configuration</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2991171">3. Setup a node as a golden node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2991177">3.1. The rescue.sqfs file</a></span></dt><dd><dl><dt><span class="sect3"><a href="#id2991233">3.1.1. ka-d.sh</a></span></dt><dt><span class="sect3"><a href="#id2991266">3.1.2. replication.conf</a></span></dt><dt><span class="sect3"><a href="#id2991278">3.1.3. fdisk_to_desc</a></span></dt><dt><span class="sect3"><a href="#id2991307">3.1.4. gen_modprobe_conf.pl</a></span></dt><dt><span class="sect3"><a href="#id2991330">3.1.5. ka-d-client</a></span></dt><dt><span class="sect3"><a href="#id2991365">3.1.6. ka-d-server</a></span></dt><dt><span class="sect3"><a href="#id2991414">3.1.7. ka_replication.sh</a></span></dt><dt><span class="sect3"><a href="#id2991438">3.1.8. store_log.sh</a></span></dt><dt><span class="sect3"><a href="#id2991466">3.1.9. bootable_flag.sh</a></span></dt><dt><span class="sect3"><a href="#id2991477">3.1.10. make_initrd_grub</a></span></dt><dt><span class="sect3"><a href="#id2991500">3.1.11. make_initrd_lilo</a></span></dt><dt><span class="sect3"><a href="#id2991523">3.1.12. prepare_node.sh</a></span></dt><dt><span class="sect3"><a href="#id2991549">3.1.13. send_status.pl</a></span></dt><dt><span class="sect3"><a href="#id2991572">3.1.14. status_node.pl</a></span></dt></dl></dd></dl></dd><dt><span class="sect1"><a href="#id2991591">4. The golden node, KA server</a></span></dt><dt><span class="sect1"><a href="#id2991740">5. KA client node</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2991746">5.1. PXE server (kamethod)</a></span></dt><dt><span class="sect2"><a href="#id2991783">5.2. Stage1 KA method, node waiting stage2 </a></span></dt><dt><span class="sect2"><a href="#id2991830">5.3. Stage2, the duplication process</a></span></dt><dt><span class="sect2"><a href="#id2991899">5.4. Prepare the node</a></span></dt><dt><span class="sect2"><a href="#id2991925">5.5. PXE server to local boot</a></span></dt></dl></dd><dt><span class="sect1"><a href="#id2991942">6. Step by step from scratch KA duplication</a></span></dt><dd><dl><dt><span class="sect2"><a href="#id2991977">6.1. Golden node side</a></span></dt><dt><span class="sect2"><a href="#id2992121">6.2. KA client side</a></span></dt><dt><span class="sect2"><a href="#id2992907">6.3. Post duplication process</a></span></dt></dl></dd></dl></div><div class="sect1" title="1. "><div class="titlepage"></div>CLONING WILL ERASE ALL CLIENT NODES DATA !</div><div class="sect1" title="2. Clone a computer over the network"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2990363"></a>2. Clone a computer over the network</h2></div></div></div><p>
+ Goal of duplication is to easily deploy a computer over network without taking care of numbers of computer. In this documentation, we call golden node the node we want to clone. We can duplicate SCSI or IDE hard drive, and duplication support multiple filesystem (reiserfs, ext2, ext3, ext4, xfs, jfs).
+ This method came from a very old project called CLIC, and was used under IGGI project, all Mandrake Clustering products, and now it is used under XtreemOS project. Now it should be available in 2010 spring, and all futur product.
+ </p><p>WARNING: all data on client nodes will be ERASED ! We duplicate partitions of HDD's golden node, and the process will do an fdisk command on the client node, so ALL YOUR DATA will be erased on client nodes.</p><div class="sect2" title="2.1. KA method"><div class="titlepage"><div><div><h3 class="title"><a id="id2990385"></a>2.1. KA method</h3></div></div></div><p>
With KA method you can quickly duplicate a node using a <span class="bold"><strong>desc</strong></span>
file describing partitions. KA method only duplicate data on partitions, so if you have 80go HDD disk, and
only 10go on it, KA only duplicates 10go, and not the whole disk. KA method doesn't not support RAID software.
</p><p>
Drawbacks:
</p><p>
- </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>KA method doesn't support RAID software</p></li><li class="listitem"><p>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</p></li></ul></div><p>
- </p></div><div class="sect2" title="1.2. HOW it works"><div class="titlepage"><div><div><h3 class="title"><a id="id2435194"></a>1.2. HOW it works</h3></div></div></div><div class="sect3" title="1.2.1. Steps"><div class="titlepage"><div><div><h4 class="title"><a id="id2434894"></a>1.2.1. Steps</h4></div></div></div><p>
+ </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>KA method doesn't support RAID software (use dolly to do that)</p></li><li class="listitem"><p>all data on client nodes are erased</p></li><li class="listitem"><p>you need a PXE, DHDCP and TFTP server</p></li><li class="listitem"><p>you must re-create same partition table as the golden node (even if size can differ)</p></li><li class="listitem"><p>even if it has been tested, it's still an experimental method</p></li><li class="listitem"><p>cloning script are old, and need a full rewrite</p></li><li class="listitem"><p>now it's only works with the Mandriva installer (need to patch it to support a KA method)</p></li><li class="listitem"><p>if a node crash while doing a duplication, the duplication process stop (or became very unstable)</p></li><li class="listitem"><p>using fdisk to erase and re-format the HDD is not a good way to proceed</p></li><li class="listitem"><p>UUID support is not really done (fstab use old /dec/sdX)</p></li><li class="listitem"><p>you can only clone Linux filesystems (if you want to duplicate another kinf of FS, it's up to you to modify the scripts)</p></li><li class="listitem"><p>of course various other things !</p></li></ul></div><p>
+ </p></div><div class="sect2" title="2.2. HOW it works"><div class="titlepage"><div><div><h3 class="title"><a id="id2990774"></a>2.2. HOW it works</h3></div></div></div><div class="sect3" title="2.2.1. Steps"><div class="titlepage"><div><div><h4 class="title"><a id="id2990779"></a>2.2.1. Steps</h4></div></div></div><p>
The clone process works in three steps
- </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>PXE boot to retrieve stage1</strong></span>: the computer boot on PXE mode, retrieve <span class="bold"><strong>vmlinuz</strong></span> and an <span class="bold"><strong>initrd</strong></span> image. The computer is in <span class="bold"><strong>stage1</strong></span> mode, and is able to get the stage2 throug KA. Network is up.</p></li><li class="listitem"><p><span class="bold"><strong>get stage2</strong></span>: the computer gets the stage2 with the KA method. The <span class="bold"><strong>stage2</strong></span> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD and your network card), and all necessary tools to finalize the cloning process.</p></li><li class="listitem"><p><span class="bold"><strong>Duplication process</strong></span>: the computer auto-probes needed modules to be able to access the HDD. A basic log server is launched on the client node to be able to run command and get status of the KA duplication process. The computer reconfigure the modprobe.conf and restore the booloader (grub or lilo)</p></li></ul></div></div><div class="sect3" title="1.2.2. Needed files"><div class="titlepage"><div><div><h4 class="title"><a id="id2506455"></a>1.2.2. Needed files</h4></div></div></div><p>
+ </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>PXE boot to retrieve stage1</strong></span>: the computer boot on PXE mode, retrieve <span class="bold"><strong>vmlinuz</strong></span> and an <span class="bold"><strong>initrd</strong></span> image. The computer is in <span class="bold"><strong>stage1</strong></span> mode, and is able to get the stage2 throug KA. Network is up.</p></li><li class="listitem"><p><span class="bold"><strong>get stage2</strong></span>: the computer gets the stage2 with the KA method. The <span class="bold"><strong>stage2</strong></span> contains all necessary tools to recognize your hardware (the most important things is to detect your HDD and your network card), and all necessary tools/scripts to finalize the cloning process.</p></li><li class="listitem"><p><span class="bold"><strong>Duplication process</strong></span>: the computer auto-probes needed modules to be able to access the HDD. A basic log server is launched on the client node to be able to run command and get status of the KA duplication process. The computer reconfigure the modprobe.conf and restore the booloader (grub or lilo)</p></li></ul></div></div><div class="sect3" title="2.2.2. Needed files"><div class="titlepage"><div><div><h4 class="title"><a id="id2990850"></a>2.2.2. Needed files</h4></div></div></div><p>
All needed files are available in Mandriva Linux cooker.
</p><p>
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>install/stage2/rescue.sqfs</strong></span>: this is the stage2 file with all needed files to detect and probe modules, and launch the third step of the duplication process. This file will be used on the golden node.</p></li><li class="listitem"><p><span class="bold"><strong>isolinux/alt0/vmlinuz</strong></span>: linux kernel, needed in the <span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/images/</strong></span> directory of the PXE server</p></li><li class="listitem"><p><span class="bold"><strong>isolinux/alt0/all.rdz</strong></span>: stage1 and all needed modules and tools.</p></li></ul></div><p>
- </p></div></div><div class="sect2" title="1.3. Step 1: PXE, TFTP, DHCPD services"><div class="titlepage"><div><div><h3 class="title"><a id="id2506508"></a>1.3. Step 1: PXE, TFTP, DHCPD services</h3></div></div></div><p>
+ </p></div></div><div class="sect2" title="2.3. Step 1: PXE, TFTP, DHCPD services"><div class="titlepage"><div><div><h3 class="title"><a id="id2990905"></a>2.3. Step 1: PXE, TFTP, DHCPD services</h3></div></div></div><p>
To easily clone a computer node, we use PXE technology to boot a <span class="bold"><strong>kernel</strong></span>, and an <span class="bold"><strong>initrd</strong></span> image wich contains all needed modules for network and media storage. Documentation about PXE can be found here: <a class="ulink" href="http://people.mandriva.com/~aginies/doc/pxe/" target="_top">PXE doc</a>. Please, keep in mind setting such services can <span class="bold"><strong>DISTURB</strong></span> your current network architecture.
- </p><div class="sect3" title="1.3.1. PXE parameters on server"><div class="titlepage"><div><div><h4 class="title"><a id="id2506544"></a>1.3.1. PXE parameters on server</h4></div></div></div><p>
+ </p><div class="sect3" title="2.3.1. PXE parameters on server"><div class="titlepage"><div><div><h4 class="title"><a id="id2990941"></a>2.3.1. PXE parameters on server</h4></div></div></div><p>
Mandriva Linux installer supports various methods to install a computer. With PXE configuration file you can specify wich method you want to use to install your node, or add a specific option at boot prompt. Edit your default PXE configuration file to add your custom entry (<span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</strong></span>).
</p><p>
</p><pre class="screen">
@@ -40,7 +40,7 @@ label kamethod
At boot prompt no you can boot:
</p><p>
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>DEFAULT local</strong></span>: default boot will be local one, change it with the name of a <span class="bold"><strong>LABEL</strong></span></p></li><li class="listitem"><p><span class="bold"><strong>local</strong></span>: boot local</p></li><li class="listitem"><p><span class="bold"><strong>kamethod</strong></span>: automatic mode, get stage2 through <span class="bold"><strong>KA</strong></span>. Network interface is set to eth0. Auto setup the network with DHCP, and use the KA technology to launch the replication method.</p></li></ul></div><p>
- </p></div><div class="sect3" title="1.3.2. TFTP server"><div class="titlepage"><div><div><h4 class="title"><a id="id2506625"></a>1.3.2. TFTP server</h4></div></div></div><p>
+ </p></div><div class="sect3" title="2.3.2. TFTP server"><div class="titlepage"><div><div><h4 class="title"><a id="id2991022"></a>2.3.2. TFTP server</h4></div></div></div><p>
TFTP server should be activated in <span class="bold"><strong>/etc/xinetd.d/tftp</strong></span> file, and the <span class="bold"><strong>xinetd</strong></span> service started.
</p><p>
</p><pre class="screen">
@@ -57,7 +57,7 @@ service tftp
cps= 100 2
flags= IPv4
}</pre><p>
- </p></div><div class="sect3" title="1.3.3. PXE configuration"><div class="titlepage"><div><div><h4 class="title"><a id="id2506656"></a>1.3.3. PXE configuration</h4></div></div></div><p>
+ </p></div><div class="sect3" title="2.3.3. PXE configuration"><div class="titlepage"><div><div><h4 class="title"><a id="id2991053"></a>2.3.3. PXE configuration</h4></div></div></div><p>
</p><pre class="programlisting">
# which interface to use
interface=eth0
@@ -97,7 +97,7 @@ tftpdbase=/
# domain=guibland.com
domain=
</pre><p>
- </p></div><div class="sect3" title="1.3.4. DHCPD configuration"><div class="titlepage"><div><div><h4 class="title"><a id="id2506668"></a>1.3.4. DHCPD configuration</h4></div></div></div><p>
+ </p></div><div class="sect3" title="2.3.4. DHCPD configuration"><div class="titlepage"><div><div><h4 class="title"><a id="id2991065"></a>2.3.4. DHCPD configuration</h4></div></div></div><p>
IE of an <span class="bold"><strong>/etc/dhcpd.conf</strong></span> configuration file. Change <span class="bold"><strong>IPADDR_TFTP</strong></span> with the IP address of the TFTP serrver, and the <span class="bold"><strong>NET</strong></span> value. Don't forget to adjust the <span class="bold"><strong>domain-name</strong></span> and the <span class="bold"><strong>domain-name-servers</strong></span>.
</p><p>
</p><pre class="screen">
@@ -183,7 +183,7 @@ subnet NET.0 netmask 255.255.255.0 {
range NET.30 NET.40;
}
}</pre><p>
- </p></div></div></div><div class="sect1" title="2. Setup a node as a golden node"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2506821"></a>2. Setup a node as a golden node</h2></div></div></div><div class="sect2" title="2.1. The rescue.sqfs file"><div class="titlepage"><div><div><h3 class="title"><a id="id2506827"></a>2.1. The rescue.sqfs file</h3></div></div></div><p>
+ </p></div></div></div><div class="sect1" title="3. Setup a node as a golden node"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2991171"></a>3. Setup a node as a golden node</h2></div></div></div><div class="sect2" title="3.1. The rescue.sqfs file"><div class="titlepage"><div><div><h3 class="title"><a id="id2991177"></a>3.1. The rescue.sqfs file</h3></div></div></div><p>
You need the rescue disk (wich contains the <span class="bold"><strong>/ka</strong></span> directory),
Just extract this file, and copy all directory in <span class="bold"><strong>/mnt/ka</strong></span>.
</p><p>
@@ -197,7 +197,7 @@ bin/ dev/ etc/ ka/ lib/ modules/ proc/ sbin/ squashfs-root/ tmp/ usr/
</pre><p>
</p><p>
Go in the <span class="bold"><strong>/mnt/ka/ka</strong></span> directory, and see all new files available. All those files are needed to do a <span class="bold"><strong>KA</strong></span> duplication process. We will explain now the rule of each of them. You can modify all them, those files will be copied in the directory <span class="bold"><strong>/tmp/stage2</strong></span> of the client node of the duplication process (second step).
- </p><div class="sect3" title="2.1.1. ka-d.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2506883"></a>2.1.1. ka-d.sh</h4></div></div></div><p>
+ </p><div class="sect3" title="3.1.1. ka-d.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2991233"></a>3.1.1. ka-d.sh</h4></div></div></div><p>
This is the master script to declare a node as a golden node. This script takes a lot of arguments. This script should be run
on the host wich have the <span class="bold"><strong>/mnt/ka</strong></span> directory.
</p><pre class="screen">
@@ -213,38 +213,38 @@ bin/ dev/ etc/ ka/ lib/ modules/ proc/ sbin/ squashfs-root/ tmp/ usr/
-r 'grub|lilo' : choose the bootloader (you can add mkinitrd options)
ie: ka-d.sh -n 3 -p sda /tmp/desc -X 'sdb|sdc' -r 'grub --with=ata_piix --with=piix'</pre><p>
- </p></div><div class="sect3" title="2.1.2. replication.conf"><div class="titlepage"><div><div><h4 class="title"><a id="id2506929"></a>2.1.2. replication.conf</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.2. replication.conf"><div class="titlepage"><div><div><h4 class="title"><a id="id2991266"></a>3.1.2. replication.conf</h4></div></div></div><p>
This file contains all variables needed by other scripts. It also tries to get information like IP address.
- </p></div><div class="sect3" title="2.1.3. fdisk_to_desc"><div class="titlepage"><div><div><h4 class="title"><a id="id2506940"></a>2.1.3. fdisk_to_desc</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.3. fdisk_to_desc"><div class="titlepage"><div><div><h4 class="title"><a id="id2991278"></a>3.1.3. fdisk_to_desc</h4></div></div></div><p>
This script generate the description table of the hard drive disk in the <span class="bold"><strong>/tmp/desc</strong></span> file.
This file must follow some rules: one line per partition, with two fields : type of partition and size in megabytes.
The type can be linux, swap, extended. Other types can be obtained by appending their hexadecimal number to 'type'.
For example linux is the same as type83. The size is either a number of megabytes, or the keyword fill (to take all
available space). The logical partitions must have the logical keyword. Do a <span class="bold"><strong>man ka-d</strong></span> for more help.
- </p></div><div class="sect3" title="2.1.4. gen_modprobe_conf.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2506969"></a>2.1.4. gen_modprobe_conf.pl</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.4. gen_modprobe_conf.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2991307"></a>3.1.4. gen_modprobe_conf.pl</h4></div></div></div><p>
This script creates a basic output like the content of the<span class="bold"><strong>/etc/modprobe.conf</strong></span> file. Drawbacks
this file must be updated for each new modules available in the kernel (based on the <span class="bold"><strong>kernel/list_modules.pm</strong></span> file).
- </p></div><div class="sect3" title="2.1.5. ka-d-client"><div class="titlepage"><div><div><h4 class="title"><a id="id2506992"></a>2.1.5. ka-d-client</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.5. ka-d-client"><div class="titlepage"><div><div><h4 class="title"><a id="id2991330"></a>3.1.5. ka-d-client</h4></div></div></div><p>
The <span class="bold"><strong>ka-d-client</strong></span> binary file is used to get stage2 with the <span class="bold"><strong>KA</strong></span> method, and after get the whole system. The important argument is the <span class="bold"><strong>-s</strong></span> session name. A <span class="bold"><strong>KA</strong></span> can only connect to a specific session (getstage2, kainstall ...). The code source is available in the ka-deploy SRPM.
- </p></div><div class="sect3" title="2.1.6. ka-d-server"><div class="titlepage"><div><div><h4 class="title"><a id="id2507027"></a>2.1.6. ka-d-server</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.6. ka-d-server"><div class="titlepage"><div><div><h4 class="title"><a id="id2991365"></a>3.1.6. ka-d-server</h4></div></div></div><p>
The <span class="bold"><strong>ka-d-server</strong></span> binary file is used to be a <span class="bold"><strong>KA</strong></span> golden node server. Like the <span class="bold"><strong>ka-d-client</strong></span> the session arguments is an important parameter (<span class="bold"><strong>-s session_name</strong></span>). The session name will be <span class="bold"><strong>getstage2</strong></span> to retrieve the stage2 (after the PXE boot) and will be <span class="bold"><strong>kainstall1</strong></span> at duplication process step. If you want to do more than one duplication process of nodes at the same time, you should synchronize the ka_sesion name between the server and the client. The code source is available in the ka-deploy SRPM.
- </p></div><div class="sect3" title="2.1.7. ka_replication.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2507076"></a>2.1.7. ka_replication.sh</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.7. ka_replication.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2991414"></a>3.1.7. ka_replication.sh</h4></div></div></div><p>
Script launched on the <span class="bold"><strong>KA</strong></span> client (after getting stage2 and probing modules), to do the full process of the <span class="bold"><strong>Ka</strong></span> duplication.
This script call other scripts to prepare the node (prepare_node.sh), configure the bootloader (make_initrd_grub or make_initrd_lilo).
- </p></div><div class="sect3" title="2.1.8. store_log.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2507100"></a>2.1.8. store_log.sh</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.8. store_log.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2991438"></a>3.1.8. store_log.sh</h4></div></div></div><p>
Basic script to store the log of the <span class="bold"><strong>KA</strong></span> duplication process on an FTP server. Adjust to feet your need, and uncomment the line <span class="bold"><strong>#store_log.sh</strong></span> in the <span class="bold"><strong>/mnt/ka/ka/ka_replication.sh</strong></span> file.
- </p></div><div class="sect3" title="2.1.9. bootable_flag.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2507128"></a>2.1.9. bootable_flag.sh</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.9. bootable_flag.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2991466"></a>3.1.9. bootable_flag.sh</h4></div></div></div><p>
Script to set bootable an HDD using fdisk. First arg must be the HDD device.
- </p></div><div class="sect3" title="2.1.10. make_initrd_grub"><div class="titlepage"><div><div><h4 class="title"><a id="id2507140"></a>2.1.10. make_initrd_grub</h4></div></div></div><p>
- Restore and reload the Grub bootloader in the <span class="bold"><strong>/mnt/disk</strong></span> directory. It's a very basic script, and perhaps use the <span class="bold"><strong>restore_bootloader</strong></span> of the Mandriva Linux Rescue should be a better idea.</p></div><div class="sect3" title="2.1.11. make_initrd_lilo"><div class="titlepage"><div><div><h4 class="title"><a id="id2507163"></a>2.1.11. make_initrd_lilo</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.10. make_initrd_grub"><div class="titlepage"><div><div><h4 class="title"><a id="id2991477"></a>3.1.10. make_initrd_grub</h4></div></div></div><p>
+ Restore and reload the Grub bootloader in the <span class="bold"><strong>/mnt/disk</strong></span> directory. It's a very basic script, and perhaps use the <span class="bold"><strong>restore_bootloader</strong></span> of the Mandriva Linux Rescue should be a better idea.</p></div><div class="sect3" title="3.1.11. make_initrd_lilo"><div class="titlepage"><div><div><h4 class="title"><a id="id2991500"></a>3.1.11. make_initrd_lilo</h4></div></div></div><p>
Restore and reload the lilo bootloader in the <span class="bold"><strong>/mnt/disk</strong></span> directory. Again it's a very basic script, perhaps we should use the <span class="bold"><strong>restore_bootloader</strong></span> of the Mandriva Linux Rescue.
- </p></div><div class="sect3" title="2.1.12. prepare_node.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2507186"></a>2.1.12. prepare_node.sh</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.12. prepare_node.sh"><div class="titlepage"><div><div><h4 class="title"><a id="id2991523"></a>3.1.12. prepare_node.sh</h4></div></div></div><p>
This script remove in the futur system the old network's udev rules, old dhcp cache files, launch the script <span class="bold"><strong>gen_modprobe_conf.pl</strong></span> to regenerate an up to date <span class="bold"><strong>/etc/modprobe.conf</strong></span> in the new system, and launch the script to restore the bootloader. If you want to do more action on the installed, system, you can modify this script.
- </p></div><div class="sect3" title="2.1.13. send_status.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2507211"></a>2.1.13. send_status.pl</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.13. send_status.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2991549"></a>3.1.13. send_status.pl</h4></div></div></div><p>
Very basic perl script to open the port 12345, and paste the content of the <span class="bold"><strong>/tmp/ka*</strong></span> file. It also permit the execution of commands on node, if user send a message from the golden node with the <span class="bold"><strong>exec</strong></span> prefix.
- </p></div><div class="sect3" title="2.1.14. status_node.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2507234"></a>2.1.14. status_node.pl</h4></div></div></div><p>
+ </p></div><div class="sect3" title="3.1.14. status_node.pl"><div class="titlepage"><div><div><h4 class="title"><a id="id2991572"></a>3.1.14. status_node.pl</h4></div></div></div><p>
Script to connect to a client node, first arg must be the IP address of the node. You can run command on the node with the <span class="bold"><strong>exec</strong></span> prefix.
- </p></div></div></div><div class="sect1" title="3. The golden node, KA server"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2507254"></a>3. The golden node, KA server</h2></div></div></div><p>
+ </p></div></div></div><div class="sect1" title="4. The golden node, KA server"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2991591"></a>4. The golden node, KA server</h2></div></div></div><p>
Now, it is time to build a description of the node partitions. You can use the script <span class="bold"><strong>/mnt/ka/ka/fdisk_to_desc</strong></span> as root user, or your favorite text editor,
you can write a file like this one:
</p><p>
@@ -289,13 +289,13 @@ Socket 5 on port 30764 on node40.guibland.com ready.
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><span class="bold"><strong>-r "grub --with=jfs --with=ata_piix"</strong></span>: use grub bootloader and <span class="bold"><strong>--with=jfs --with=piix</strong></span> mkinitrd option in the chrooted system after the <span class="bold"><strong>KA</strong></span> deploiement</p></li><li class="listitem"><p><span class="bold"><strong>-n nb_nodes</strong></span>: specify how many nodes are clients</p></li><li class="listitem"><p><span class="bold"><strong>-p sda desc</strong></span>: specify the name of the hdd</p></li><li class="listitem"><p><span class="bold"><strong>-x /tmp</strong></span>: exclude <span class="bold"><strong>/tmp</strong></span> directory</p></li><li class="listitem"><p><span class="bold"><strong>-X sdb</strong></span>: exclude <span class="bold"><strong>sdb</strong></span> hdd for the duplication</p></li></ul></div><p>
</p><p>
Now the golden node is waiting for clients nodes to start replication.
- </p></div><div class="sect1" title="4. KA client node"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2507401"></a>4. KA client node</h2></div></div></div><div class="sect2" title="4.1. PXE server (kamethod)"><div class="titlepage"><div><div><h3 class="title"><a id="id2507406"></a>4.1. PXE server (kamethod)</h3></div></div></div><p>
+ </p></div><div class="sect1" title="5. KA client node"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2991740"></a>5. KA client node</h2></div></div></div><div class="sect2" title="5.1. PXE server (kamethod)"><div class="titlepage"><div><div><h3 class="title"><a id="id2991746"></a>5.1. PXE server (kamethod)</h3></div></div></div><p>
We have to configure the PXE to boot by default on <span class="bold"><strong>kamethod</strong></span>.
To do this just edit <span class="bold"><strong>/var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default</strong></span> and set
<span class="bold"><strong>DEFAULT</strong></span> to kamethod:
</p><pre class="screen">DEFAULT kamethod</pre><p>
So, next time a node boots, the PXE server will force the node to boot using the kamethod entry.
- </p></div><div class="sect2" title="4.2. Stage1 KA method, node waiting stage2"><div class="titlepage"><div><div><h3 class="title"><a id="id2507443"></a>4.2. Stage1 KA method, node waiting stage2 </h3></div></div></div><p>
+ </p></div><div class="sect2" title="5.2. Stage1 KA method, node waiting stage2"><div class="titlepage"><div><div><h3 class="title"><a id="id2991783"></a>5.2. Stage1 KA method, node waiting stage2 </h3></div></div></div><p>
Now, you boot all remaining nodes. The replication process
will start once all nodes are up and waiting on the <span class="bold"><strong>KA</strong></span>
screen.
@@ -304,7 +304,7 @@ Socket 5 on port 30764 on node40.guibland.com ready.
server the message <span class="bold"><strong>Can't reach a valid KA server</strong></span> will appear.
Each node will try five times to reach the <span class="bold"><strong>KA</strong></span> server, after that the node will reboot.
As the node boots on <span class="bold"><strong>kamethod</strong></span>, it will retry until it finds it.
- </p></div><div class="sect2" title="4.3. Stage2, the duplication process"><div class="titlepage"><div><div><h3 class="title"><a id="id2507490"></a>4.3. Stage2, the duplication process</h3></div></div></div><p>
+ </p></div><div class="sect2" title="5.3. Stage2, the duplication process"><div class="titlepage"><div><div><h3 class="title"><a id="id2991830"></a>5.3. Stage2, the duplication process</h3></div></div></div><p>
Once all the nodes have found the <span class="bold"><strong>KA</strong></span> server, the first
duplication process will start. This step duplicates the
<span class="bold"><strong>stage2</strong></span> from the <span class="bold"><strong>/mnt/ka</strong></span> directory
@@ -315,7 +315,7 @@ Socket 5 on port 30764 on node40.guibland.com ready.
Nodes will rewrite their partition table, then format their filesystems (ReiserFs, XFS,
ext2/3/4, JFS). All new partitions will be mounted in the <span class="bold"><strong>/mnt/disk</strong></span> directory.
Then, the drive duplication process will begin. On a fast Ethernet switch you can reach speeds of 10MBytes/sec.
- </p></div><div class="sect2" title="4.4. Prepare the node"><div class="titlepage"><div><div><h3 class="title"><a id="id2507559"></a>4.4. Prepare the node</h3></div></div></div><p>
+ </p></div><div class="sect2" title="5.4. Prepare the node"><div class="titlepage"><div><div><h3 class="title"><a id="id2991899"></a>5.4. Prepare the node</h3></div></div></div><p>
At the end of the duplication process, each node will
chroot its partitions and rebuild its <span class="bold"><strong>/boot/initrd.img</strong></span>,
and <span class="bold"><strong>/etc/modprobe.conf</strong></span> files.
@@ -323,12 +323,12 @@ Socket 5 on port 30764 on node40.guibland.com ready.
SCSI drives and adjusting its network card driver. Before
rebooting, each node reinstalls lilo/grub. All your node are
now ready, and are clone of master node.
- </p></div><div class="sect2" title="4.5. PXE server to local boot"><div class="titlepage"><div><div><h3 class="title"><a id="id2507585"></a>4.5. PXE server to local boot</h3></div></div></div><p>
+ </p></div><div class="sect2" title="5.5. PXE server to local boot"><div class="titlepage"><div><div><h3 class="title"><a id="id2991925"></a>5.5. PXE server to local boot</h3></div></div></div><p>
Don't forget to change the default PXE boot to <span class="bold"><strong>local</strong></span>
so node after replication will boot localy.
- </p></div></div><div class="sect1" title="5. Step by step from scratch KA duplication"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2507603"></a>5. Step by step from scratch KA duplication</h2></div></div></div><p>We will use a PIV 3gz box as golden node, with a SATA hard drive, and an Intel 82540EM Gigabit Ethernet Controller card. This golden box will be the: PXE, DHCPD, TFTP server. Client nodes are</p><p>
+ </p></div></div><div class="sect1" title="6. Step by step from scratch KA duplication"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="id2991942"></a>6. Step by step from scratch KA duplication</h2></div></div></div><p>We will use a PIV 3gz box as golden node, with a SATA hard drive, and an Intel 82540EM Gigabit Ethernet Controller card. This golden box will be the: PXE, DHCPD, TFTP server. Client nodes are</p><p>
</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>basic PIV 2.8gz, with a Realtek Semiconductor 8139 network card, and a IDE hard drive disk</p></li><li class="listitem"><p>PE2650 dual XEON 2.4gz, SCSI Hard Drive disk, and NetXtreme BCM5701 Gigabit Ethernet cards</p></li></ul></div><p>
- </p><p>Both nodes are configured to boot on their network card.</p><div class="sect2" title="5.1. Golden node side"><div class="titlepage"><div><div><h3 class="title"><a id="id2507638"></a>5.1. Golden node side</h3></div></div></div><p>
+ </p><p>Both nodes are configured to boot on their network card.</p><div class="sect2" title="6.1. Golden node side"><div class="titlepage"><div><div><h3 class="title"><a id="id2991977"></a>6.1. Golden node side</h3></div></div></div><p>
Prepapre the golden node, install all needed tools.
</p><p>
</p><pre class="programlisting">
@@ -951,7 +951,7 @@ Total data sent = 792 Megs, in 25445 packets
Transfer time = 69.904 seconds, throughput = 11.343 Mbytes/second
The pipeline was emptied in 4.002 seconds
</pre><p>
- </p></div><div class="sect2" title="5.2. KA client side"><div class="titlepage"><div><div><h3 class="title"><a id="id2507781"></a>5.2. KA client side</h3></div></div></div><p>
+ </p></div><div class="sect2" title="6.2. KA client side"><div class="titlepage"><div><div><h3 class="title"><a id="id2992121"></a>6.2. KA client side</h3></div></div></div><p>
To get the log of the client node, launch <span class="bold"><strong>/mnt/ka/ka/status_node.pl IPADD</strong></span> on the golden node.
</p><pre class="programlisting">
[root@node42 ka]# status_node.pl 10.0.1.111
@@ -1188,7 +1188,7 @@ Total data received = 788 Megs (10.796 Mbytes/sec); BUF :0M End of data flow
10.0.1.111&gt; ftp: connect: Connection refused
10.0.1.111&gt; Local directory now /tmp
10.0.1.111&gt; Not connected.
-</pre></div><div class="sect2" title="5.3. Post duplication process"><div class="titlepage"><div><div><h3 class="title"><a id="id2508568"></a>5.3. Post duplication process</h3></div></div></div><p>Now client nodes reboots, so we have to switch PXE to a local boot.</p><p>
+</pre></div><div class="sect2" title="6.3. Post duplication process"><div class="titlepage"><div><div><h3 class="title"><a id="id2992907"></a>6.3. Post duplication process</h3></div></div></div><p>Now client nodes reboots, so we have to switch PXE to a local boot.</p><p>
</p><pre class="programlisting">
[root@node42 ka]# vi /var/lib/tftpboot/X86PC/linux/pxelinux.cfg/default
DEFAULT local
href='#n2142'>2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013
2004-10-11 04:57  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: speculatively use aic79xx for Adaptec ASC-39320[AB]
	  cards

2004-10-10 22:31  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.19-1mdk

2004-10-10 22:30  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix sound on nicolas chipaux's sound card

2004-10-06 05:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add dadou's bluetooth key

2004-09-28 07:01  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: fixed entry at the wrong place

2004-09-28 06:57  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added ath_pci entries

2004-09-25 06:37  Erwan Velu <erwan@mandrakesoft.com>

	* lst/usbtable: Adding bluetooth adapter

2004-09-24 07:28  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.17-1mdk

2004-09-24 05:17  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: merged kernel 2.6.8.1.10mdk entries to be able to
	  list them during install.

2004-09-24 04:46  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: fixed ATI entries (don't forget to run make check)

2004-09-20 06:57  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: update ATI pciids

2004-09-20 05:04  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add new NVidia 6800

2004-09-14 07:47  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-6mdk

2004-09-14 07:29  Olivier Blin <oblin@mandrakesoft.com>

	* lst/: pcitable, usbtable: add empty type for capi driven devices

2004-09-14 05:31  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-5mdk

2004-09-14 03:18  Olivier Blin <oblin@mandrakesoft.com>

	* lst/: usbtable, pcitable: modules::probe_category compliance

2004-09-13 17:25  Olivier Blin <oblin@mandrakesoft.com>

	* lst/: usbtable, pcitable: dsl sl cards can't use capidrv

2004-09-13 17:21  Olivier Blin <oblin@mandrakesoft.com>

	* lst/usbtable: fix typo in descriptions

2004-09-13 08:22  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/pcitable: Map some Apple hardware (Christiaan Welvaar)

2004-09-13 04:49  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with kernel-2.6.8.1.5mdk

2004-09-09 07:53  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: fix usbtable

2004-09-09 07:36  Olivier Blin <oblin@mandrakesoft.com>

	* lst/usbtable: add/update some isdn cards that support capi
	  drivers only

2004-09-09 07:28  Olivier Blin <oblin@mandrakesoft.com>

	* lst/pcitable: add/update some isdn cards that support capi
	  drivers only

2004-09-08 11:47  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-4mdk

2004-09-08 11:44  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: prefix nut drivers by UPS

2004-09-08 11:23  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added entries for slamr and rt2500

2004-09-08 11:06  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: added slusb added driver for NetGear MA111

2004-09-06 06:21  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: add bug reference in 0.1.16-3mdk's changelog

2004-09-06 06:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: (changelog) only follow HEAD

2004-09-05 02:51  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added "nVidia Corp.|nForce2 UDMA 133 IDE
	  Controller" (bug #11173) Corporation => Corp. to be coherent with
	  the hardware database

2004-09-01 09:32  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added entries for IPW2200 Intel Corporation =>
	  Intel Corp.

2004-09-01 05:14  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: complete 0.1.16-3mdk's changelog

2004-09-01 05:14  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: package AUTHORS too

2004-09-01 05:14  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* AUTHORS: automatic filling from ChangeLog (stats showed 2 groups:
	  less than 70 commits and more than 200 commits)

2004-08-31 11:48  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: put newhidups driver for MGE UPS entries.  fixed
	  wacom entries.

2004-08-31 07:07  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-3mdk

2004-08-31 06:58  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: use right qla driver

2004-08-31 06:56  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: in 2.6.x kernel, pwcd was splited between pcwd_pci
	  and pcwd_usb

2004-08-31 06:55  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: according to kernel pcimap, ohci394 does not
	  register this device whereas yenta_socket does (the description
	  looks bogus and is neither in hwdata nor in pci.ids :-( despite
	  pixel log points to them)

	  kernel sources looks like this indeed a 'Ti|4450' device, but
	  we've not the full description.

2004-08-31 06:44  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: this device is now handled by sata_sx4

2004-08-31 06:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: pc300 replaced pc300too in both 2.4.x and 2.6.x
	  kernels long time ago

2004-08-31 06:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: according to kernel pcimap, dmfe does not register
	  this device whereas tulip does

2004-08-31 06:22  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: this device has two PCI functions, one for video
	  (tv) and one for audio.

	  since most people listen to audio through a jack between their tv
	  card and their sound card rather than using btaudio or snd-bt87x,
	  it's more important to support their tv/satellite card rather
	  than just soun,d

2004-08-31 06:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: 3c359 replaced 3c559 in both 2.4.x and 2.6.x
	  kernels

2004-08-31 06:08  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: according to kernel pcimap, yenta_socket does not
	  register this device whereas i82092 does

2004-08-31 06:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: according to kernel pcimap, yenta_socket does not
	  register this device whereas pd6729 does

2004-08-31 06:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: do one s/tulip/de2104x/ (according to kernel
	  pcimap, this device is only registred with de2104x)

2004-08-31 06:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: donauboe replaced toshoboe

2004-08-31 05:57  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: tulip_old is neither in 2.4.x kernel nor in 2.6.x
	  one

2004-08-31 05:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: hw_random replaced i810_rng too in both 2.4.x and
	  2.6.x kernels

2004-08-31 05:50  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: hw_random replaced both amd7xx_tco and amd768_rng
	  in both 2.4.x and 2.6.x kernels

2004-08-31 05:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: remove bogus 0xffff 0xffff entry

2004-08-31 05:35  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: tmspci replaced sktr long time ago

2004-08-30 11:59  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with kernel-2.6.8.1.5mdk

2004-08-30 04:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch one nForce2 from OSS to ALSA

2004-08-27 11:04  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-2mdk

2004-08-27 11:04  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: handle 3w-9xxx

2004-08-27 08:30  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* lst/MonitorsDB: -add Dell laptop 16/10 screen

2004-08-26 13:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.16-1mdk

2004-08-26 12:57  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch Intel/ICH6 sound card from OSS to ALSA b/c
	  of sound recording issues

2004-08-19 04:55  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: sync with kernel-2.6.8.1.1mdk

2004-08-18 11:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.15-1mdk

2004-08-18 11:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with kernel-2.6.8.1.1mdk

2004-08-17 07:55  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: updating nvidia fixing empty strings

2004-08-17 07:15  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: ADD ATI X800 Pro Graphic Card

2004-08-17 06:56  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/Cards+: ADD New NVIDIA 6800 Card Model

2004-08-17 06:55  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: ADD New Graphic Card NVIDIA 6800GT

2004-08-17 03:56  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: ADD X600 Pro card

2004-08-04 07:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.14-1mdk

2004-08-04 06:55  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: merge strings from usb.ids

2004-08-04 06:55  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* convert/README.pcitable: fix doc

2004-08-04 06:50  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: sync usbtable with with kernel-2.6.8-0.rc2.2mdk

2004-08-03 14:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.13-1mdk

2004-08-03 13:44  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: update 58 northbridge description from pci.ids

2004-08-03 13:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with pci.ids from 2004-08-02

2004-08-03 13:40  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: do it a little more cleanly

2004-08-03 13:27  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: more merge with kernel-2.6.8-0.rc2.2mdk

2004-08-03 13:21  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: add log alias on changelog target

2004-08-03 13:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with pci.ids (unfound by old
	  merge2pcitable.pl)

2004-08-03 13:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* convert/merge2pcitable.pl: import missing description later

2004-08-03 13:14  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* convert/merge2pcitable.pl: do not vivicate new devices (will look
	  later why merge2pcitable.pl does not find new devices from
	  pci.ids)

2004-08-03 13:11  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* convert/merge2pcitable.pl: get descriptions back from pci.ids if
	  needed

2004-08-03 13:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: one more string from pci.ids

2004-08-03 13:01  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix duplicates

2004-08-03 12:58  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add missing strings from pci.ids

2004-08-03 12:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with kernel-2.6.8-0.rc2.2mdk

2004-08-03 12:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with pciids.sf.net

2004-08-03 11:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with pciids.sf.net

2004-07-29 01:44  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.12-1mdk

2004-07-28 17:21  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: updated description

2004-07-26 14:33  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: fix 0.1.10-1mdk 's changelog :-(

2004-07-26 06:12  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.11-1mdk

2004-07-26 06:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: increase DELL monitors frequency ranges (from
	  hwdata-0.123)

2004-07-26 06:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: sync case with hwdata-0.123

2004-07-26 06:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: two new HP monitors

2004-07-26 06:00  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: introduce alternate EISA ids

2004-07-26 05:59  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: typo fix

2004-07-26 05:57  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: fix sorting

2004-07-26 05:56  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: remove a few dobles intruced by pixel

2004-07-26 05:50  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: sync with rh's hwdata-0.123

2004-07-21 10:43  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: bcm4400 -> b44	like (#9742)

2004-07-21 10:42  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: bcm5700 -> tg3 (#9742)

2004-07-07 10:10  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: Add NVIDIA PCI-express 5750 Card Add Matrox P750
	  Add NVIDIA GO 5600

2004-07-07 03:07  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add a Princeton monitor (#2633)

2004-07-07 03:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add a LCD monitor (Sylvain Vignaud)

2004-06-22 10:29  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #8295 (no ADSL over this card)

2004-06-15 15:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.10-1mdk

2004-06-15 15:23  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Add madwifi_pci for 16c8 0013 and slamr (slmodem)
	  for 10b9 5457

2004-06-15 15:13  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Modification of some bcm5700 in tg3 and add a few
	  chip names.

2004-06-08 19:35  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Add some cardbus controleur from
	  pciids.sourceforge.net Add module yenta_socket for the 0x1217
	  0x7114 (tested)

2004-06-08 18:14  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: CB1410 Cardbus Controller works with yenta_socket

2004-06-08 15:14  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: adding usb modules for dell PE750

2004-05-27 10:46  Pixel <pixel@mandrakesoft.com>

	* lst/: Cards+, pcitable: rename "NeoMagic (laptop/notebook)" to
	  "NeoMagic MagicGraph (laptop/notebook)" (cosmetic change)
	  (bugzilla #4686)

2004-05-24 17:02  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-16mdk

2004-05-24 17:02  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* Makefile: err file no longer exists

2004-05-24 17:01  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Add Quadro FX 1300 entries, fix Erwan changes

2004-05-12 12:11  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding some aacraid missing entries

2004-05-11 14:58  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Updating cciss & cpqarray pci ids

2004-05-10 13:21  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: fix module loading initio -> a100u2w

2004-05-03 18:03  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: pcitable: remove the few
	  remaining "Server:SVGA" since we don't have XF3 anymore

2004-05-03 16:44  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+: Cards+: drop XFree3 related data

2004-04-26 17:38  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-15mdk

2004-04-26 17:35  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Revert GeForce FX 5700 change, XFree86 4.3 "nv"
	  driver does not get it right

2004-04-26 17:29  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/MonitorsDB: Add Tatung C7BZR monitor specs

2004-04-20 14:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with kernel-2.6.3-10mdk

2004-04-20 11:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with rh's wdata-0.117 (add support for 4
	  geforce cards and fix one sound card)

2004-04-20 11:46  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: roll back bogus commit

2004-04-20 11:36  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with kernel-2.6.3-9mdk

2004-04-16 17:36  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-14mdk

2004-04-16 17:31  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: GeForce FX 5950 has an NV38 GPU GeForce FX 5700 and
	  Quadro FX 1100 are NV36 based

2004-04-07 11:50  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: "iteraid" => IT8212 RAID Controller for testing

2004-04-05 11:17  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing empty strings

2004-03-29 17:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add a new samsung monitor (Alojz Stanich
	  <ostijarej@volja.net>)

2004-03-29 10:49  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: geforce 4 => fx (cosmetic change since they're
	  aliased anyway)

2004-03-25 12:29  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-13mdk

2004-03-25 12:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #9159 (wrong module)

2004-03-25 12:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix several mach64 cards (QA request)

2004-03-24 10:39  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: add one more change in 0.1.9-12mdk

2004-03-24 10:39  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add support for warly laptop geforce card

2004-03-23 17:28  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: fix changelog

2004-03-23 17:27  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: add localsrpm target

2004-03-23 17:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: these two ones need Alan Cox's new "voodoo" driver
	  for Voodoo Graphics and Voodoo II  (which we do not have)

2004-03-23 17:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-12mdk

2004-03-23 17:16  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/: pcitable, usbtable: sync with rh's hwdata-0.113

2004-03-22 17:27  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: more changes

2004-03-22 17:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch all broadcom from b44 to bcm4400 on
	  hp/arnaud request because of MII support (we did the reverse move
	  on 2003-12-01 b/c of bcm4400 was not in all kernels)

2004-03-22 16:57  Till Kamppeter <till@mandrakesoft.com>

	* lst/: ScannerDB, scannerconfigs: Updated entries for "avision"
	  backend and for Kodak digicam backends.

2004-03-22 09:58  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: log more changes

2004-03-22 09:57  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with kernel-2.6.3-7mdk

2004-03-20 09:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add LG Flatron 995FT Plus (Bruno Thomsen
	  <bruno.thomsen@get2net.dk>)

2004-03-18 14:28  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: add bug ref

2004-03-18 12:12  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-11mdk

2004-03-18 12:11  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: reverse dc395x_trm => dc395x_trm move since it's
	  supposed to be managed by module-init-tools

2004-03-18 11:47  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: audigy does not work whereas snd-emu10k1 works
	  smoothly

2004-03-17 11:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: dc395x_trm was renamed as dc395x (#7233)

2004-03-16 17:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-10mdk

2004-03-16 17:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch a broadcom from b44 to bcm4400 on arnaud/hp
	  request

2004-03-05 12:42  Nicolas Planel <nplanel@mandrakesoft.com>

	* convert/merge2pcitable.pl: revert bad commit

2004-03-05 12:41  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, convert/merge2pcitable.pl, lst/usbtable: add
	  MSI WLAN PC2PC usb adapter
	  http://www.msi.com.tw/program/products/communication/cmu/pro_cmu_detail.php?UID=390

2004-03-03 08:36  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix Sil3512A description (#8579)

2004-03-02 15:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: thx make check

2004-03-02 15:37  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-9mdk

2004-03-02 15:36  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add missing realtek 8139 (#8012)

2004-03-02 14:40  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: merge 2.6.3-4mdk kernel pcimap

2004-03-01 17:44  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: make all intel bridges names look the same

2004-03-01 10:56  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-8mdk

2004-02-27 19:06  Till Kamppeter <till@mandrakesoft.com>

	* lst/ScannerDB: Fixed entry for AGFA SnapScan Touch (bug #8441).

2004-02-23 10:08  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add Samsung SyncMaster 765MB (Kozak Daniel
	  <pleusicles@freemail.hu>)

2004-02-20 16:55  Pixel <pixel@mandrakesoft.com>

	* convert/verify_Cards.pl: display file & line number in the error
	  message (nice for "unknown card", but not that nice for "no
	  Driver for card xxx", but it will do!)

2004-02-20 16:54  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: - $rm_quote_silent was expecting $_
	  whereas we passed a parameter - $rm_quote now expects a parameter
	  - add the line number in the data we collect - modify to_string()
	  to accept this 3rd element

2004-02-20 16:39  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: emacs compatible error messages

2004-02-20 10:24  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-7mdk

2004-02-20 10:23  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: updated ATI entries for radeon cards standardize
	  ATI name use

2004-02-19 14:45  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-6mdk

2004-02-18 18:39  Till Kamppeter <till@mandrakesoft.com>

	* lst/: ScannerDB, scannerconfigs: Fixed Firmware configuration
	  templates for SANE backend "artec_eplus48u".

2004-02-18 10:51  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: Add card FX5200 Ultra Update FX5200

2004-02-17 15:01  Gregory Letoquart <gletoquart@mandrakesoft.com>

	* lst/pcitable: Change for NVIDIA Quadro FX 1000 Change for NVIDIA
	  FX 5200 Change for NVIDIA FX 5600 Change for all MDK ATI Card
	  FBDEV to FGLRX

2004-02-17 13:16  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Update ATI Radeon 9600

2004-02-12 19:45  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: fix changelog

2004-02-12 18:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-5mdk

2004-02-12 18:04  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: remove ata_piix support for 24d1 device, ata_piix
	  is unable to use some ATAPI device in combined mode

2004-02-12 15:40  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: new id from ATI driver must be (fbdev) ...
	  unsupported by radeon XFree driver

2004-02-12 14:58  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: s/airo_mpi/airo/

2004-02-12 14:56  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: update ATI fglrx id

2004-02-12 13:51  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/: Cards+, pcitable: added SiS Real256E

2004-02-11 16:56  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/usbtable: Add a Bluetooth USB key

2004-02-10 01:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: remove empty line from hwdata

2004-02-10 01:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: sort acer monitors

2004-02-10 00:30  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: hwdata actually contained a typo :-)

2004-02-10 00:29  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: partial merge with rh's hwdata-0.105

2004-02-10 00:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add support for CTL 910TF monitor (#7664)

2004-02-09 19:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix module for Zoran ZR36057PQC device (#7654)

2004-02-09 13:32  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: all graphic cards now have a DRIVER

2004-02-09 11:27  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: fixup ehci-hcd for Acer USB2.0 controller

2004-02-09 11:13  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: - remove many UNSUPPORTED allowing using DRIVER for
	  those cards - S3 Trio 3D is handled by driver s3virge (bugzilla
	  #7583)

2004-02-09 11:12  Pixel <pixel@mandrakesoft.com>

	* convert/verify_Cards.pl: check "Driver" availability since XF3.3
	  is now in contrib

2004-02-08 04:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+: roll back "prevent spurious "SiS|"

2004-02-08 04:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-3mdk

2004-02-08 02:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/Cards+: prevent spurious "SiS|" empty vendor branch to appear
	  in Xconfig::card::card_config__not_listed()

2004-02-08 02:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* convert/README.pcitable: take not of url change

2004-02-08 02:16  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge with http://www.pcidatabase.com

2004-02-08 02:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: partial merge with rh's hwdata-0.105

2004-02-08 01:48  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: sync with http://pciids.sourceforge.net/pci.ids.bz2

2004-02-08 01:43  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: these devices do have a driver

2004-02-08 01:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: merge kernel-2.6.2.1mdk pcimap

2004-02-02 19:22  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-2mdk

2004-02-02 16:44  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.9-1mdk

2004-02-02 16:07  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: remove bad agp merge

2004-02-02 16:03  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: merge kernel 2.6.2-0.rc3.1mdk pcimap

2004-02-02 15:06  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add prism54 wireless cards support

2004-02-02 12:47  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add aureal sound cards support

2004-01-29 12:02  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: - support more sata controller sata_svw
	  ata_piix sata_promise (nplanel) - philippe.harrand tells his
	  Davicom card works with dmfe module, not tulip (gc)

2004-01-28 19:08  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: support more sata controller sata_svw ata_piix
	  sata_promise

2004-01-28 12:38  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: philippe.harrand at wanadoo.fr tells me his Davicom
	  card works with dmfe module, not tulip

2004-01-26 15:43  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-14mdk

2004-01-26 15:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add one alcor device (Jaco Greeff
	  <jaco@puxedo.org>)

2004-01-22 18:23  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: add sata_sil, sk98lin, NVidia
	  GForce FX 5950

2004-01-22 11:49  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/usbtable: Flag:TV doesn't exist

2004-01-21 18:50  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add other arch agpgart modules

2004-01-21 15:16  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: s/nvnet/forcedeth/

2004-01-21 11:58  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/usbtable: added: 0x0409	0x0040	"Removable:floppy"
	  "NEC Systems|Floppy (UFI)"

2004-01-20 17:42  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: convert/add agpgart 2.4 style to
	  agpgart 2.6 (intel-agp,ali-agp,...)

2004-01-06 11:38  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/MonitorsDB: - add 2 monitors (thanks to
	  Frederik Himpe, bugzilla #6710)

2003-12-17 23:28  Till Kamppeter <till@mandrakesoft.com>

	* lst/ScannerDB: Updated ScannerDB for SANE 1.0.13.

2003-12-15 03:31  Till Kamppeter <till@mandrakesoft.com>

	* lst/scannerconfigs: Support for scanner firmware upload.

2003-12-12 13:01  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: only log newer changes (thus preventing pixel to alter
	  previous commits :-))

2003-12-12 12:50  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: - use fbdev for some radeon's -
	  added new usbid for compatible adiusbadsl modem. (fpons)

2003-12-12 11:50  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: fix typo

2003-12-02 22:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add eisa id for one monitor (danny)

2003-12-01 18:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch one tested card from bcm4400 to b44 (which
	is present in both kernels whereas bcm4400 is not)

2003-11-28 13:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: - update newly added entry - fix some typo in an
	old entry btw

2003-11-28 11:45  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add a new monitor (Olivier LAHAYE)

2003-11-20 14:43  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix anthill #113 (use right module for CS 4614)

2003-11-18 12:10  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: declare a modem as a hcf one (according to
	http://nico-sg.chez.tiscali.fr/linux/linux2.htm)

2003-11-17 08:47  Daouda Lo <daouda@mandrakesoft.com>

	* lst/usbtable: - CDCEther (USB-over-Ethernet driver) works very
	well for Motorola   USB cable modems

2003-11-16 22:11  Fançois Pons <fpons@mandrakesoft.com>

	* lst/usbtable: added missing 0x1110 0x9024 for adiusbadsl entry
	(according to baud123 on eagle forum).

2003-11-15 20:14  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/usbtable: new entry for adiusbadsl
	compatible modem (aka Comtrend ?)

2003-11-08 05:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add one adsl over isdn modem (Steffen Barszus)

2003-10-31 03:35  Jean-Michel Dault

	* lst/pcitable: Replace tab by space in VoiceTronix cards

2003-10-31 03:19  Jean-Michel Dault

	* lst/pcitable: Add VoiceTronix telephony cards

2003-10-27 13:58  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding ENE CB 710

2003-10-23 19:17  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Broadcom NIC (14e4 1696): bcm5700 --> tg3

2003-10-17 15:23  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: Add, fix emulex module and ID

2003-10-14 16:44  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-11mdk

2003-10-14 16:44  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: - Updates for new libata drivers:   - VIA 8237 SATA
	controller (sata_via)	- Promise SATA150 TX4 controllers
	(sata_promise)

2003-10-13 13:12  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: "ATI Radeon (fbdev)" doesn't handle DRI

2003-10-13 06:50  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: s/3c940/sk98lin/

2003-10-06 11:04  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: reference ite raid controller (to be managed
	through iteraid once
	http://www.ite.com.tw/pc/LinuxSrc_it8212_092005-03.zip is merged in
	our kernel)

2003-09-25 21:03  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/usbtable: added new USB device 0x2304 0x051a "Pinnacle
	Systems, Inc.|Pinnacle Bungee (NTSC)"

2003-09-22 12:22  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-10mdk

2003-09-22 12:21  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: nvnet nforce3

2003-09-22 12:01  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec: new ldetect

2003-09-22 10:49  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/: Cards+, pcitable: remove Radeon (gpl) entry, add Radeon
	(fglrx) for card supporting commercial ATI driver (fglrx), update
	pcitable

2003-09-22 10:09  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-9mdk

2003-09-22 10:06  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added ATI Radeon (gpl) to avoid proprietary driver
	fglrx which does not work with mobile chipset (maybe), or at least
	340M.

2003-09-22 10:05  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: mobile driver may not be supported by fglrx,
	created ATI Radeon (gpl) for that.

2003-09-19 13:36  Frederic Lepied <flepied@mandrakesoft.com>

	* Makefile: run check in sprm target

2003-09-19 11:37  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-8mdk

2003-09-19 11:36  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #5479

2003-09-18 09:31  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-7mdk

2003-09-18 09:21  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/usbtable: fix titi sucks, make check is your best friend
	(can't blame fred he's the boss)

2003-09-18 09:12  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/usbtable: added two new ids for Sagem Fast 800 (very
	prolific)

2003-09-18 09:08  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: now reused snd-intel8x0 for SIS 7012

2003-09-17 13:14  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-6mdk

2003-09-17 13:13  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #2203 (wrong driver for one ali sound card)

2003-09-12 08:37  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-5mdk

2003-09-12 08:35  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: added Omnikey Carman ids

2003-09-11 13:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: alsa oops on sis chipset, oss works better

2003-09-10 18:33  Pablo Saratxaga <pablo@mandrakesoft.com>

	* lst/pcitable: Added labels for AMDK82[01]1 Wireless cards

2003-09-10 17:10  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: update

2003-09-10 16:21  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add a mouse

2003-09-10 15:19  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add ATI card detected by fglrx

2003-09-10 14:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-4mdk

2003-09-10 13:12  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added card "ATI Radeon (fbdev)" for Radeon not
	supported by XFree86 but supported by the fglrx proprietary driver
	from ATI.

2003-09-10 13:10  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: added DRIVER2 fglrx support.

2003-09-10 13:10  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added Radeon card support with fglrx (as DRIVER2).

2003-09-09 22:09  Till Kamppeter <till@mandrakesoft.com>

	* lst/: ScannerDB, scannerconfigs: Updated scanner database for
	SANE 1.0.12.

2003-09-08 12:12  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with pcimap from kernel 2.4.22.6mdk

2003-09-08 11:53  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/usbtable: Added new device: 0x091e 0x0200 "Garmin
	International|USB Data Card Programmer"

2003-09-07 17:52  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: add srpm target

2003-09-07 17:50  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-3mdk

2003-09-06 22:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #1837: make ldetect awawre of acx100_pci

2003-09-06 18:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add one more monitor from mattias through Todd
	Lyons

2003-09-06 13:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add 2 new monitors (#4989 and one from Ivan
	Kerekes)

2003-09-04 08:26  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: incomming 0.1.8-3mdk

2003-09-04 08:25  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: make Mach64 now use Utah GLX in experimental mode
	(who still want to use XFree 3.3.6 against XFree 4.3 ;-))

2003-09-02 17:07  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: one more monitor from jean-claude ben

2003-09-01 11:04  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: enforce "Vendor|Descr" syntax

2003-08-31 21:42  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: describe for some isdn usb adatators (Steffen
	Barszus)

2003-08-29 12:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.8-2mdk

2003-08-27 22:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add two new monitors (one apple and one nec)
	[Bryan Whitehead]

2003-08-27 20:03  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add one more IBM monitor (Bryan Whitehead)

2003-08-27 13:08  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: Recognize LSI Logic|PowerEdge
	RAID Controller 3/QC for Olidata Opteron system

2003-08-21 15:40  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: 0x1524 0x1411 is a yenta_socket on Asus Pundit
	machine (laurent at pschit.net)

2003-08-19 14:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - manage one more gefore card - cosmetic "typo" fix
	for a geforce fx card

2003-08-18 14:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add one more card from alsa-0.9.6

2003-08-15 01:52  Juan Quintela <quintela@mandrakesoft.com>

	* lst/pcitable: 3c990 & 3c990fx have die.  Long life to typhoon
	driver

2003-08-14 02:12  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: - pcitable	 o merge with modules.pcimap from
	kernel 2.4.22.0.3mdk-1-1mdk   o update with pci.ids 2003-08-13
	10:00:05 (pciutils-2.1.11-4mdk)   o merge with redhat's
	hwdata-0.89-1.1 - MonitorsDB   o merge with redhat's
	hwdata-0.89-1.1

2003-08-14 02:12  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: one really must not be too strict with
	redhat's pcitable

2003-08-14 02:01  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: s/gmac/sungem/ (thanks to Stew Benedict)

2003-08-14 02:00  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: merge with redhat's hwdata-0.89-1.1

2003-08-14 01:47  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with modules.pcimap from kernel
	2.4.22.0.3mdk-1-1mdk

2003-08-14 01:17  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: update with pci.ids 2003-08-13 10:00:05
	(pciutils-2.1.11-4mdk)

2003-08-14 01:09  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with redhat's hwdata-0.89-1.1

2003-08-12 10:40  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-17mdk

2003-08-11 14:30  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Use "pdc-ultra" for Promise SATA150 Controllers

2003-08-03 10:05  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/Makefile: Add creation date to the header of the generated
	lookup files

2003-08-03 09:49  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/.cvsignore: Added missing files

2003-08-01 20:39  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: Steffen Barszus says:
	
	There are two Eicon Cards that are false listed in ldetect-lst.
	
	Here the entries:
	
	0x1133	0xe001	"ISDN:hisax,type=11"	"Eicon|DIVA 20PRO ISDN
	Adapter"  <=== 0x1133  0xe002  "ISDN:hisax,type=11"    "Eicon|DIVA
	20 ISDN Adapter" 0x1133  0xe003  "ISDN:hisax,type=11"	
	"Eicon|DIVA 20PRO_U ISDN Adapter" <=== 0x1133  0xe004 
	"ISDN:hisax,type=11"	"Eicon|DIVA 20_U ISDN Adapter" 0x1133 
	0xe005	"ISDN:hisax,type=11"	"Eicon|ISDN Controller" 0x1133 
	0xe00b	"hisax" "Eicon Technology Corporation|DIVA 2.02"
	
	For proofread, the entries from actual kernels modules.pcimap
	
	hisax		     0x00001133 0x0000e002 hisax	       
	0x00001133 0x0000e004 hisax		   0x00001133 0x0000e005
	hisax		     0x00001133 0x0000e00b
	
	>From actual isdn4linux FAQ:
	http://www.mhessler.de/i4lfaq/i4lfaq-5.html#hardware
	
	supported cards: ....  Eicon DIVA 2.0 ISA and PCI (S0 and U
	interface, no PRO version) ....
	
	>From Vendor:
	http://www.eicon.de/support/helpweb/software.asp?h=dp&s=l
	
	"Not supported" ...  "Use Diva 2.01 PCI or Diva Server - drivers
	for these cards are included in isdn4linux."
	
	So this both: 0x1133  0xe001  "ISDN:hisax,type=11"    "Eicon|DIVA
	20PRO ISDN Adapter" 0x1133  0xe003  "ISDN:hisax,type=11"   
	"Eicon|DIVA 20PRO_U ISDN Adapter"
	
	should be changed to
	
	0x1133	0xe001	"unknown"    "Eicon|DIVA 20PRO ISDN Adapter" 0x1133
	 0xe003  "unknown"    "Eicon|DIVA 20PRO_U ISDN Adapter"
	
	Only Eicon Diva and Eicon Diva Server are supported, no Pro
	Version.  (I had a guy at de.comp.os.unix.linux.isdn with this card
	and mandrake 9.1)

2003-07-31 22:06  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Changing back the sound drivers from i810_audio to
	snd-intel8x0 for the following cards: 8086 24c5 / 8086 24d5 / 10de
	00da / 10de 006a hoping that the sound is now unmutted by default.

2003-07-28 11:11  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: better description for audiopci creative labs

2003-07-25 12:38  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: fix bug 3029.

2003-07-25 12:37  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: ATI Radeon 8500 now add support for DRI.

2003-07-24 20:43  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-16mdk

2003-07-24 20:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #4257

2003-07-10 11:10  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - fix one phillips saa7146 card module (Steffen
	Barszus) - describe one unknown bcm card (Alastair Wiggins)

2003-07-01 14:48  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add IDE ICH5 id

2003-06-27 14:18  Nicolas Planel <nplanel@mandrakesoft.com>

	* ldetect-lst.spec: 1.7.15mdk

2003-06-27 13:12  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: add new ICH5 id, add ati radeon 9800

2003-06-12 11:35  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: add warly's new proca's firewire controller (is
	really vendor:1039 device:7007 subv:1019 subd:1814 but sub'ids are
	maybe not really useful?)

2003-06-05 15:15  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: support more cards (from modules.pcimap)

2003-05-27 22:27  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-14mdk

2003-05-27 21:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: fix #2017

2003-05-27 14:10  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-22mdk

2003-05-27 14:08  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Merge from HEAD nvidia GeForce4 & Quadro4 IDs

2003-05-27 08:26  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-21mdk

2003-05-27 08:25  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: add hp zx1 IDs

2003-05-26 18:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: fix #2255 : add support for three more monitors
	(two futura and one sun)

2003-05-26 12:50  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: #3915 'Lucent Microelectronics Venus Modem' no more
	listed as a winmodem

2003-05-23 09:46  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: fix #1607

2003-05-22 17:58  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: add one more LG Flatron monitor (Benjamin
	Pflugmann)

2003-05-21 10:03  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/MonitorsDB: fix #3759 (wrong refresh rate)

2003-05-21 09:37  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: manage two previously unmanaged isdn cards (Steffen
	Barszus)

2003-04-24 06:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: handle dxr3/hollywood plus cards (feedback from
	frederic crozat)

2003-04-22 10:52  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: prevent freeze (#3793)

2003-04-06 21:54  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, update-ldetect-lst: don't use cat(1) in
	update-ldetect-lst (fix bug #3678)

2003-04-04 07:56  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add one cx88 based hauppauge card (driver developed
	at http://bytesex.org/cx88/ but not yet usable)

2003-03-28 16:47  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-12mdk

2003-03-28 16:46  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/Cards+: activated 3D on i830, i845, i85x and i865

2003-03-27 13:58  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-20mdk

2003-03-27 13:55  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Add newer AMD-81111 USB Controller

2003-03-27 13:53  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Suggest "usb-ohci" for AMD-8111 USB

2003-03-27 13:43  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Suggest "usb-ohci" for AMD-8111 USB

2003-03-27 13:15  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Add BCM >= 5704 cards ("bcm5700" driver)

2003-03-27 13:07  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Add Adaptec U320 cards ("aic79xx" driver)

2003-03-27 13:04  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* Makefile: Add support for standard rpm and localrpm targets from
	HEAD

2003-03-27 13:03  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: Merge in AMD K8 pci.ids

2003-03-25 14:52  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-11mdk

2003-03-25 14:43  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Correction for the intel sound card

2003-03-20 20:12  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* ldetect-lst.spec: Forgot to change the version tag

2003-03-20 19:35  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* ldetect-lst.spec: New package for the intel sound card.

2003-03-20 19:32  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Move an intel sound card from i810_rng to
	i810_audio because rng do not work very well with this sound card.

2003-03-20 16:49  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Added card SiS 650 for planel sucking.

2003-03-19 21:09  Frederic Lepied <flepied@mandrakesoft.com>

	* Makefile, ldetect-lst.spec: added support for standard rpm and
	localrpm targets.

2003-03-18 12:41  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Fix sis usb2 module name and graphics card name

2003-03-12 18:13  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable, ldetect-lst.spec: add a MemoryStick reader and a
	usb floppy drive from ghibo

2003-03-11 14:57  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: corrected tabulation

2003-03-11 14:25  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-8mdk

2003-03-11 14:25  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: nForce2 net => nvnet

2003-03-10 14:27  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-8mdk

2003-03-10 14:23  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/Cards+: NForce works with nv driver now

2003-03-06 17:36  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-7mdk

2003-03-06 13:24  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: fix some webcam description in harddrake2

2003-03-05 14:16  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-6mdk

2003-03-05 14:07  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: tagged hisax_st5481 as ISDN

2003-03-04 10:57  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: integrated NVidia ids from XFree 4.3

2003-02-28 20:19  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Modifie the 3c920 Tornado to use the module 3c90x
	(added in the last kernel)

2003-02-28 13:27  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: added support for ltmodem

2003-02-27 19:15  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: updated pcitable (pci.ids, redhat pcitable,
	modules.pcimap, http://www.yourvote.com/pci/vendors.txt)

2003-02-27 17:26  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: skip module pci from modules.pcimap

2003-02-27 17:24  Pixel <pixel@mandrakesoft.com>

	* convert/README.pcitable: cleanup of modules.* extraction

2003-02-27 16:56  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with 2.4.21.0.pre4.10mdk modules.pcimap

2003-02-27 16:51  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with hwdata-0.75

2003-02-27 16:50  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: add "NVIDIA GeForce FX (generic)"

2003-02-27 16:39  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: update with http://www.yourvote.com/pci/vendors.txt

2003-02-27 16:36  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with latest pci.ids

2003-02-27 16:36  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: add "SiS" generic card

2003-02-25 13:00  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add one

2003-02-19 18:42  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add some more (from Christophe Combelles)

2003-02-19 18:16  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: some monitors (from Christophe Combelles)

2003-02-18 22:25  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: added 0x8086 0x1960 0x0e11 0xc000 "Compaq Computer
	Corporation|Remote Insight Controller"

2003-02-17 05:14  Till Kamppeter <till@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-3mdk

2003-02-14 23:55  Till Kamppeter <till@mandrakesoft.com>

	* lst/: ScannerDB, scannerconfigs: Added some missing drivrs to
	ScannerDB, Updates for SANE patches.

2003-02-14 23:28  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Correction ohci => ehci

2003-02-13 09:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-2mdk

2003-02-13 09:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: make log computation faster, do incremental log

2003-02-13 02:34  Till Kamppeter <till@mandrakesoft.com>

	* lst/: Makefile, ScannerDB, scannerconfigs: Restructured and
	updated ScannerDB. For easy, fully automatic generation of
	ScannerDB with Scannerdrake added scannerconfigs file which
	contains the lines to put into the config files
	(/etc/sane.d/*.conf) of the scanner drivers. Now Scannerdrake
	should be able to set up nearly every SANE-supported scanner.

2003-02-12 16:29  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.7-1mdk

2003-02-12 16:15  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Add intel USB controller

2003-02-10 22:16  Arnaud de Lorbeau <adelorbeau@mandrakesoft.com>

	* lst/pcitable: Add bcm4400 and bcm5700 for two network cards.

2003-02-10 14:46  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix #286

2003-02-06 16:55  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: fix bug #1322

2003-02-06 15:18  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/: Cards+, pcitable: added Intel 865 entry

2003-02-05 12:58  Pixel <pixel@mandrakesoft.com>

	* lst/: Cards+, pcitable: add Intel(R) 852GM/855GM

2003-02-01 20:31  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add a memory stick (bug #798)

2003-01-30 11:05  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: adding LG StudioWorks 995E thx to Jure Repinc
	<jlp@holodeck1.com>

2003-01-29 08:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/ScannerDB: typo fix from the communauty (fix "unknown line
	1574 ( #for hardware detection)")

2003-01-28 11:09  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.6-1mdk

2003-01-28 08:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: i810_audio and snd-intel8x0 only handle
	0x10de:0x01b1 as a sound card.	0x10de:0x01b0 is *not* a sound card
	but a sub device of the sound card exported as a pci function in
	the same way most btxxx tv cards export their sound subdevice as a
	separate pci function.
	
	this fix the "detect two sound cards" on nforce2 chips

2003-01-27 21:49  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: Iiyama HM704UTC, Diamondtron thx to Danny Tholen
	<danny@mailmij.org>

2003-01-26 15:28  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add various (thanks to Thomas Backlund)

2003-01-25 22:27  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add a "PCI Bridge" entry (thanks to Quel Qun)

2003-01-25 20:46  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add network card (thanks to Thomas Backlund)

2003-01-25 14:54  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: cf bug #927

2003-01-22 20:04  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: add Samsung SyncMaster 955DF from Rolf Pedersen
	<rolfpedersen@mindspring.com>

2003-01-22 20:03  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: add Belinea 101536 from Pascal
	<pascalc6@wanadoo.fr>

2003-01-22 20:02  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: add Belinea 101525 thx to Pascal Cavy
	<pascal@vmfacility.fr>

2003-01-22 11:55  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+: use option ForceInit for
	Savage/IX-MV (see bug #730)

2003-01-21 23:44  Pixel <pixel@mandrakesoft.com>

	* Makefile: help people not forgetting to commit

2003-01-21 23:42  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/usbtable: add a mouse in usbtable

2003-01-12 14:38  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: o lst/pcitable: - merge with modules.pcimap
	from kernel 2.4.21.pre2.1mdk-1-1mdk - merge with
	http://www.yourvote.com/pci/vendors.txt - merge with pci.ids -
	merge with redhat's hwdata 0.62   (Radeon 9000, Radeon Mobility
	9000 and Radeon 9700 use "Card:ATI Radeon"   until someone finds
	they need a special entry in Cards+ (as for redhat, they   specify
	the CHIPSET, why?)) o lst/usbtable: - merge with usb.ids,v 1.111 -
	merge with modules.usbmap from kernel 2.4.21.pre2.1mdk-1-1mdk

2003-01-12 14:37  Pixel <pixel@mandrakesoft.com>

	* lst/Makefile: cleanup .pcitable and .usbtable

2003-01-12 14:29  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: merge with usb.ids,v 1.111 2003/01/02

2003-01-12 14:28  Pixel <pixel@mandrakesoft.com>

	* convert/README.pcitable: add example to update usbtable from
	usbutils

2003-01-12 14:26  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: merge with modules.usbmap from kernel
	2.4.21.pre2.1mdk-1-1mdk

2003-01-12 14:24  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with modules.pcimap from kernel
	2.4.21.pre2.1mdk-1-1mdk

2003-01-12 14:16  Pixel <pixel@mandrakesoft.com>

	* convert/README.pcitable: fix typo

2003-01-12 14:15  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with http://www.yourvote.com/pci/vendors.txt

2003-01-12 14:08  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: i don't know what "Secondary" video cards, so be on
	the safe side and use "unknown"

2003-01-12 14:02  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with pci.ids (version Sat 2003-01-04
	11:00:02)

2003-01-12 13:53  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: cleanup class AMD

2003-01-12 13:46  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: - merge with redhat's hwdata 0.62 (redhat 8.1 beta1
	phoebe) - Radeon 9000, Radeon Mobility 9000 and Radeon 9700 use
	"Card:ATI Radeon" until someone finds they need a special entry in
	Cards+ (as for redhat, they specify the CHIPSET, why?)

2003-01-12 13:40  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: update "known errors in redhat's
	pcitable"

2003-01-12 13:33  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: don't be too strict with redhat
	pcitable

2003-01-12 13:25  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: merge with redhat's hwdata 0.62 (redhat 8.1 beta1
	phoebe), including sorting entries

2002-12-19 22:44  Pablo Saratxaga <pablo@mandrakesoft.com>

	* lst/MonitorsDB: Added Iiyama MF-8115 model; normalized a bit the
	text strings of Iiyama models

2002-12-17 11:42  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/MonitorsDB: New Apple TiBook display

2002-12-04 20:20  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add ID for megaraid module, new Perc Card  (from
	version 1.18d)

2002-12-03 14:24  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add ID for bcm5700 (Gigabit ethernet card)

2002-11-25 16:58  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: snd-via8233 renamed snd-via82xx (alsa-rc6)

2002-11-25 16:53  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Fix order

2002-11-25 16:47  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/usbtable: 
	Add ID 0x1110/0x900f 0x1110/0x9010 for Sagem Fast 800 ADSL modem

2002-11-05 00:10  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: added correct kernel module (0x11c1 0x5811)

2002-11-04 22:59  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: added 2 new devices

2002-10-28 17:50  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: change Hsf & Hcf winmodems modules names from
	"Bad:..." to "H[c,s]f:..."

2002-10-28 12:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add new driver from alsa cvs

2002-10-24 12:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch to e100 for 0x8086:0x1229 (0x8086:0x000a)
	since eepro100 seems very buggy and often failed to open the link

2002-10-23 15:18  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: add KT400 CPU to PCI Bridge VT8377 add KT400's
	PCI-to-PCI Bridge (AGP)

2002-10-21 15:40  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-19mdk

2002-10-21 15:35  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added missing savage id

2002-10-15 07:35  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add support for usb video devices (florent
	beranger)

2002-10-11 16:59  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: fix typo

2002-10-10 17:59  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: fix some Hewlett-Packard scanner from niash
	backend

2002-10-10 09:52  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: move HSF/HCF modems module from "unknown" to
	"Bad:www.linmodems.org"

2002-10-02 11:36  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: add "PreReq: perl-base" (so that
	update-ldetect-lst works)

2002-10-01 18:56  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: change 0x8086 0x1059 from eepro100 to e100 per
	suggestion of cory.meisch@hp.com

2002-09-18 00:05  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Fix some errors ... :(

2002-09-17 23:53  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add new ID from modules.pcimap

2002-09-17 23:02  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add nForce2 ID

2002-09-17 15:40  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: added missing G450 DualHead.

2002-09-12 13:14  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: fix typo

2002-09-12 13:00  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add a dvb and a saa7134 cards

2002-09-12 12:27  Damien Chaumette <dchaumette@mandrakesoft.com>

	* ldetect-lst.spec: 17mdk

2002-09-12 10:27  Pixel <pixel@mandrakesoft.com>

	* lst/: Cards+, pcitable: add "sw_cursor" for card S3
	Inc.|86C270-294 Savage/IX-MV [DISPLAY_VGA] (vendor:5333 device:8c12
	subv:1179 subd:0001) as reported:
	
	> christoph.blume@gmx.de writes:
	>
	> > in RC2 I have following Problems. I must edit my XF86Config
	> > File and set the "sw_cursor" Option for my graphic card. In
	> > MDK 8.2 I can choose this during the installation, i think
	> > this feature is good for beginners.
	>
	> [...]
	>
	> > My Computer is an Toshiba Satellite Pro 4310, Celeron 600,
	> > 13"DSTN Display (800x600) and a Savage Graphics Chip.

2002-09-12 10:26  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add some removable entries

2002-09-09 15:46  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: - move last ISDN cards to "ISDN:module_name" syntax

2002-09-06 15:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add ohci1394 driver to a few ohci controller on
	fred request

2002-09-06 12:18  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Fixing 0x1028/0x000a name s/Si/Di/ (reported by
	Dell)

2002-09-05 16:10  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: fix for GeForce NV25
	now using fbdev or nvidia instead of nv.

2002-09-05 14:32  Fançois Pons <fpons@mandrakesoft.com>

	* lst/: Cards+, pcitable: GeForce4 0x10de/0x0250 only works with
	fbdev

2002-09-05 14:16  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: fix nplanel boulet * 2, only one TAB between fields

2002-09-05 14:10  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: fix planel bouletrie (duplicate entry..)

2002-09-05 14:05  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2002-09-03 11:09  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: corrected GeForce4 Ti4600 description

2002-09-02 08:12  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding firewire module for vaio

2002-08-29 14:50  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add new ID for qla2200 driver 0x1077/0x1216

2002-08-29 14:37  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add new ID 0x10ec/0x8169 : Realtek Gigabit ethernet
	adapter RTL8169

2002-08-29 13:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add new sound driver

2002-08-28 22:29  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, convert/usb-removables.pl, lst/usbtable: - add
	"Removable:floppy", "Removable:memory_card", "Removable:camera" -
	usb-removables.pl is useful to update usbtable Removable:xxx based
	on device descriptions

2002-08-28 15:21  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added r128 from HP

2002-08-26 22:35  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable, lst/usbtable: - fix syntax error
	in usbtable (and prevent this to happen again)

2002-08-26 22:34  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: enhance error detection (too many
	double quotes)

2002-08-26 21:49  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: added another "ohci1394" card

2002-08-26 07:10  Pablo Saratxaga <pablo@mandrakesoft.com>

	* lst/MonitorsDB: Added 4 monitors

2002-08-26 03:01  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-12mdk

2002-08-25 22:16  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add dc100 webcam

2002-08-25 22:12  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add new modem

2002-08-25 22:10  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add unknwon hub

2002-08-25 22:07  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: add unknown modem

2002-08-25 22:04  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add:   o ATI|USB Cable 205   o CCYU
	TECHNOLOGY|EasyDisk Portable Device   o
	Datafab/Unknown|Datafab-based Reader   o
	Datafab/Unknown|Datafab-based Reader   o EagleTec|External Hard
	Disk   o In-System Design|Portable USB Harddrive V2   o In-System
	Design|Portable USB Harddrive V2   o In-System Design|USB Storage
	Adapter V2   o JMTek|USBDrive	o Minds@Work|Digital Wallet   o
	SanDisk Corp.|ImageMate SDDR-12   o Sony Corp.|PEG Mass Storage   o
	Sony Corp.|Portable USB Harddrive V2
	
	- use usb-storage:   o Datafab Systems Inc.|Simple Technologies
	Flash Card Reader"   o Datafab Systems, Inc.|USB to CompactFlash +
	SmartMedia Combo (LC1)"   o Casio Computer Co., Ltd.|QV-8000SX
	Digicam"   o Freecom/Memorex|USB-IDE/BBQ Series 100 CD-R/RW"   o
	Hagiwara Sys-Com|FlashGate"   o Hagiwara Sys-Com|FlashGate
	SmartMedia Card Reader"   o In-System Design|USB/IDE Bridge
	(ATA/ATAPI)"   o LaCie|HardDrive"   o Linksys Inc.|SCM eUSB
	SmartMedia Card Reader / Camedia MAUSB-2"   o Microtech|CameraMate
	(DPCM_USB)"   o Microtech|SCSI-DB25 SCSI Bridge [shuttle]"   o
	Microtech|SCSI-HD50 SCSI Bridge [shuttle]"   o Minolta|Dimage S304"
	  o Minolta|Dimage S304"   o PNY/Datafab|PNY/Datafab CompactFlash &
	SmartMedia Card Reader"   o SanDisk Corp.|Compact Flash Reader /
	ImageMate SDDR-05a"   o SanDisk Corp.|SDDR-09-01 ImageMate
	SmartMedia Reader"   o SanDisk Corp.|SDDR-31 ImageMate CompactFlash
	Reader / ImageMate SDDR-31"   o SIIG/Datafab|SIIG/Datafab Memory
	Stick+CompactFlash & SmartMedia Card Reader/Writer [eusb]"   o
	Simple Tech/Datafab|Simple Tech/Datafab CompactFlash  & SmartMedia
	Card Reader"   o Sony Corp.|DSC-S30/S70/S75/505V/F505/F707
	Cybershot Digital Camera",   o Sony Corp.|MemoryStick MSC-U01N
	Reader"   o Sony Corp.|MSAC-US1 MemoryStick Reader"   o Sony
	Corp.|NW-MS7 Walkman MemoryStick Reader"   o Sony Corp.|Sony
	HandyCam MemoryStick Reader"   o Y-E Data, Inc.|FlashBuster-U"

2002-08-25 20:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: -add :	 o Frontier Labs|Nex II Digital   o
	Hitachi|DVD-CAM DZ-MV100A Camcorder   o Iomega|USB Clik! 40   o
	Panasonic|LS-120 Camera   o Shuttle Technology Inc.|eUSB ATA/ATAPI
	Adapter   o Shuttle Technology Inc.|eUSB CompactFlash Adapter	o
	Shuttle Technology Inc.|eUSCSI Bridge	o Shuttle Technology
	Inc.|eUSCSI Bridge - bettter description for:	o ScanLogic
	Corp.|SL11R-IDE [IDE Bridge] - use usb-storage for:   o Belkin
	Components|SCSI Adapter   o Fuji Photo Film Co., Ltd.|FinePix 4700
	Zoom / FinePix 1400 Zoom digital camrea   o Shuttle Technology
	Inc.|CD-RW Devicee   o Shuttle Technology Inc.|eUSB MultiMedia Card
	Reader / eUSB MMC Adapter   o Shuttle Technology Inc.|eUSB
	SmartMedia Card Reader / ImageMate SDDR09   o Shuttle Technology
	Inc.|E-USCSI Bridge   o Shuttle Technology Inc.|Hifd

2002-08-25 20:11  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add: - Lexar|Jumpshot USB CF Reader -
	SIIG|CompactFlash Card Reader

2002-08-25 19:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: - add:	 o Mitsumi|USB FDD   o
	Hewlett-Packard|CD-Writer Plus CD-4e"	o Microtech|CameraMate
	(DPCM_USB)   o Frontier Labs|Nex II Digital   o OCTAL,
	S.A.|PCBIT-USB ISDN Adapter" - handle with usb-storage :   o
	Mitsumi|CD-R/RW Drive"	 o Hewlett-Packard|CD-Writer Plus"   o
	Hewlett-Packard|CD-Writer Plus 8200e/Mesa"   o ScanLogic Corp.|IDE
	Bridge" - add name to unknown scanner: "Trust|Flat scan USB 1920t
	flat scan USB 19200

2002-08-25 19:48  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: add a new modem

2002-08-25 19:37  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: hp 8200e cd burner works with usb-storage

2002-08-25 19:30  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcmciatable: add PCMCIA Compaq iPAQ

2002-08-25 19:21  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: add Apache A56SP-HCF modem

2002-08-25 19:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add intel modem 536EP v.92

2002-08-25 19:11  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add Motorota Surfboard 4200 cable modem

2002-08-22 16:01  Damien Chaumette <dchaumette@mandrakesoft.com>

	* lst/pcitable: add Nforce Ethernet Controler

2002-08-22 13:45  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/usbtable: use "Mouse:USB|Microsoft
	Explorer" for those mice

2002-08-21 18:38  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: add Url (thanks to Yura Gusev)

2002-08-21 16:10  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Fix Firewire modules (unknown => ohci1394) on
	Audigy interface (Working now) 0x1102/0x4001

2002-08-20 19:32  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: default RPM to ~/rpm as i did in ldetect

2002-08-20 19:31  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-10mdk

2002-08-20 19:31  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* Makefile: split rpm target into rpm and srpm target as i did for
	ldetect

2002-08-20 15:54  Till Kamppeter <till@mandrakesoft.com>

	* lst/usbtable: s/Seiko Epson/Epson/ ("Seiko" confuses the users).

2002-08-20 15:26  Till Kamppeter <till@mandrakesoft.com>

	* lst/usbtable: s/Epson/Seiko Epson/ (to match with names in
	ScannerDB).

2002-08-20 10:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-9mdk

2002-08-20 10:04  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: fix broken stuff comitted by till

2002-08-20 00:19  Till Kamppeter <till@mandrakesoft.com>

	* lst/ScannerDB: Added new Epson models to scanner database for
	scannerdrake.

2002-08-19 22:14  Till Kamppeter <till@mandrakesoft.com>

	* lst/usbtable: Added new scanner models: Epson Perfection 660,
	1660 Photo, 2400 Photo Added photo card readers of Epson Stylus
	Photo 915/915 Changed comment of USB vendor 0x04b8 model 0x0005 to
	"Epson Corp.|USB Printer", nearly all Epson printers have this ID
	pair, so no program should report "Epson Stylus Color 760" then.

2002-08-18 20:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: 2 unknown cards were in fact "Media Vision"
	(reported by Danny Tholen <danny at mailmij dot org >)

2002-08-17 12:31  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: G550 *are* DualHead

2002-08-15 20:43  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: while updating from alsa-0.9 rc1 to rc2, i miss one
	new supported card

2002-08-15 20:28  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: - resync with alsa-driver-0.9rc3 - s/snd-card/snd -
	snd-dt0197h is snd-dt019x now

2002-08-15 20:19  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: resync with alsa-driver-0.9rc3

2002-08-13 15:36  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: - add entry "Intel
	845" using driver i810 (fix bug #60) - use accel for SiS 86C326
	(tested on a box here)

2002-08-08 18:40  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add a Philips monitor (given by Frederik Himpe)

2002-08-07 23:38  Pixel <pixel@mandrakesoft.com>

	* Makefile, lst/Makefile: stricter checks

2002-08-07 23:37  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with hwdata-0.36-1

2002-08-07 23:36  Pixel <pixel@mandrakesoft.com>

	* convert/verify_Cards.pl: adapt to new Xconfig::card

2002-08-07 23:32  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: normalize

2002-08-07 23:21  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: normalize

2002-08-07 11:07  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: update with redhat's hwdata-0.36-1

2002-08-06 15:38  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: fix typo (s/0xa518/0x0518/) for ov518

2002-08-06 15:11  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add ov518

2002-08-06 15:06  Pixel <pixel@mandrakesoft.com>

	* lst/: pcitable, usbtable: rename "Seiko Epson" in "Epson"

2002-08-06 15:05  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: replace "Laptop Display Panel" with "Flat Panel"

2002-08-06 13:26  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.4-6mdk

2002-08-06 13:22  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* Makefile: Add changelog rule to use cvs2cl for ChangeLog file,
	much nicer

2002-08-06 10:42  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: fix vendor for a megaraid (s/Dell/AMI/)

2002-08-05 20:09  Juan Quintela <quintela@mandrakesoft.com>

	* lst/pcitable: bcm5700 is story.  Great live to tg3

2002-08-02 10:00  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: add XaaNoPixmapCache for i815 too (per Mattias
	Dahlberg request)

2002-08-01 10:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch Danny Tholen sound card from oss to alsa

2002-07-31 22:29  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: Cards+ & pcitable:
	add "ATI Rage 128 TVout" with flag FB_TVOUT

2002-07-29 15:46  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add and fix name for via-rhine module
	(0x3065,0x3106,0x3053)

2002-07-28 21:58  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, convert/Cards2CardsNames.pl,
	convert/README.pcitable, lst/.cvsignore, lst/Cards+, lst/Makefile,
	lst/pcitable: - drop CardsNames (not used anymore by drakx) -
	Cards+: add Option "XaaNoPixmapCache" for i810 as suggested on
	cooker. 	   to be removed when the kernel works ok  - Cards+
	(and pcitable): to cleanup the tree in XFdrake	 - remove
	"Spacewalker HOT", "Octek", "Creative Blaster Exxtreme",    
	"Atrend", "ATrend", "SPEA", "Spider", "Actix", "Canopus", "Cardex" 
	   entries   - remove "Generic VGA compatible" and entries using it
	  - remove "Unsupported VGA compatible"   - replace "SMI" by
	"Silicon Motion"   - replace "ELSA" by "Elsa"	- replace "LeadTek"
	by "Leadtek"

2002-07-26 10:23  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Changing spaces to tabs for nvidia entries

2002-07-26 09:37  Erwan Velu <erwan@mandrakesoft.com>

	* lst/: Cards+, pcitable: Fixing NVIDIA Geforce 4 entries

2002-07-25 13:18  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add ID (9904) (990a) for 3Com card supported in the
	kernel but not in pcitable ! fix module name for 990[2-4] 990[8-a]
	=> module name : 3c990

2002-07-21 21:18  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: - pcitable	 - bttc -> bttv (typo fix)   -
	snd-cs461x -> snd-cs46xx (since snd-cs461x doesn't exist)   - fix
	many typos (please use make test!!)   - all new rh id're merged
	(titi)	 - new eepro100 IDs (nplanel)	- new Promise 20276
	(nplanel)

2002-07-21 21:18  Pixel <pixel@mandrakesoft.com>

	* convert/verify_Cards.pl: adapt to new Xconfigurator.pm

2002-07-21 21:10  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: - bttc -> bttv (typo fix) - snd-cs461x ->
	snd-cs46xx (since snd-cs461x doesn't exist) - fix many typos
	(please use make test!!)

2002-07-20 17:56  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: add Option "sw_cursor" for S3 Trio3D and SiS 6326

2002-07-20 16:49  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Add new eepro100 ID from Intel ICH4 Spec
	(0x103b,0x103c)

2002-07-20 10:12  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: - cleanup the comment at beginning - drop entries
	using any of RAMDAC CLOCKCHIP DACSPEED (obsolete stuff)

2002-07-19 12:48  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: Another ID for eepro100 NIC (8086/103a)

2002-07-19 11:46  Nicolas Planel <nplanel@mandrakesoft.com>

	* lst/pcitable: 
	
	Add ID for new Promise 20276 Fix VT8235 USB2.0 name

2002-07-18 15:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: more vendors sanitazation

2002-07-18 15:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - all new rh id're merged - normalize amd|compacq
	vendors name

2002-07-18 15:11  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - add more cards from rh - one unknown card use
	8139too now - normalize some vendor names which've different
	versions

2002-07-17 21:42  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: - pcitable: update
	with www.begent.co.uk/pcids.htm   especially interesting are the
	G200,G400,G450 multi head categorisation - Cards+: new entries for
	DualHead & QuadHead matrox

2002-07-17 21:41  Pixel <pixel@mandrakesoft.com>

	* convert/: README.pcitable, merge2pcitable.pl: special option for
	watching subids, but beware of it!

2002-07-17 21:26  Pixel <pixel@mandrakesoft.com>

	* convert/: README.pcitable, merge2pcitable.pl: add handling for
	pci ids from http://www.begent.co.uk/pcids.htm

2002-07-17 21:25  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: cleanup generic monitors

2002-07-17 20:46  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: normalize and drop unneeded use of subids

2002-07-17 20:05  Pixel <pixel@mandrakesoft.com>

	* convert/.cvsignore: [no log message]

2002-07-17 20:04  Pixel <pixel@mandrakesoft.com>

	* convert/Makefile: (clean): more cleanup

2002-07-17 20:04  Pixel <pixel@mandrakesoft.com>

	* convert/: Makefile, README.pcitable, xf86PciInfo2pcitable.c,
	xf86str.h: - drop getting info from XFree86 (XFree now uses
	http://pciids.sourceforge.net/) - nicer getting of kernel's info

2002-07-17 13:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: fill empty string for visor from what real device
	reported (aka fix "pixel think the (null) bug is still there when
	it isn't"

2002-07-17 12:51  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: - Cards+ + pcitable:   - add "ATI Radeon 8500"
	with no DRI_GLX   - add "SiS 6326 no_accel" with Option "no_accel" 
	 - add "NeoMagic 128XD" with special XaaNoScanline* options   - add
	"NeoMagic MagicMedia 256XL+" with Option "sw_cursor"   - add
	NEEDVIDEORAM for cards corresponding to /86c368|S3
	Inc|Tseng.*ET6\d00/	(hoping it will work: since the regexp was
	broken, it was never done.	 (it was applied on the module
	field of pcitable, instead of the description))    - remove CHIPSET
	except for cards which had needChipset	  - add UTAH_GLX,
	UTAH_GLX_EXPERIMENTAL	   (which card have them come from
	Xconfigurator.pm)    - add BAD_FB_RESTORE & BAD_FB_RESTORE_XF3

2002-07-17 12:50  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: - use new "SiS 6326 no_accel" - use new "NeoMagic
	128XD" - use new "Card:MagicMedia 256XL+" - use "Card:ATI Mach64
	Utah" for mach64 cards Utah-aware - use a special entry for Radeon
	8500

2002-07-17 12:49  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: - add "ATI Radeon 8500" with no DRI_GLX - add "SiS
	6326 no_accel" with Option "no_accel" - add "NeoMagic 128XD" with
	special XaaNoScanline* options - add "NeoMagic MagicMedia 256XL+"
	with Option "sw_cursor" - add NEEDVIDEORAM for cards corresponding
	to /86c368|S3 Inc|Tseng.*ET6\d00/   (hoping it will work: since the
	regexp was broken, it was never done.	  (it was applied on the
	module field of pcitable, instead of the description))	- remove
	CHIPSET except for cards which had needChipset - add UTAH_GLX,
	UTAH_GLX_EXPERIMENTAL	(which card have them come from
	Xconfigurator.pm) - add BAD_FB_RESTORE & BAD_FB_RESTORE_XF3

2002-07-17 12:46  Pixel <pixel@mandrakesoft.com>

	* lst/Makefile: add checking Cards+ in "make check"

2002-07-15 15:54  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: rh 7.3 beta merge, step 2 (66% done)

2002-07-15 15:20  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: rh b7.3 merge, first step (33% done)

2002-07-15 14:46  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: handle buggy redhat pcitable

2002-07-10 12:13  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: adding 176 for geforce 4

2002-07-08 09:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: s/snd-card/snd/g

2002-07-07 11:39  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: merge with redhat hwdata-0.32

2002-06-26 13:54  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable: - Merge AMD-8111 pci.ids from upstream pci.ids

2002-06-21 11:47  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: - Add more nForce things from
	Damien

2002-06-19 08:55  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: s/de4x5/tulip/ thanks to juan

2002-06-05 12:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: restore via8233 sound support

2002-05-24 09:36  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: added 0x8086 0x1039

2002-05-16 15:01  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: change one cirrus from oss to alsa as alsa seems to
	be better for this one

2002-05-06 18:49  Pixel <pixel@mandrakesoft.com>

	* AUTHORS: [no log message]

2002-04-25 17:38  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: HP sync.

2002-04-25 17:37  Fançois Pons <fpons@mandrakesoft.com>

	* lst/usbtable: added HP wheel mouse and keyboard (need
	consolidation).

2002-04-25 17:36  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: sync with HP stuff.

2002-04-07 20:11  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: added Agfa Snapscan Touch and fixed HP 2200c entry
	(unsupported both)

2002-03-21 12:56  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: Provides: hwdata for newer kudzu

2002-03-14 17:44  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: fixes ? in description (by titi)

2002-03-14 17:37  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, convert/merge2pcitable.pl: fixes for new
	release.

2002-03-14 17:32  Fançois Pons <fpons@mandrakesoft.com>

	* lst/: pcitable, usbtable: fix doubles.

2002-03-14 17:01  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: fix titi sucking

2002-03-14 17:00  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing wrong module for xircom pcmcia combo card

2002-03-14 16:57  Fançois Pons <fpons@mandrakesoft.com>

	* convert/merge2pcitable.pl: added check for verifying if a missing
	quote has been put on module or description.

2002-03-14 16:23  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing SB Audigy processor and game port

2002-03-14 11:51  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: microtekX6 does not have Vendor string in scsi
	ids. (scisi over usb)

2002-03-13 11:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: disable snd-card-via8233 support because of bugs

2002-03-10 15:22  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: added ASK DEVICE

2002-03-05 20:44  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: seems that 0x1013 0x1100 "Cirrus Logic|CL 6729"
	uses oldskool i82365 rather than yenta_socket :-(

2002-03-05 11:45  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add USB2.0 Controller

2002-03-04 09:53  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: switch a card from alsa to oss

2002-03-04 07:59  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/usbtable: add an usb mouse (Andreas Simon)

2002-03-01 15:28  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: changelog

2002-03-01 15:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - 1 new card - 3 old card that hadn't any modules
	have one now - fix one typo (s!snd-es1938!snd-card-es1938)

2002-03-01 15:01  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: final batch of sb isapnp cards (alsa merge has been
	completed)

2002-03-01 14:50  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: final batch of cs423x isapnp cards

2002-03-01 14:17  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: as usual, more isapnp cards...

2002-03-01 13:49  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: new sound cards

2002-03-01 13:44  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: many new isapnp cards

2002-03-01 13:00  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: update

2002-03-01 12:52  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: update my changes

2002-03-01 12:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: - sort db - add new cards

2002-03-01 12:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add one more joystick

2002-03-01 12:26  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: add my changes

2002-03-01 12:15  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - fix another typo - resort the db - add a new i810

2002-03-01 12:10  Pixel <pixel@mandrakesoft.com>

	* Makefile, convert/merge2pcitable.pl, lst/Makefile: add some
	better checking especially for titi. use "make check"!!

2002-03-01 12:05  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - fix a typo - add 15 cards - update 1 description

2002-03-01 11:43  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: various s3 changes (Erwan)

2002-02-28 11:17  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Modified s3 entries

2002-02-28 11:16  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: modified S3 supersavage

2002-02-27 23:23  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: yves fsckd in the royal way and forget to
	commit his spec changes in cvs whereas he bashed a few hours before
	trainee doing this :-(

2002-02-27 23:02  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: new package release

2002-02-27 22:41  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: update

2002-02-27 22:40  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: update changelog

2002-02-27 22:32  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: - fix 10 incorrect TV card names - add 15 new TV
	cards

2002-02-27 19:32  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: remove duplicate entry (quintela sucks)

2002-02-27 19:31  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: be sure to have \t everywhere

2002-02-27 11:42  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: three other O2 Micro CardBus controllers

2002-02-23 13:34  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added SiS 640 in card supported by XFree 4.

2002-02-22 15:30  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: s/53c7,8xx/sym53c8xx/

2002-02-20 21:13  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: lst/usbtable: add 3 mice

2002-02-20 21:13  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add 3 mice

2002-02-18 17:28  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: fix Connectix entries (qcam server)

2002-02-18 17:24  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: added support for Hewlett-Packard OfficeJet series

2002-02-18 16:22  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: fix Bell and Howell entries

2002-02-18 14:09  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: KYRO uses fbdev instead of vesa.

2002-02-18 09:04  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added GD5480 as working under XF 4.2 (Juan)

2002-02-18 02:07  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: sync with scanner.{c,h} version 0.47 from david
	nelson

2002-02-18 02:06  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: sync with sane 1.0.7

2002-02-18 01:41  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: ci before big merge

2002-02-17 23:53  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: - fix HP scanner entry. the trailing C need to be
	in CAPITAL letter. i say CAPITAL.  - added some HP models

2002-02-17 14:29  Yves Duret <yduret@mandrakesoft.com>

	* lst/: ScannerDB, usbtable: added more snapscan escanners + some
	add in usbtable (kbd..)

2002-02-17 12:43  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: mustek_pp updated

2002-02-17 01:55  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: one more HP escanner..

2002-02-17 01:18  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: some HP escanners added (but in UNSUPPORTED :(

2002-02-15 09:19  Juan Quintela <quintela@mandrakesoft.com>

	* lst/pcitable: use new qlogic drivers by default

2002-02-14 22:43  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: - add BuildRequires: perl-MDK-Common - GeForce
	Integrated use fbdev driver instead of nv (freeze).

2002-02-14 11:06  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: s/cmpci/snd-card-cmipci/ since cmpci seems less
	ususable than ALSA.

2002-02-11 16:41  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+, lst/pcitable, ldetect-lst.spec: GeForce Integrated
	really prefer fbdev instead of nv (else freeze).

2002-02-11 16:03  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/Makefile: fix the comment for accessing the
	CVS version

2002-02-07 22:28  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, update-ldetect-lst: upgrading the package
	should now work... using trigger :-(

2002-02-07 21:09  Pixel <pixel@mandrakesoft.com>

	* Makefile, Makefile.config, ldetect-lst.spec, update-ldetect-lst,
	lst/Makefile: adding update-ldetect-lst to take care of
	directorized pcitable/usbtable/...

2002-02-05 11:25  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: fix usbtable merge with kernel usbmap

2002-02-05 11:24  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: fix merge kernel usbmap

2002-02-05 11:08  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: 1240U Photo

2002-02-05 11:07  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: 0x04b8	0x010b	"scanner"	"Seiko Epson
	Corp.|Perfection 1240U"

2002-02-05 10:51  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: fix pbs in HP scanner usb

2002-02-05 10:45  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: added BW4830Pro thx MdkForum

2002-01-30 19:27  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: replace a de4x5 with tulip

2002-01-28 19:09  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: replaced de4x5 by tulip (asked by andre
	<andre@node1583e.a2000.nl> on cooker)

2002-01-28 00:18  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable, lst/usbtable: - pcitable: merge
	with redhat's pcitable, XFree86, vendors.txt, modules.pcimap -
	usbtable: merge with modules.usbmap, usb.ids

2002-01-28 00:16  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: read_pciids: make it more bullet proof

2002-01-27 23:21  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: keep bcm5700 module

2002-01-27 22:48  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: we now want yenta_socket

2002-01-25 15:36  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: s/ncr53c8xx/sym53c8xx/

2002-01-22 15:40  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.2-35mdk

2002-01-22 15:37  Fançois Pons <fpons@mandrakesoft.com>

	* lst/usbtable: fixed some typos (please do not use space for
	separator, use tab).

2002-01-22 15:35  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: fixed typo at line 664.

2002-01-22 15:32  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: small fixes for i830 agpgart reference (does we
	need that ?)

2002-01-22 15:29  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: made trident driver available for card that (may?)
	support it, but keep UNSUPPORTED flag.

2002-01-22 15:25  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Rendition Verite 1000, 2x00 are supported by 4.2.0.

2002-01-22 15:23  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: new entry for Card:NeoMagic MagicMedia
	(laptop/notebook) only supported by 4.2.0 (NM2230 and later).

2002-01-22 15:22  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Make some NeoMagic card running only 4.2.0.

2002-01-22 15:16  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: cyrix driver stated as running (feedback wanted
	though)

2002-01-22 13:57  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Chips and Technologies card supported by XFree86
	4.2.0.

2002-01-22 13:54  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: fixed an old ATI Mach8 card reference not marked as
	UNSUPPORTED (and should be).

2002-01-22 13:52  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added Ark Logic card support by XFree86 4.2.0 using
	ark driver.

2002-01-22 13:50  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added Card:AT25 only for XFree86 4.2.0.

2002-01-22 13:49  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: added Alliance AT25 support.

2002-01-22 13:42  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: SiS 300 is said to have problems with XFree 4.2.0.

2002-01-22 13:39  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: Using new Card:3Dlabs Permedia4 (generic) for card
	not supported by XF3.3.6.

2002-01-22 13:39  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Create a 3DLabs Permedia4 (generic) card (not
	supported in 3.3.6)

2002-01-22 13:28  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: marked all cards using 964, 968, Trio32, Trio64,
	Trio64V+, Trio64UV+, Aurora64V+, Trio64V2, Plato/PX as running with
	XFree 4.2.0.

2002-01-21 18:37  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added Card:Intel 830

2002-01-21 18:34  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: Intel 830 support (with Card)

2002-01-21 18:24  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: changed all S3 card to use DRIVER s3 but keep
	UNSUPPORTED flag, waiting for detailed documentation from XFree to
	choose the chipset supported.

2002-01-21 11:02  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/Cards+: 86c968 seems to work with XF4/vesa rather than XF3/s3

2002-01-17 09:50  Erwan Velu <erwan@mandrakesoft.com>

	* lst/usbtable: Fixing usb table

2002-01-16 13:19  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing & Adding Apple devices

2002-01-14 23:08  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: 0x106b 0x002: replace "sungem" with "gmac"   (Ian
	White <iwhite@victoria.tc.ca>) 0x104c 0x8020: use "ohci1394" (sub
	0x14db 0xf000)	 (Dave Seff <dseff1@nyc.rr.com>)

2002-01-14 13:02  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding VIA bridge

2002-01-14 09:27  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: added some entries for i830 chipset

2002-01-12 19:46  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2002-01-12 17:48  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: fix bad spaces with tabulations

2002-01-04 10:38  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing typo, missing tabs

2002-01-04 10:33  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Added some entries for Reliance Computer and Intel
	chipset

2001-12-28 09:35  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding module for 1022:7414

2001-12-18 17:07  Yves Duret <yduret@mandrakesoft.com>

	* lst/Makefile: fix scannerDB.gz creation..

2001-12-18 16:59  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: who is the mother fucker who used space instead of
	tab ?!

2001-12-18 16:56  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: fix typo

2001-12-18 16:53  Yves Duret <yduret@mandrakesoft.com>

	* lst/Makefile: compress scannerDB

2001-12-17 11:02  Erwan Velu <erwan@mandrakesoft.com>

	* lst/: pcitable, usbtable: Moving 1668:408 from PCI to USB table,

2001-12-17 10:57  Erwan Velu <erwan@mandrakesoft.com>

	* lst/usbtable: Updating USB table

2001-12-17 10:36  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding some descriptions to CMD Technology Devices

2001-12-14 16:08  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: i82365 -> yenta_socket

2001-12-11 13:48  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable, lst/pcitable.ia64: - Add
	IBM|ServeRAID-4Lx and IBM|ServeRAID-4Mx PCI IDs - On IA-64, suggest
	"qlogicfc" for Q Logic { 2100, 2200 } cards, since we still don't
	use qla2200 v5.31 in main kernels

2001-12-04 14:03  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/pcitable: add module identifier ohci1394 to device 104c:8019
	Texas Instruments|TSB12LV23 OHCI Compliant IEEE-1394 Controller

2001-12-04 11:26  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: add monitor from thomas poindessous
	<poinde_t@epita.fr>

2001-12-02 16:43  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: add Goldstar LG StudioWorks77i provided by
	Mickael Bouillard <rylecqfd@hotmail.com>

2001-11-27 17:25  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: added Seiko Epson Corp.|Perfection 1650 Photo

2001-11-26 15:09  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: typo

2001-11-26 15:07  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: corrected cryo label added bewan adsl pci modem

2001-11-23 13:02  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: - 0x136b 0xff01 "Kawasaki Steel Corporation|MEYE
	Video Adapter" - 0x9004 0xffff "Unknown Vendor|AIC7xxx compatible
	SCSI controller" - 0x9005 0xffff "Unknown Vendor|AIC7xxx compatible
	SCSI controller"

2001-11-23 12:41  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/usbtable: added driver for Samsung MPC-C30 USB webcam

2001-11-12 09:23  Yves Duret <yduret@mandrakesoft.com>

	* ldetect-lst.spec: -32mdk

2001-11-12 09:19  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: the really big heavy fat update

2001-10-16 14:11  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/MonitorsDB: Dell 791 doesn't exist, this was a typo, this
	991.  Thanks to Alexander Kirillov <kirillov@math.sunysb.edu>.

2001-10-16 13:21  Erwan Velu <erwan@mandrakesoft.com>

	* lst/usbtable: Added Espon Perfection 1650 Photo Usb Scanner

2001-10-10 13:57  Yves Duret <yduret@mandrakesoft.com>

	* ldetect-lst.spec: -31 i saied !

2001-10-10 13:54  Yves Duret <yduret@mandrakesoft.com>

	* ldetect-lst.spec: -31mdk

2001-10-10 13:54  Yves Duret <yduret@mandrakesoft.com>

	* lst/Makefile: added ScannerDB in install

2001-10-10 12:38  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: added scanner entries

2001-10-10 12:34  Yves Duret <yduret@mandrakesoft.com>

	* lst/ScannerDB: first version

2001-10-09 09:05  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* ldetect-lst.spec: - Now arch-dependant - Use "e100" on IA-64 for
	drivers = { 0x1229, 0x2449 }

2001-10-09 08:49  Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>

	* lst/pcitable.ia64: - pcitable.ia64: New. Do use "e100" driver by
	default for devices = { 0x1229,   0x2449 }.

2001-10-08 16:36  Pixel <pixel@mandrakesoft.com>

	* lst/Makefile: add handling of pcitable.$(arch) and
	usbtable.$(arch) which overrides what's in pcitable/usbtable

2001-10-03 21:12  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add some Cybervision's (Jorg <jorgp@bartnet.net>)

2001-10-03 13:41  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Fixing lots of null entries such as 0x1023 0x1236
	"" using www.yourvote.com/pci

2001-10-02 18:33  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* convert/README.pcitable: add information about adress
	(http://www.yourvote.com/pci/vendors.txt) where to get pci device
	name

2001-10-02 18:19  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: (read_pciids): lowercase ids

2001-10-02 16:41  Yves Duret <yduret@mandrakesoft.com>

	* ldetect-lst.spec: -28mdk

2001-10-02 16:39  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: fix typos in usb scanner

2001-10-02 15:47  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add i830 USB Host (erwan)

2001-10-01 13:01  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add hptraid

2001-10-01 12:38  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Added lots of intel devices and ATI Radeon mobility
	Fixing some empty devices

2001-09-26 13:59  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Correcting a typo on 1668/0408

2001-09-26 13:57  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Added 3Com V.90 Mini-PCI Modem (0x10b7/0x1007) &
	Actiontec WaveLan (0x1668/0x0408)

2001-09-25 12:13  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding and changing name of conexant winmodem id
	1815 & 1803

2001-09-24 15:50  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: corrected isdn vendor id

2001-09-24 14:28  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2001-09-24 14:27  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: replace ns558 by emu10k1-gp (Planel Nicolas)

2001-09-21 14:40  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec: fuck the world

2001-09-21 14:39  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec: oups

2001-09-21 14:36  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: added GeForce3 missing pci id.

2001-09-20 20:12  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: remove (yet again) tulip for some DEC cards, and
	ensure the bug in redhat pcitable won't both us again

2001-09-20 11:09  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: remove (yet again) tulip for some DEC
	cards, and ensure the bug in redhat pcitable won't both us again

2001-09-19 15:19  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: Rage 128 card are not supported by XF3.

2001-09-13 20:25  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.2-24mdk

2001-09-13 20:24  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: corrected wacom entries but wtf are these entries
	with vendor=0x0531 ?

2001-09-13 12:53  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/usbtable: updates

2001-09-12 03:08  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.2-23mdk

2001-09-12 03:08  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/Cards+: added matrox G550

2001-09-11 15:08  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added matrox G550.

2001-09-10 16:00  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: fixed suckings.

2001-09-10 14:58  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Fix descriptions of some nvidia cards.

2001-09-08 10:06  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add Daytek Vista (from Greg Sarsons
	<gsarsons@home.com>)

2001-09-06 16:06  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add firewire controller.

2001-09-05 11:14  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: replace AM53C974 with tmscsim

2001-09-05 10:50  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2001-09-05 10:48  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with latest modules.pcimap

2001-09-05 10:31  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: update with redhat's version

2001-09-03 02:43  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added radeon qz

2001-09-02 22:29  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: merge with hwd

2001-09-02 22:23  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: add hwd merging

2001-09-02 22:17  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: small merge with hwd table

2001-09-01 07:27  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/: isatable, usbtable: new devices added

2001-08-30 19:25  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2001-08-30 12:21  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: fix some bttv replaced by btaudio

2001-08-30 11:36  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add some Logitech mice

2001-08-29 08:46  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+: Matrox Millenium card are supported
	by XF4.

2001-08-29 02:07  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.2-19mdk

2001-08-28 20:03  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/MonitorsDB: entry for TiPowerBook - PPC

2001-08-27 14:00  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: oops corrected productid for wacoms.

2001-08-27 13:59  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: updated wacom ids.

2001-08-21 22:08  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec, convert/merge2pcitable.pl: [no log message]

2001-08-21 22:01  Pixel <pixel@mandrakesoft.com>

	* convert/README.pcitable: better error message

2001-08-21 22:00  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with redhat

2001-08-21 22:00  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: adding an optical mouse

2001-08-20 16:45  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add Belinea monitors (thanks to Alex Hulse
	<axh0@aber.ac.uk>)

2001-08-16 09:34  Erwan Velu <erwan@mandrakesoft.com>

	* lst/Cards+: changed driver for Kyro series, the previous module
	works only for Dreamcast ! back to vesa mode !

2001-08-14 18:44  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/MonitorsDB: More Apple displays

2001-08-14 10:25  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: fix format pbs

2001-08-13 16:30  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: remove SERVER for "KYRO Series" as XF3 doesn't handle
	it

2001-08-13 16:25  Erwan Velu <erwan@mandrakesoft.com>

	* lst/: Cards+, pcitable: added Kyro video card familly, added also
	in Card+ (id 104a:0010)

2001-08-13 13:02  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: "Toshiba|Toshiba-4010CDT" is not a graphical card
	(?)

2001-08-13 13:02  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: merge with latest usb.ids

2001-08-13 09:10  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding IBM ServeRAID card 0x1014 0x01bd with ips

2001-08-06 09:55  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: added ohci1394 for 104d:8039

2001-08-01 22:16  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix realtek description

2001-08-01 21:59  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable, lst/usbtable: merge with
	2.4.6-5mdk pcitable and usbtable

2001-07-31 16:37  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: dd studioDV from pinnacle

2001-07-30 13:25  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: reverted fritz card support.

2001-07-30 11:50  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: bad driver for new fritz! card

2001-07-30 11:23  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: added new AVM fritz card

2001-07-26 12:53  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: updated Sedbauer ISDN cards + firmware

2001-07-25 11:06  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: updated ISDN detection.

2001-07-24 09:59  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: added Parallel controller: PCI device 1409:7268
	(Timedia Technology Co Ltd)

2001-07-20 02:05  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: added ISDN card type in the pcitable itself.

2001-07-20 00:13  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: ISDN concept

2001-07-18 10:42  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/isatable: fix cmi8330 detection

2001-07-05 11:28  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: SiS 300 card update.

2001-07-04 17:35  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: the 15mdk is going.

2001-07-04 17:33  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added VMware virtual cards.

2001-07-04 17:17  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added some more card, notably VMware and IMS one.

2001-07-04 17:13  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: synced with XFree 4.1.0

2001-07-04 15:37  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: merged with kaweth.c from kernel 2.4.5

2001-07-04 14:59  Yves Duret <yduret@mandrakesoft.com>

	* lst/usbtable: updated with kernel 2.4.5

2001-06-25 12:07  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: fix a miro card name

2001-06-22 12:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* ldetect-lst.spec: add last changes

2001-06-22 12:48  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: es1370 doesn't work for "Ensoniq|ES1370 [AudioPCI]"
	(ID 0x12745000) replace it by "snd-card-ens1370" wich operates
	smoothly

2001-06-22 12:34  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add a new Pinnacle PCTV

2001-06-22 11:38  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add support for ALS4000

2001-06-15 15:41  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/pcitable: fixed 0x8086 0x1229 driver

2001-06-14 18:05  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2001-06-14 13:18  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with XF4.1

2001-06-05 13:40  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/pcitable: added module identifier to "Apple|Keylargo USB"

2001-05-23 11:40  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: DEC|DECchip 21152 seems to have been wrongly marked
	as a tulip ethernet adapter, but it seems to be a PCI bridge.
	Thanks to Gary Brack <gbrack@huey.jpl.nasa.gov>

2001-05-20 15:32  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/: Makefile, isatable: moved isatable here from detect to have
	a unified database

2001-05-19 22:32  Stefan Siegel <siegel@linux-mandrake.com>

	* lst/: Makefile, pcmciatable: added pcmciatable (merge with
	HardDrake)

2001-05-03 13:33  Erwan Velu <erwan@mandrakesoft.com>

	* lst/pcitable: Adding module snd-card-via8233 for VIA-8233 chipset

2001-05-02 17:29  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Change nm256 to nm256_audio.

2001-04-30 20:26  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: Fix aureal web site (#3299)

2001-04-26 13:25  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add support for following tv cards :	- CyberMail
	AV  - Leadtek WinFast TV 2000	    - AG GMV1	    - I-O Data Co.
	GV-BCV4/PCI

2001-04-21 11:44  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: remove buggy entry (thanks to Andreas Voegele)

2001-04-14 23:19  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add a Logitech mouse

2001-04-14 10:34  Stew Benedict <sbenedict@mandrakesoft.com>

	* lst/MonitorsDB: add Apple display entries to MonitorsDB

2001-04-10 20:49  Frederic Lepied <flepied@mandrakesoft.com>

	* ldetect-lst.spec: 0.1.2-13mdk

2001-04-10 20:48  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/pcitable: added GeForce3 and CyberBlade/Xpm entries

2001-04-10 09:16  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec: [no log message]

2001-04-10 09:15  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: added Trident CyberBladeXP

2001-04-09 17:54  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: new release

2001-04-09 17:54  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add ohci LUCENT host.

2001-04-09 11:57  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add missing usb-uhci's and one usb-ohci

2001-04-04 22:42  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add i815e usb-uhci controller.

2001-04-04 13:47  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add description for some cards

2001-04-04 12:13  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: merge with modules.usbmap

2001-04-04 12:09  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: add merge with modules.usbmap

2001-04-04 11:38  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: updated with modules.usbmap from the kernel

2001-04-03 11:41  Frederic Lepied <flepied@mandrakesoft.com>

	* lst/usbtable: added Flag:TV for Logitech QuickCam Express

2001-04-02 16:32  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: ISDN description updated Olitec updated

2001-04-02 13:19  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: add Hauppauge WinTV/PVR

2001-03-30 10:32  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: addition from "R.I.P. Deaddog"
	<maddog@linuxhall.org> on cooker

2001-03-28 09:47  Warly <warly@mandrakesoft.com>

	* lst/MonitorsDB: fix compudyne line

2001-03-24 18:18  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: cleaned pcitable

2001-03-24 18:18  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: cleaned

2001-03-24 18:17  Pixel <pixel@mandrakesoft.com>

	* lst/usbtable: add floppy drive

2001-03-24 18:16  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: (cleanup_subids): cleanup

2001-03-23 17:11  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/usbtable: USB Wacom driver set to
	Tablet:wacom

2001-03-23 11:15  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: (cleanup_subids): clean the
	unneeded/duplicated subids to keep pcitable clean (main source of
	dirtyness is modules.pcimap of the kernel)

2001-03-22 22:51  Thierry Vignaud <tvignaud@mandrakesoft.com>

	* lst/pcitable: new cards for bttv

2001-03-22 17:25  Pixel <pixel@mandrakesoft.com>

	* lst/MonitorsDB: add some CTX from cooker

2001-03-21 18:43  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: fixed Matrox G450 entries in
	pcitable relative to Cards+

2001-03-19 11:28  Pixel <pixel@mandrakesoft.com>

	* lst/Cards+: remove "DRIVER ati" for Mach32 cards:
	
	From: "Alaric Ravenhall" <alaricravenhall@hotmail.com> Subject:
	[Cooker] Beta 8.0 and ATI Mach 32, ESS solo-1 audiodrive -AA fonts
	in KDE To: cooker@linux-mandrake.com Date: Mon Mar 19 02:45:34 2001
	+0100 Reply-To: cooker@linux-mandrake.com
	
	Hi all.  I installed (two days ago) LM beta 8.0 from provided
	ISO's.	It looks pretty clean, I was impressed by the overall look
	and feel. Even though my fonts in Konq are messed up when viewing
	text files (maybe that's the antialiasing everyone has talked
	about.)They look fine in GNOME, however, which is too bad, because
	KDE is my preferred desktop.  At any rate, XFree86 4.02 (AND 4.01
	AND 4.0) do NOT like the venerable Mach32 by ATI. The Xserver dies
	when I try to 'test' it and it just lists my options I picked and
	'try some different parameters.' I went to X 3.3.6 (THANK YOU for
	putting it in the options) and X fires up fine.

2001-03-15 09:37  Fançois Pons <fpons@mandrakesoft.com>

	* ldetect-lst.spec, lst/Cards+, lst/pcitable: [no log message]

2001-03-13 18:21  Pixel <pixel@mandrakesoft.com>

	* ldetect-lst.spec: updated

2001-03-13 18:19  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: - add an dpt_i2o - lot of modif from jeff

2001-03-11 21:24  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: change the description for some 815e entries

2001-03-07 19:59  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: removed bad isdn card

2001-03-07 19:54  Dam's <damien@mandrakesoft.com>

	* lst/pcitable: added one isdn card

2001-03-06 16:55  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with /lib/modules/2.4.2-7mdk/modules.pcimap,
	anaconda-7.1-1.200102051925's pcitable, kudzu-0.92.1-1's pcitable

2001-03-06 16:54  Pixel <pixel@mandrakesoft.com>

	* convert/Makefile, ldetect-lst.spec: [no log message]

2001-03-06 16:46  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: for merging, auto-rename yenta_socket
	in i82365

2001-03-06 12:57  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: use e100 for 0x8086	0x1229

2001-02-21 15:32  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: 8129 chipset now use 8139too

2001-02-04 11:37  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: merge with rh

2001-02-04 11:36  Pixel <pixel@mandrakesoft.com>

	* convert/: README.pcitable, .cvsignore: [no log message]

2001-02-04 11:33  Pixel <pixel@mandrakesoft.com>

	* convert/README.pcitable: s/merge2pcitable/merge2pcitable.pl/

2001-02-04 11:30  Pixel <pixel@mandrakesoft.com>

	* convert/.cvsignore: [no log message]

2001-01-25 15:27  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec, lst/pcitable: snd-card-intel8x0 -> i810_audio

2001-01-25 14:08  Guillaume Cottenceau <gc@mandrakesoft.com>

	* ldetect-lst.spec: snapshot

2001-01-23 13:53  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: add tulip Bridgecom 10/100

2001-01-15 07:16  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Use i810_audio instead of snd-card-intel8x0

2001-01-15 07:03  Chmouel Boudjnah <chmouel@mandrakesoft.com>

	* lst/pcitable: Add more intel-i810-audio ids.

2001-01-08 17:53  Guillaume Cottenceau <gc@mandrakesoft.com>

	* lst/pcitable: add network card for HP omnibook xe3

2000-12-21 15:19  Pixel <pixel@mandrakesoft.com>

	* Makefile, Makefile.config, ldetect-lst.spec: add
	ldetect-lst-devel

2000-12-21 14:57  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: added i128 and siliconmotion driver entry.  updated
	SiS 620 support back with XF4.0.2.

2000-12-21 14:48  Pixel <pixel@mandrakesoft.com>

	* lst/pcitable: add new entries from XFree86-4.02

2000-12-19 14:08  Fançois Pons <fpons@mandrakesoft.com>

	* lst/pcitable: updated with new pci id provided by Erwan.

2000-12-19 14:08  Fançois Pons <fpons@mandrakesoft.com>

	* lst/Cards+: updated with savage driver, according to Erwan.

2000-12-18 13:08  Pixel <pixel@mandrakesoft.com>

	* .cvsignore, Makefile, Makefile.config, convert/Makefile,
	convert/merge2pcitable.pl, convert/verify_Cards.pl, lst/.cvsignore,
	lst/Makefile: add verif

2000-12-18 11:39  Pixel <pixel@mandrakesoft.com>

	* Cards+, Cards2CardsNames.pl, MonitorsDB, isdn.db, pcitable,
	usbtable: moved in dir lst

2000-12-16 18:26  Pixel <pixel@mandrakesoft.com>

	* Makefile, ldetect-lst.spec, usbtable, lst/usbtable: add usbtable

2000-12-16 14:11  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: small fixes add read_pcilst (alex's
	detect format)

2000-12-16 12:51  Pixel <pixel@mandrakesoft.com>

	* convert/merge2pcitable.pl: replace tabs in description with
	spaces for pciids import (otherwise ruins the format)

2000-12-15 23:54  Pixel <pixel@mandrakesoft.com>

	* README.pcitable, merge2pcitable, convert/Makefile,
	convert/README.pcitable, convert/merge2pcitable.pl,
	convert/xf86PciInfo2pcitable.c, convert/xf86str.h: move to convert
	directory the convert tools

2000-12-15 18:19  Pixel <pixel@mandrakesoft.com>

	* Makefile, ldetect-lst.spec: [no log message]

2000-12-15 16:38  Pixel <pixel@mandrakesoft.com>

	* .cvsignore, Cards2CardsNames.pl, Makefile, MonitorsDB, isdn.db,
	convert/Cards2CardsNames.pl, lst/MonitorsDB, lst/isdn.db: added

2000-12-15 16:03  Pixel <pixel@mandrakesoft.com>

	* Cards+, lst/Cards+: creation

2000-12-15 15:24  Pixel <pixel@mandrakesoft.com>

	* Makefile, ldetect-lst.spec: put the version in .spec too,
	otherwise can't use rpm C-c e :)

2000-12-15 14:45  Pixel <pixel@mandrakesoft.com>

	* Makefile: add comments to installed pcitable

2000-12-15 14:38  Pixel <pixel@mandrakesoft.com>

	* Makefile, README.pcitable, ldetect-lst.spec, merge2pcitable,
	pcitable, lst/pcitable: creation, now pcitable is standalone and
	its reference is HERE