diff options
Diffstat (limited to 'drivers/char/rio/eisa.h')
-rw-r--r-- | drivers/char/rio/eisa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/eisa.h b/drivers/char/rio/eisa.h index 59371b0528b0..c2abaf0eab04 100644 --- a/drivers/char/rio/eisa.h +++ b/drivers/char/rio/eisa.h | |||
@@ -60,7 +60,7 @@ static char *_eisa_h_sccs_ = "@(#)eisa.h 1.2"; | |||
60 | 60 | ||
61 | #define EISA_PRODUCT_IDENT_LO 0xC80 /* where RIO_EISA_IDENT is */ | 61 | #define EISA_PRODUCT_IDENT_LO 0xC80 /* where RIO_EISA_IDENT is */ |
62 | #define EISA_PRODUCT_IDENT_HI 0xC81 | 62 | #define EISA_PRODUCT_IDENT_HI 0xC81 |
63 | #define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ | 63 | #define EISA_PRODUCT_NUMBER 0xC82 /* where PROD_CODE is */ |
64 | #define EISA_REVISION_NUMBER 0xC83 /* revision (1dp) */ | 64 | #define EISA_REVISION_NUMBER 0xC83 /* revision (1dp) */ |
65 | #define EISA_ENABLE 0xC84 /* set LSB to enable card */ | 65 | #define EISA_ENABLE 0xC84 /* set LSB to enable card */ |
66 | #define EISA_UNIQUE_NUM_0 0xC88 /* vomit */ | 66 | #define EISA_UNIQUE_NUM_0 0xC88 /* vomit */ |
@@ -101,4 +101,4 @@ static char *_eisa_h_sccs_ = "@(#)eisa.h 1.2"; | |||
101 | #define INBZ(z,x) inb(((z)<<12) | (x)) | 101 | #define INBZ(z,x) inb(((z)<<12) | (x)) |
102 | #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) | 102 | #define OUTBZ(z,x,y) outb((((z)<<12) | (x)), y) |
103 | 103 | ||
104 | #endif /* __rio_eisa_h__ */ | 104 | #endif /* __rio_eisa_h__ */ |