KNF
This commit is contained in:
parent
1f746cfba1
commit
89a7412206
File diff suppressed because it is too large
Load Diff
|
@ -88,7 +88,6 @@
|
|||
/*
|
||||
* PART 1: VME/multibus defs
|
||||
*/
|
||||
|
||||
#define IEVME_PAGESIZE 1024 /* bytes */
|
||||
#define IEVME_PAGSHIFT 10 /* bits */
|
||||
#define IEVME_NPAGES 256 /* number of pages on chip */
|
||||
|
@ -97,7 +96,6 @@
|
|||
/*
|
||||
* PTE for the page map
|
||||
*/
|
||||
|
||||
#define IEVME_SBORDR 0x8000 /* sun byte order */
|
||||
#define IEVME_IBORDR 0x0000 /* intel byte ordr */
|
||||
|
||||
|
@ -118,7 +116,6 @@ struct ievme {
|
|||
/*
|
||||
* status bits
|
||||
*/
|
||||
|
||||
#define IEVME_RESET 0x8000 /* reset board */
|
||||
#define IEVME_ONAIR 0x4000 /* go out of loopback 'on-air' */
|
||||
#define IEVME_ATTEN 0x2000 /* attention */
|
||||
|
@ -133,7 +130,6 @@ struct ievme {
|
|||
/*
|
||||
* parity control
|
||||
*/
|
||||
|
||||
#define IEVME_PARACK 0x0100 /* parity error ack */
|
||||
#define IEVME_PARSRC 0x0080 /* parity error source */
|
||||
#define IEVME_PAREND 0x0040 /* which end of the data got the error */
|
||||
|
@ -143,11 +139,9 @@ struct ievme {
|
|||
/*
|
||||
* PART 2: the on-board interface
|
||||
*/
|
||||
|
||||
struct ieob {
|
||||
u_char obctrl;
|
||||
};
|
||||
|
||||
#define IEOB_NORSET 0x80 /* don't reset the board */
|
||||
#define IEOB_ONAIR 0x40 /* put us on the air */
|
||||
#define IEOB_ATTEN 0x20 /* attention! */
|
||||
|
@ -164,4 +158,3 @@ struct ieob {
|
|||
/*
|
||||
* not supported (yet?)
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue