diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-10 00:36:02 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-07-10 00:36:02 +0000 |
| commit | 08aac9ca4c6008777ed73bb0c08b1e66420a52f1 (patch) | |
| tree | 80472372fac0c38eaca5670b72a194b4b916266b /sys/alpha | |
| parent | 81eed8b85b55373ddb6b3e97b1d6495ca87a2aaa (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/pci/mcpcia_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/pci/mcpcia_pci.c b/sys/alpha/pci/mcpcia_pci.c index 870dcd6aa61c..cbcf934211cf 100644 --- a/sys/alpha/pci/mcpcia_pci.c +++ b/sys/alpha/pci/mcpcia_pci.c @@ -41,7 +41,7 @@ static int mcpcia_pcib_probe(device_t dev) { device_set_desc(dev, "MCPCIA PCI host bus adapter"); - device_add_child(dev, "pci", -1); + device_add_child(dev, "pci", device_get_unit(dev) << 4); return (0); } |
