Date: Sun, 29 Jun 2003 10:22:47 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 33844 for review Message-ID: <200306291722.h5THMl2l096737@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=33844 Change 33844 by marcel@marcel_nfs on 2003/06/29 10:22:36 Remove stale call to pci_get_devid(). We give it the id. Affected files ... .. //depot/projects/uart/dev/uart/uart_bus_pci.c#2 edit Differences ... ==== //depot/projects/uart/dev/uart/uart_bus_pci.c#2 (text+ko) ==== @@ -86,7 +86,7 @@ static struct pci_id * uart_pci_match(uint32_t type, struct pci_id *id) { - type = pci_get_devid(dev); + while (id->type && id->type != type) id++; return ((id->type) ? id : NULL);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306291722.h5THMl2l096737>