diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-06-10 20:31:00 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-06-10 20:31:00 +0000 |
| commit | 092a5c4530e8228794d938e953a42b7d5ac0a7ad (patch) | |
| tree | 64c289342d49b723657e06e2e9f7474c95c59775 /sys/alpha/include/pc | |
| parent | dd4d62c7d8c2bace092c9a8998d04a6f0739942f (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/pc')
| -rw-r--r-- | sys/alpha/include/pc/bios.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/include/pc/bios.h b/sys/alpha/include/pc/bios.h index d85f674478d7..ff5edd6de4db 100644 --- a/sys/alpha/include/pc/bios.h +++ b/sys/alpha/include/pc/bios.h @@ -71,13 +71,8 @@ struct bios32_args { }; extern void bios32(caddr_t func_addr, struct bios32_args *args); -#if 0 -#define BIOS_PADDRTOVADDR(x) (((x) - ISA_HOLE_START) + atdevbase) -#define BIOS_VADDRTOPADDR(x) (((x) - atdevbase) + ISA_HOLE_START) -#else #define BIOS_PADDRTOVADDR(x) (x) #define BIOS_VADDRTOPADDR(x) (x) -#endif /* * System Management BIOS / Desktop Management Interface tables |
