Searched hist:"40 abe76bf085cf7ba831daa709ec0edbf1869b55" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ena/ |
H A D | ena.h | diff 40abe76bf085cf7ba831daa709ec0edbf1869b55 Sun Jul 08 22:39:38 CEST 2018 Warner Losh <imp@FreeBSD.org> Add PNP info to PCI attachment of ena driver
Make unsigned values uint16_t for pnp table. They are properly uint16_t befause they are 16-bit PCI IDs. The PNP_INFO language has no type for bare unsigned.
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Pull Request: https://github.com/bsdimp/freebsd/pull/5
|
H A D | ena.c | diff 40abe76bf085cf7ba831daa709ec0edbf1869b55 Sun Jul 08 22:39:38 CEST 2018 Warner Losh <imp@FreeBSD.org> Add PNP info to PCI attachment of ena driver
Make unsigned values uint16_t for pnp table. They are properly uint16_t befause they are 16-bit PCI IDs. The PNP_INFO language has no type for bare unsigned.
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Pull Request: https://github.com/bsdimp/freebsd/pull/5
|