diff options
Diffstat (limited to 'sys/arch/pegasos/pegasos/mainbus.c')
-rw-r--r-- | sys/arch/pegasos/pegasos/mainbus.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/pegasos/pegasos/mainbus.c b/sys/arch/pegasos/pegasos/mainbus.c index c85d73490b9..00c9c19e5c3 100644 --- a/sys/arch/pegasos/pegasos/mainbus.c +++ b/sys/arch/pegasos/pegasos/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: mainbus.c,v 1.2 2004/02/04 20:07:18 drahn Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -99,14 +99,6 @@ mbattach(struct device *parent, struct device *self, void *aux) config_found(self, &nca, mbprint); } - /* The following machines have an ISA bus */ - /* Do ISA first so the interrupt controller is set up! */ - if (system_type == POWER4e) { - nca.ca_name = "isabr"; - nca.ca_bus = &sc->sc_bus; - config_found(self, &nca, mbprint); - } - /* The following machines have a PCI bus */ if (system_type == APPL) { char name[32]; |