~ubuntu-branches/ubuntu/precise/pciutils/precise

« back to all changes in this revision

Viewing changes to lib/obsd-device.c

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-06-26 14:17:57 UTC
  • mfrom: (2.1.18 sid)
  • Revision ID: james.westby@ubuntu.com-20100626141757-xsp7xqv15qotwels
Tags: 1:3.1.7-4
Update pci.ids with snapshot dated 2010-06-12

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
  pci_generic_fill_info,
147
147
  obsd_read,
148
148
  obsd_write,
 
149
  NULL,                                 /* read_vpd */
149
150
  NULL,                                 /* dev_init */
150
151
  NULL                                  /* dev_cleanup */
151
152
};