PERFORCE change 127834 for review

Kip Macy kmacy at FreeBSD.org
Sat Oct 20 12:55:11 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127834

Change 127834 by kmacy at kmacy_home:ethng on 2007/10/20 19:54:06

	add 2 new fields to pci_dev 

Affected files ...

.. //depot/projects/ethng/src/sys/sys/linux_pci.h#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/sys/linux_pci.h#2 (text+ko) ====

@@ -29,6 +29,8 @@
 	unsigned int bus;
 	unsigned int hdr_type;
 	unsigned int rid_irq;
+	uint32_t vendor;
+	uint32_t device;
 	struct resource *rmap[SEGS];
 	struct resource *intr;
 	void *inthand_cookie;


More information about the p4-projects mailing list