mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4604
@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* commenced: Sun Sep 27 18:14:01 PDT 1992
|
* 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:
|
* TODO:
|
||||||
@ -64,6 +64,14 @@
|
|||||||
#define AHCDEBUG
|
#define AHCDEBUG
|
||||||
#endif
|
#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;
|
typedef unsigned long int physaddr;
|
||||||
|
|
||||||
#include <sys/kernel.h>
|
#include <sys/kernel.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user