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:
matt 2001-06-12 17:10:25 +00:00
parent f8ce82f817
commit fa3621e3be
3 changed files with 7 additions and 7 deletions

View File

@ -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 # Shared footbridge files information
@ -27,4 +27,3 @@ file arch/arm/footbridge/footbridge_com_io_asm.S fcom
# EBSA285/CATS class board # EBSA285/CATS class board
# DC21285 based board with cyclone firmware # DC21285 based board with cyclone firmware
file arch/arm/footbridge/ebsa285_machdep.c footbridge & ebsa285 file arch/arm/footbridge/ebsa285_machdep.c footbridge & ebsa285
file arch/netwinder/netwinder/netwinder_machdep.c footbridge & netwinder

View File

@ -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. * Copyright (c) 1997,1998 Mark Brinicombe.
@ -35,7 +35,6 @@
*/ */
#include "opt_ebsa285.h" #include "opt_ebsa285.h"
#include "opt_netwinder.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -58,7 +57,7 @@
#include <dev/isa/isavar.h> #include <dev/isa/isavar.h>
#endif #endif
#ifdef NETWINDER #ifdef netwinder
void netwinder_pci_attach_hook __P((struct device *, void netwinder_pci_attach_hook __P((struct device *,
struct device *, struct pcibus_attach_args *)); struct device *, struct pcibus_attach_args *));
#endif #endif
@ -82,7 +81,7 @@ void footbridge_pci_intr_disestablish __P((void *, void *));
struct arm32_pci_chipset footbridge_pci_chipset = { struct arm32_pci_chipset footbridge_pci_chipset = {
NULL, /* conf_v */ NULL, /* conf_v */
#ifdef NETWINDER #ifdef netwinder
netwinder_pci_attach_hook, netwinder_pci_attach_hook,
#else #else
footbridge_pci_attach_hook, footbridge_pci_attach_hook,

View File

@ -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 # First try for arm-specific configuration info
# #
@ -75,6 +75,8 @@ major {cd = 26}
file arch/netwinder/netwinder/autoconf.c file arch/netwinder/netwinder/autoconf.c
file arch/netwinder/netwinder/conf.c file arch/netwinder/netwinder/conf.c
file arch/netwinder/netwinder/netwinder_machdep.c
# Generic MD files # Generic MD files
file arch/arm32/arm32/bus_dma.c file arch/arm32/arm32/bus_dma.c