Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2007 00:05:13 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 112916 for review
Message-ID:  <200701150005.l0F05DZt019533@repoman.freebsd.org>

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

Change 112916 by kmacy@kmacy_serendipity:sam_wifi on 2007/01/15 00:04:17

	ensure that the ic lock is acquired before the driver softc lock
	enroll them in the proper order in WITNESS

Affected files ...

.. //depot/projects/wifi/sys/kern/subr_witness.c#20 edit

Differences ...

==== //depot/projects/wifi/sys/kern/subr_witness.c#20 (text+ko) ====

@@ -361,6 +361,18 @@
 	{ "nfsd_mtx", &lock_class_mtx_sleep },
 	{ "so_snd", &lock_class_mtx_sleep },
 	{ NULL, NULL },
+
+	/*
+	 * IEEE 802.11
+	 */
+	{ "802.11 com lock", &lock_class_mtx_sleep},
+	{ NULL, NULL },
+	/*
+	 * Network drivers
+	 */
+	{ "network driver", &lock_class_mtx_sleep},
+	{ NULL, NULL },
+
 	/*
 	 * CDEV
 	 */



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