Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 01:32:30 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 111865 for review
Message-ID:  <200612180132.kBI1WUBf087565@repoman.freebsd.org>

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

Change 111865 by imp@imp_bugs on 2006/12/18 01:31:36

	Yet another attachment.

Affected files ...

.. //depot/projects/arm/src/sys/dev/iicbus/iicbb.c#7 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/iicbus/iicbb.c#7 (text+ko) ====

@@ -422,6 +422,7 @@
 DRIVER_MODULE(iicbb, lpbb, iicbb_driver, iicbb_devclass, 0, 0);
 DRIVER_MODULE(iicbb, viapm, iicbb_driver, iicbb_devclass, 0, 0);
 DRIVER_MODULE(iicbb, cxm_iic, iicbb_driver, iicbb_devclass, 0, 0);
+DRIVER_MODULE(iicbb, at91_bbiic, iicbb_driver, iicbb_devclass, 0, 0);
 
 MODULE_DEPEND(iicbb, iicbus, IICBUS_MINVER, IICBUS_PREFVER, IICBUS_MAXVER);
 MODULE_VERSION(iicbb, IICBB_MODVER);



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