diff options
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 |
