diff options
Diffstat (limited to 'sys/powerpc/include/resource.h')
-rw-r--r-- | sys/powerpc/include/resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h index adcf0ce..28fcc98 100644 --- a/sys/powerpc/include/resource.h +++ b/sys/powerpc/include/resource.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* * Copyright 1998 Massachusetts Institute of Technology * @@ -39,7 +40,5 @@ #define SYS_RES_DRQ 2 /* isa dma lines */ #define SYS_RES_MEMORY 3 /* i/o memory */ #define SYS_RES_IOPORT 4 /* i/o ports */ -#define SYS_RES_DENSE SYS_RES_MEMORY -#define SYS_RES_BWX SYS_RES_MEMORY #endif /* !_MACHINE_RESOURCE_H_ */ |