Remove x68k/include/pci_machdep.h.
x68k does not have PCI-bus, and no one refers to it.
This commit is contained in:
parent
70f9d18086
commit
f093ae64ba
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: md.x68k,v 1.54 2008/05/31 14:24:21 isaki Exp $
|
||||
# $NetBSD: md.x68k,v 1.55 2008/06/01 02:30:12 isaki Exp $
|
||||
./usr/include/ieeefp.h comp-c-include
|
||||
./usr/include/x68k comp-c-include
|
||||
./usr/include/x68k/_G_config.h comp-obsolete obsolete
|
||||
|
@ -43,7 +43,7 @@
|
|||
./usr/include/x68k/param.h comp-c-include
|
||||
./usr/include/x68k/parioctl.h comp-c-include
|
||||
./usr/include/x68k/pcb.h comp-c-include
|
||||
./usr/include/x68k/pci_machdep.h comp-c-include
|
||||
./usr/include/x68k/pci_machdep.h comp-obsolete obsolete
|
||||
./usr/include/x68k/pmap.h comp-c-include
|
||||
./usr/include/x68k/pmc.h comp-c-include
|
||||
./usr/include/x68k/powioctl.h comp-c-include
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.32 2007/03/11 06:16:02 isaki Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2008/06/01 02:30:12 isaki Exp $
|
||||
|
||||
INCSDIR= /usr/include/x68k
|
||||
|
||||
|
@ -16,7 +16,7 @@ INCS= ansi.h aout_machdep.h asm.h \
|
|||
lock.h limits.h \
|
||||
math.h mcontext.h mutex.h \
|
||||
opmbellio.h opmreg.h \
|
||||
param.h parioctl.h pcb.h pci_machdep.h pmap.h pmc.h powioctl.h proc.h \
|
||||
param.h parioctl.h pcb.h pmap.h pmc.h powioctl.h proc.h \
|
||||
profile.h psl.h pte.h ptrace.h \
|
||||
reg.h remote-sl.h rwlock.h \
|
||||
setjmp.h signal.h sram.h stdarg.h \
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
/* $NetBSD: pci_machdep.h,v 1.1 1996/05/05 12:17:15 oki Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Carnegie-Mellon University.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Author: Chris G. Demetriou
|
||||
*
|
||||
* Permission to use, copy, modify and distribute this software and
|
||||
* its documentation is hereby granted, provided that both the copyright
|
||||
* notice and this permission notice appear in all copies of the
|
||||
* software, derivative works or modified versions, and any portions
|
||||
* thereof, and that both notices appear in supporting documentation.
|
||||
*
|
||||
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
|
||||
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND
|
||||
* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
|
||||
*
|
||||
* Carnegie Mellon requests users of this software to return to
|
||||
*
|
||||
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
|
||||
* School of Computer Science
|
||||
* Carnegie Mellon University
|
||||
* Pittsburgh PA 15213-3890
|
||||
*
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*/
|
||||
/*
|
||||
* Machine-specific definitions for PCI autoconfiguration.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Configuration tag.
|
||||
*/
|
||||
typedef u_long pci_tag_t;
|
Loading…
Reference in New Issue