Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2007 16:55:28 GMT
From:      Maxim Zhuravlev <thioretic@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122576 for review
Message-ID:  <200706301655.l5UGtSID060676@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122576

Change 122576 by thioretic@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 = {				\



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