Move the arm32/pci files into the cats dir. AFAIK these files are only used by cats.
This commit is contained in:
parent
2ba81d8c9c
commit
0a162278aa
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cats_machdep.c,v 1.12 2002/01/25 19:19:28 thorpej Exp $ */
|
||||
/* $NetBSD: cats_machdep.c,v 1.13 2002/02/09 12:14:02 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -733,6 +733,9 @@ initarm(bootargs)
|
|||
#ifdef DDB
|
||||
db_machine_init();
|
||||
#ifdef __ELF__
|
||||
/* ok this is really rather sick, in ELF what happens is that the
|
||||
* ELF symbol table is added after the text section.
|
||||
*/
|
||||
ddb_init(0, NULL, NULL); /* XXX */
|
||||
#else
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.cats,v 1.15 2002/02/02 18:37:43 jdolecek Exp $
|
||||
# $NetBSD: files.cats,v 1.16 2002/02/09 12:14:02 chris Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
|
@ -112,7 +112,7 @@ include "dev/mii/files.mii"
|
|||
|
||||
device pcib: isabus
|
||||
attach pcib at pci
|
||||
file arch/arm32/pci/pcib.c pcib
|
||||
file arch/cats/pci/pcib.c pcib
|
||||
|
||||
# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
|
||||
# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
|
||||
|
@ -122,7 +122,7 @@ file arch/arm32/pci/pcib.c pcib
|
|||
attach lpt at puc with lpt_puc
|
||||
file dev/pci/lpt_puc.c lpt_puc
|
||||
|
||||
file arch/arm32/pci/pciide_machdep.c pciide
|
||||
file arch/cats/pci/pciide_machdep.c pciide
|
||||
|
||||
# Include USB stuff
|
||||
include "dev/usb/files.usb"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pcib.c,v 1.4 2002/02/09 11:43:29 chris Exp $ */
|
||||
/* $NetBSD: pcib.c,v 1.1 2002/02/09 12:14:02 chris Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pciide_machdep.c,v 1.5 2002/02/09 11:43:29 chris Exp $ */
|
||||
/* $NetBSD: pciide_machdep.c,v 1.1 2002/02/09 12:14:03 chris Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
|
Loading…
Reference in New Issue