Changeset 590f9d031162dd2377980c4daadff7cc85cdff02 for com32/lib/pci/scan.c
- Timestamp:
- 11/09/09 09:44:58 (3 years ago)
- Children:
- f85c63bf65cebe98025022e56fbbdb95310b574a
- Parents:
- fe18d4a75a7c5281188bff42c2bdbc53f1ec9ee8
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-09T10:44:58Z+0100
- Files:
-
- 1 modified
-
com32/lib/pci/scan.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
com32/lib/pci/scan.c
rfe18d4 r590f9d 113 113 strcpy(sub_product_id,"0000"); 114 114 strcpy(sub_vendor_id,"0000"); 115 dev->dev_info->linux_kernel_module_count=0;116 115 117 116 /* for each line we found in the modules.pcimap */ … … 634 633 return -ENOMODULESALIAS; 635 634 636 dev->dev_info->linux_kernel_module_count=0;637 638 635 /* for each line we found in the modules.pcimap */ 639 636 while ( fgets(line, sizeof line, f) ) {
