From 6182fdbda82d66e069d86382987606cbba1972b1 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 16 Apr 1999 21:22:55 +0000 Subject: Bring the 'new-bus' to the i386. This extensively changes the way the i386 platform boots, it is no longer ISA-centric, and is fully dynamic. Most old drivers compile and run without modification via 'compatability shims' to enable a smoother transition. eisa, isapnp and pccard* are not yet using the new resource manager. Once fully converted, all drivers will be loadable, including PCI and ISA. (Some other changes appear to have snuck in, including a port of Soren's ATA driver to the Alpha. Soren, back this out if you need to.) This is a checkpoint of work-in-progress, but is quite functional. The bulk of the work was done over the last few years by Doug Rabson and Garrett Wollman. Approved by: core --- sys/alpha/tc/tc.c | 4 +--- sys/alpha/tc/tcasic.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/alpha/tc') diff --git a/sys/alpha/tc/tc.c b/sys/alpha/tc/tc.c index 0c8872671a56..dd99f14339ab 100644 --- a/sys/alpha/tc/tc.c +++ b/sys/alpha/tc/tc.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: tc.c,v 1.1 1998/08/20 08:27:10 dfr Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. @@ -568,8 +568,6 @@ tc_attach(device_t dev) tc0 = dev; - chipset.intrdev = dev; - switch(hwrpb->rpb_type){ #ifdef DEC_3000_300 case ST_DEC_3000_300: diff --git a/sys/alpha/tc/tcasic.c b/sys/alpha/tc/tcasic.c index 1dd4feed2ca3..eeb695391b2d 100644 --- a/sys/alpha/tc/tcasic.c +++ b/sys/alpha/tc/tcasic.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: tcasic.c,v 1.1 1998/08/20 08:27:11 dfr Exp $ */ /* from $NetBSD: tcasic.c,v 1.23 1998/05/14 00:01:31 thorpej Exp $ */ /* @@ -97,7 +97,6 @@ tcasic_attach(device_t dev) tcasic0 = dev; /* chipset = tcasic_chipset;*/ - chipset.intrdev = dev; device_probe_and_attach(tc0); return 0; } -- cgit v1.3