diff options
| author | cgd <cgd@NetBSD.org> | 2000-03-22 00:43:47 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2000-03-22 00:43:47 +0000 |
| commit | 9c93a8b8ffedef1b186b0c314aeb9e1a882ae965 (patch) | |
| tree | 1ccfb8ea7324c613a58c4dea936bfc7c6c7bbfcb /sys/dev | |
| parent | 7990787b1b11cde6671a5a740f81385630c63016 (diff) | |
add PCI_CONFIG_DUMP as a defopted option
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 25222064ea5..a6f2e7f20dc 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,10 +1,10 @@ -# $NetBSD: files.pci,v 1.79 2000/03/22 00:36:30 cgd Exp $ +# $NetBSD: files.pci,v 1.80 2000/03/22 00:43:47 cgd Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be # defined first. -defopt opt_pci.h PCIVERBOSE +defopt opt_pci.h PCIVERBOSE PCI_CONFIG_DUMP device pci {[dev = -1], [function = -1]} attach pci at pcibus |
