~ubuntu-branches/ubuntu/wily/hwinfo/wily

« back to all changes in this revision

Viewing changes to src/hd/hal.c

  • Committer: Bazaar Package Importer
  • Author(s): William Vera
  • Date: 2009-06-08 22:18:36 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090608221836-1ss2hutt4xhq414c
Tags: 16.0-1
* New upstream release
* Renamed libhd15 to libhd16 according to new soname.
* Updated the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
}
338
338
 
339
339
 
 
340
hal_prop_t *hal_add_new(hal_prop_t **prop)
 
341
{
 
342
  while(*prop) prop = &(*prop)->next;
 
343
  *prop = new_mem(sizeof **prop);
 
344
  hal_invalidate(*prop);
 
345
 
 
346
  return *prop;
 
347
}
 
348
 
 
349
 
340
350
void add_pci(hd_data_t *hd_data)
341
351
{
342
352
  hd_t *hd;