From 8854631e5fd6cae13826f2cda06683987a352cb8 Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 4 Mar 1998 06:40:29 +0000 Subject: [PATCH] add file declarations for MD pciide file. add (temporary) device/file declarations for the MI PCI IDE controller driver. These are present here until the wdc declaration mess is resolved, because until then they need to go into MD files files in places where they play nice with the wdc declaration. --- sys/arch/i386/conf/files.i386 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index b3c3e4fe1e1b..69474cccdc5e 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $NetBSD: files.i386,v 1.109 1998/02/22 08:21:33 mycroft Exp $ +# $NetBSD: files.i386,v 1.110 1998/03/04 06:40:29 cgd Exp $ # # new style config file for i386 architecture # @@ -94,6 +94,7 @@ file arch/i386/i386/bioscall.s bioscall needs-flag include "dev/pci/files.pci" file arch/i386/pci/pci_machdep.c pci +file arch/i386/pci/pciide_machdep.c pciide # PCI-Host bridge chipsets device pchb: pcibus @@ -119,6 +120,17 @@ major {mcd = 7} #major {scd = 15} major {wt = 3} +# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT +# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET. (when the conf/files +# XXX and files.isa bogons are fixed, this can be fixed as well.) + +# PCI IDE controllers +device pciide {[channel = -1]} +attach pciide at pci +file dev/pci/pciide.c pciide +attach wdc at pciide with wdc_pciide +file dev/pci/wdc_pciide.c wdc_pciide + file arch/i386/isa/isa_machdep.c isa # PC clock