Date: Sat, 20 Oct 2007 19:54:47 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127834 for review Message-ID: <200710201954.l9KJslci042738@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127834 Change 127834 by kmacy@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710201954.l9KJslci042738>