[parisc-linux-cvs] linux grundler

Grant Grundler grundler@dsl2.external.hp.com
Mon, 02 Sep 2002 22:27:48 -0600


Grant Grundler wrote:
> Log message:
> add missing "Boot Block Input" (16) and "Boot Block Output" (17)
> use with IODC_IO[ENTRY_IO].

here's the final diff.
Sorry.  I didn't realize the same table was split in two.

grant

Index: include/asm/pdc.h
===================================================================
RCS file: /var/cvs/linux/include/asm-parisc/pdc.h,v
retrieving revision 1.45
retrieving revision 1.47
diff -u -p -r1.45 -r1.47
--- include/asm/pdc.h	25 May 2002 06:06:14 -0000	1.45
+++ include/asm/pdc.h	3 Sep 2002 04:24:20 -0000	1.47
@@ -817,10 +817,13 @@ struct pz_device {
 
 /* IODC ENTRY_IO() */
 #define ENTRY_IO_BOOTIN		0
+#define ENTRY_IO_BOOTOUT	1
 #define ENTRY_IO_CIN		2
 #define ENTRY_IO_COUT		3
 #define ENTRY_IO_CLOSE		4
 #define ENTRY_IO_GETMSG		9
+#define ENTRY_IO_BBLOCK_IN	16
+#define ENTRY_IO_BBLOCK_OUT	17
 
 /* IODC ENTRY_SPA() */