diff options
| author | Thierry Vignaud <tv@mageia.org> | 2011-05-06 19:00:35 +0000 |
|---|---|---|
| committer | Thierry Vignaud <tv@mageia.org> | 2011-05-06 19:00:35 +0000 |
| commit | 114852087dce74fb11a5c9f0fe211c1dc14f551b (patch) | |
| tree | 481ca9a0f0154efefcc6d18e0d1bd134e86279b0 | |
| parent | b51b712067e577202940fc21e94d2dbb3ba3efd6 (diff) | |
| download | drakx-backup-do-not-use-114852087dce74fb11a5c9f0fe211c1dc14f551b.tar drakx-backup-do-not-use-114852087dce74fb11a5c9f0fe211c1dc14f551b.tar.gz drakx-backup-do-not-use-114852087dce74fb11a5c9f0fe211c1dc14f551b.tar.bz2 drakx-backup-do-not-use-114852087dce74fb11a5c9f0fe211c1dc14f551b.tar.xz drakx-backup-do-not-use-114852087dce74fb11a5c9f0fe211c1dc14f551b.zip | |
(get_pci_description) bind libldetect new API for stage1's stuff
| -rw-r--r-- | perl-install/NEWS | 1 | ||||
| -rwxr-xr-x | perl-install/c/stuff.xs.pl | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index cefe8a730..6c73a0aa9 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- bind more pciutils/libldetect for stage1 - localedrake: o use proper locales-XX packages for Albanian (#1036) diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 46bff27fb..1dbc9686a 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -253,6 +253,10 @@ void usleep(microseconds) unsigned long microseconds + +char* +get_pci_description(int vendor_id,int device_id) + void pci_probe() PPCODE: |
