PERFORCE change 1206969 for review
John-Mark Gurney
jmg at FreeBSD.org
Sat Mar 7 19:22:31 UTC 2015
http://p4web.freebsd.org/@@1206969?ac=10
Change 1206969 by jmg at jmg_carbon2 on 2015/03/07 19:22:10
have cardbus use the correct types for these variables..
Affected files ...
.. //depot/projects/pciehotplug/sys/dev/cardbus/cardbus.c#3 edit
Differences ...
==== //depot/projects/pciehotplug/sys/dev/cardbus/cardbus.c#3 (text+ko) ====
@@ -174,7 +174,8 @@
{
device_t brdev = device_get_parent(cbdev);
device_t child;
- int bus, domain, slot, func;
+ uint32_t domain;
+ uint8_t bus, slot, func;
int cardattached = 0;
int cardbusfunchigh = 0;
struct cardbus_softc *sc;
More information about the p4-projects
mailing list