Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/algor/pci The P-4032 has no ISA bridge/bus, so remo...
details: https://anonhg.NetBSD.org/src/rev/d6e5aa5f92bf
branches: trunk
changeset: 510566:d6e5aa5f92bf
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 01 15:20:06 2001 +0000
description:
The P-4032 has no ISA bridge/bus, so remove all P-4032 conditionals.
diffstat:
sys/arch/algor/pci/pcib.c | 15 +++------------
1 files changed, 3 insertions(+), 12 deletions(-)
diffs (44 lines):
diff -r 3a4fc5d2265a -r d6e5aa5f92bf sys/arch/algor/pci/pcib.c
--- a/sys/arch/algor/pci/pcib.c Fri Jun 01 14:08:35 2001 +0000
+++ b/sys/arch/algor/pci/pcib.c Fri Jun 01 15:20:06 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcib.c,v 1.1 2001/05/28 16:22:21 thorpej Exp $ */
+/* $NetBSD: pcib.c,v 1.2 2001/06/01 15:20:06 thorpej Exp $ */
/*-
* Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -38,9 +38,8 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.1 2001/05/28 16:22:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcib.c,v 1.2 2001/06/01 15:20:06 thorpej Exp $");
-#include "opt_algor_p4032.h"
#include "opt_algor_p5064.h"
#include "opt_algor_p6032.h"
@@ -59,10 +58,6 @@
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
-#ifdef ALGOR_P4032
-#include <algor/algor/algor_p4032var.h>
-#endif
-
#ifdef ALGOR_P5064
#include <algor/algor/algor_p5064var.h>
#endif
@@ -124,11 +119,7 @@
memset(&iba, 0, sizeof(iba));
iba.iba_busname = "isa";
-#if defined(ALGOR_P4032)
- {
- /* XXX */
- }
-#elif defined(ALGOR_P5064)
+#if defined(ALGOR_P5064)
{
struct p5064_config *acp = &p5064_configuration;
Home |
Main Index |
Thread Index |
Old Index