Remove an `#ifdef MACHINE_NONCONTIG', as it is now required.

This commit is contained in:
mycroft 1993-12-16 20:23:56 +00:00
parent 8ab45ada42
commit 5d474c1aad
1 changed files with 1 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
* $Id: isa.h,v 1.11 1993/08/28 00:02:45 brezak Exp $
* $Id: isa.h,v 1.12 1993/12/16 20:23:56 mycroft Exp $
*/
/*
@ -197,8 +197,6 @@ int isa_irq_pending __P((struct isa_device *dvp));
#define CGA_BUF 0xfe0B8000
#define IOPHYSMEM 0xA0000
#ifdef MACHINE_NONCONTIG
/*
* size of dma bounce buffer in pages
* - currently 1 page per channel
@ -210,4 +208,3 @@ int isa_irq_pending __P((struct isa_device *dvp));
#ifndef LOCORE
extern vm_offset_t isaphysmem;
#endif
#endif