summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-07-01 16:26:35 +0000
committerBill Nottingham <notting@redhat.com>1999-07-01 16:26:35 +0000
commit736c5ea6feaf005d966b74a388f74aa94cc40c14 (patch)
tree556e9c24a7a6497a3ce43ea099a0d41252004909 /isys
parentac059d0ac2e2e8bceaf698c10a93fc7868e9e293 (diff)
downloadanaconda-736c5ea6feaf005d966b74a388f74aa94cc40c14.tar.gz
anaconda-736c5ea6feaf005d966b74a388f74aa94cc40c14.tar.xz
anaconda-736c5ea6feaf005d966b74a388f74aa94cc40c14.zip
change text at top of table
Diffstat (limited to 'isys')
-rwxr-xr-xisys/pci/makeids7
-rw-r--r--isys/pci/pcitable5
2 files changed, 7 insertions, 5 deletions
diff --git a/isys/pci/makeids b/isys/pci/makeids
index 99a112ce1..12831e41f 100755
--- a/isys/pci/makeids
+++ b/isys/pci/makeids
@@ -17,7 +17,7 @@ sub parseLine {
open(F, "pcitable");
while (<F>) {
chop;
- if (/^# List of known device classes/) { print "moo\n"; break; }
+ if (/^# List of known device classes/) { break; }
if (/^#/) { next; }
s/ *$//;
if (!length($_)) { next };
@@ -39,8 +39,9 @@ open(F, "<pci.ids");
open(DRIVERS, ">pcitable");
-print DRIVERS "# This file is automatically generated from isys/pci. Editing\n";
-print DRIVERS "# it by hand is rarely the right thing to do.";
+print DRIVERS "# This file is automatically generated from isys/pci. Edit\n";
+print DRIVERS "# it by hand to change a driver mapping. Other changes will\n";
+print DRIVERS "# be lost at the next merge - you have been warned.";
print DRIVERS "\n";
print DRIVERS "# The format is (\"%d\\t%d\\t%s\\t\"%s\"\\n\", classid, devid, moduleName, cardDescription)";
print DRIVERS "\n\n";
diff --git a/isys/pci/pcitable b/isys/pci/pcitable
index a2f62ba6a..aad0137e7 100644
--- a/isys/pci/pcitable
+++ b/isys/pci/pcitable
@@ -1,5 +1,6 @@
-# This file is automatically generated from isys/pci. Editing
-# it by hand is rarely the right thing to do.
+# This file is automatically generated from isys/pci. Edit
+# it by hand to change a driver mapping. Other changes will
+# be lost at the next merge - you have been warned.
# The format is ("%d\t%d\t%s\t"%s"\n", classid, devid, moduleName, cardDescription)
0x0e11 0x3032 unknown "Compaq|QVision 1280/p Rev 0"