mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Clean out some unused leftovers from before the split from the old isa.c.
This commit is contained in:
parent
6ed87d5e8b
commit
45d84a2db3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46849
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
||||
* $Id: isa_dma.c,v 1.1 1999/04/16 21:22:24 peter Exp $
|
||||
* $Id: isa_dma.c,v 1.2 1999/04/21 07:26:28 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -49,27 +49,15 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/buf.h> /* B_READ and B_RAW */
|
||||
#include <sys/malloc.h>
|
||||
#include <machine/ipl.h>
|
||||
#include <machine/md_var.h>
|
||||
#ifdef APIC_IO
|
||||
#include <machine/smp.h>
|
||||
#endif /* APIC_IO */
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_dma.h>
|
||||
#include <i386/isa/ic/i8237.h>
|
||||
|
||||
#include <sys/interrupt.h>
|
||||
|
||||
#include "pnp.h"
|
||||
#if NPNP > 0
|
||||
#include <i386/isa/pnp.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Register definitions for DMA controller 1 (channels 0..3):
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
|
||||
* $Id: isa_dma.c,v 1.1 1999/04/16 21:22:24 peter Exp $
|
||||
* $Id: isa_dma.c,v 1.2 1999/04/21 07:26:28 peter Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -49,27 +49,15 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/buf.h> /* B_READ and B_RAW */
|
||||
#include <sys/malloc.h>
|
||||
#include <machine/ipl.h>
|
||||
#include <machine/md_var.h>
|
||||
#ifdef APIC_IO
|
||||
#include <machine/smp.h>
|
||||
#endif /* APIC_IO */
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/isa.h>
|
||||
#include <i386/isa/isa_dma.h>
|
||||
#include <i386/isa/ic/i8237.h>
|
||||
|
||||
#include <sys/interrupt.h>
|
||||
|
||||
#include "pnp.h"
|
||||
#if NPNP > 0
|
||||
#include <i386/isa/pnp.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Register definitions for DMA controller 1 (channels 0..3):
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user