Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2015 19:22:30 GMT
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1206969 for review
Message-ID:  <201503071922.t27JMUfL097053@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://p4web.freebsd.org/@@1206969?ac=10

Change 1206969 by jmg@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503071922.t27JMUfL097053>