diff options
| author | Bernd Walter <ticso@FreeBSD.org> | 2002-04-11 13:24:20 +0000 |
|---|---|---|
| committer | Bernd Walter <ticso@FreeBSD.org> | 2002-04-11 13:24:20 +0000 |
| commit | 0dc76ffdd48424789e7a80cbb2c9622f743e2f64 (patch) | |
| tree | 9eb585590652deae6b3e518fb0ce71072ce6cf3c | |
| parent | 335612307e1c4e19ed041fb9efbbcd3a0c5beeda (diff) | |
Notes
| -rw-r--r-- | sys/alpha/pci/lca_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/lca_pci.c b/sys/alpha/pci/lca_pci.c index 00974093a5be..82d071beea13 100644 --- a/sys/alpha/pci/lca_pci.c +++ b/sys/alpha/pci/lca_pci.c @@ -104,7 +104,7 @@ lca_pcib_cvt_dense(device_t dev, vm_offset_t addr) static int lca_pcib_maxslots(device_t dev) { - return 31; + return 15; } #define LCA_CFGOFF(b, s, f, r) \ |
