mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Define IO_EISASIZE to something I think it *might* be!
Justin's star is sinking rapidly below the horizon here.. :-)
This commit is contained in:
parent
997dad8b39
commit
fc3891cfb4
1 changed files with 9 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
||||
*
|
||||
* $Id: aha2742.c,v 1.1 1994/11/18 05:01:06 jkh Exp $
|
||||
* $Id: aha2742.c,v 1.2 1994/11/18 07:07:28 jkh Exp $
|
||||
*/
|
||||
/*
|
||||
* TODO:
|
||||
|
|
@ -64,6 +64,14 @@
|
|||
#define AHCDEBUG
|
||||
#endif
|
||||
|
||||
/*
|
||||
* I don't know if this is correct, but Justin screwed the pooch here too
|
||||
* so I have to guess. ARGH! -jkh
|
||||
*/
|
||||
#ifndef IO_EISASIZE
|
||||
#define IO_EISASIZE 0x1000
|
||||
#endif
|
||||
|
||||
typedef unsigned long int physaddr;
|
||||
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue