PERFORCE change 149369 for review

Rafal Jaworowski raj at FreeBSD.org
Sun Sep 7 14:40:54 UTC 2008


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

Change 149369 by raj at raj_mimi on 2008/09/07 14:40:49

	Add SYS_RES_GPIO resource type for ARM. This is a prerequisite for the
	upcoming integrated Marvell GPIO controller driver.

Affected files ...

.. //depot/projects/arm/src/sys/arm/include/resource.h#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/include/resource.h#3 (text+ko) ====

@@ -41,5 +41,6 @@
 #define	SYS_RES_DRQ	2	/* isa dma lines */
 #define	SYS_RES_MEMORY	3	/* i/o memory */
 #define	SYS_RES_IOPORT	4	/* i/o ports */
+#define	SYS_RES_GPIO	5	/* general purpose i/o */
 
 #endif /* !_MACHINE_RESOURCE_H_ */


More information about the p4-projects mailing list