Add DRQUNK and IOBASEUNK.
This commit is contained in:
parent
103f3ade85
commit
e9b92335b0
|
@ -3,7 +3,7 @@
|
|||
* The Berkeley Software Design Inc. software License Agreement specifies
|
||||
* the terms and conditions for redistribution.
|
||||
*
|
||||
* BSDI $Id: isavar.h,v 1.1 1993/09/14 17:32:42 mycroft Exp $
|
||||
* BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -19,6 +19,9 @@ struct isa_attach_args {
|
|||
void *ia_aux; /* driver specific */
|
||||
};
|
||||
|
||||
#define IOBASEUNK 0xffff /* i/o address is unknown */
|
||||
#define DRQUNK 0xffff /* DMA request line is unknown */
|
||||
|
||||
/*
|
||||
* per-device ISA variables
|
||||
*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* The Berkeley Software Design Inc. software License Agreement specifies
|
||||
* the terms and conditions for redistribution.
|
||||
*
|
||||
* BSDI $Id: isavar.h,v 1.1 1993/09/14 17:32:42 mycroft Exp $
|
||||
* BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -19,6 +19,9 @@ struct isa_attach_args {
|
|||
void *ia_aux; /* driver specific */
|
||||
};
|
||||
|
||||
#define IOBASEUNK 0xffff /* i/o address is unknown */
|
||||
#define DRQUNK 0xffff /* DMA request line is unknown */
|
||||
|
||||
/*
|
||||
* per-device ISA variables
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue