Move netwinder_machdep.c to files.netwinder. Eliminate opt_netwinder.h and
use #ifdef netwinder insead. XXX ebsa285_machdep.c should move to the cats directory and files.cats
This commit is contained in:
parent
f8ce82f817
commit
fa3621e3be
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.footbridge,v 1.3 2001/06/11 22:25:09 chris Exp $
|
||||
# $NetBSD: files.footbridge,v 1.4 2001/06/12 17:10:25 matt Exp $
|
||||
#
|
||||
# Shared footbridge files information
|
||||
|
||||
|
@ -27,4 +27,3 @@ file arch/arm/footbridge/footbridge_com_io_asm.S fcom
|
|||
# EBSA285/CATS class board
|
||||
# DC21285 based board with cyclone firmware
|
||||
file arch/arm/footbridge/ebsa285_machdep.c footbridge & ebsa285
|
||||
file arch/netwinder/netwinder/netwinder_machdep.c footbridge & netwinder
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: footbridge_pci.c,v 1.1 2001/06/09 10:29:13 chris Exp $ */
|
||||
/* $NetBSD: footbridge_pci.c,v 1.2 2001/06/12 17:10:26 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997,1998 Mark Brinicombe.
|
||||
|
@ -35,7 +35,6 @@
|
|||
*/
|
||||
|
||||
#include "opt_ebsa285.h"
|
||||
#include "opt_netwinder.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -58,7 +57,7 @@
|
|||
#include <dev/isa/isavar.h>
|
||||
#endif
|
||||
|
||||
#ifdef NETWINDER
|
||||
#ifdef netwinder
|
||||
void netwinder_pci_attach_hook __P((struct device *,
|
||||
struct device *, struct pcibus_attach_args *));
|
||||
#endif
|
||||
|
@ -82,7 +81,7 @@ void footbridge_pci_intr_disestablish __P((void *, void *));
|
|||
|
||||
struct arm32_pci_chipset footbridge_pci_chipset = {
|
||||
NULL, /* conf_v */
|
||||
#ifdef NETWINDER
|
||||
#ifdef netwinder
|
||||
netwinder_pci_attach_hook,
|
||||
#else
|
||||
footbridge_pci_attach_hook,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.netwinder,v 1.10 2001/06/11 22:25:11 chris Exp $
|
||||
# $NetBSD: files.netwinder,v 1.11 2001/06/12 17:10:25 matt Exp $
|
||||
#
|
||||
# First try for arm-specific configuration info
|
||||
#
|
||||
|
@ -75,6 +75,8 @@ major {cd = 26}
|
|||
|
||||
file arch/netwinder/netwinder/autoconf.c
|
||||
file arch/netwinder/netwinder/conf.c
|
||||
file arch/netwinder/netwinder/netwinder_machdep.c
|
||||
|
||||
|
||||
# Generic MD files
|
||||
file arch/arm32/arm32/bus_dma.c
|
||||
|
|
Loading…
Reference in New Issue