diff options
| author | cgd <cgd@NetBSD.org> | 1998-03-04 06:38:44 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1998-03-04 06:38:44 +0000 |
| commit | d4e79b6ace2372920d4403c5eccc951f0f78bc91 (patch) | |
| tree | a03065b35917efad1283901fe06e41f34e4f87ad /sys/dev | |
| parent | ccdea2d9c85b784845c6245c2c14e970040bd73e (diff) | |
add (commented out) device/file declarations for the MI PCI IDE
controller driver. These are commented out here until the wdc
declaration mess is resolved, and until then need to go into MD
files files in places where they play nice with the wdc declaration.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 0797fec2549..bd39c4bebbf 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.33 1998/02/16 22:12:49 thorpej Exp $ +# $NetBSD: files.pci,v 1.34 1998/03/04 06:38:44 cgd Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -58,6 +58,17 @@ device ncr: scsi attach ncr at pci file dev/pci/ncr.c ncr +# 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 + # PCI-PCI bridge chips device ppb: pcibus attach ppb at pci |
