PERFORCE change 122576 for review

Maxim Zhuravlev thioretic at FreeBSD.org
Sat Jun 30 16:55:30 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122576

Change 122576 by thioretic at thioretic on 2007/06/30 16:55:21

	Just thinking about how to distinguish old and new drivers..

Affected files ...

.. //depot/projects/soc2007/thioretic_gidl/sys/bus.h#2 edit

Differences ...

==== //depot/projects/soc2007/thioretic_gidl/sys/bus.h#2 (text+ko) ====

@@ -486,6 +486,7 @@
 	const char	*dmd_busname;
 	kobj_class_t	dmd_driver;
 	devclass_t	*dmd_devclass;
+	int stackaware;
 };
 
 #define	DRIVER_MODULE(name, busname, driver, devclass, evh, arg)	\
@@ -494,7 +495,8 @@
 	evh, arg,							\
 	#busname,							\
 	(kobj_class_t) &driver,						\
-	&devclass							\
+	&devclass,							\
+	0								\
 };									\
 									\
 static moduledata_t name##_##busname##_mod = {				\


More information about the p4-projects mailing list