diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-04-10 23:49:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-04-10 23:49:04 +0000 |
| commit | 69c5c40b2dc0777443dd145b4466546f793a841c (patch) | |
| tree | 040054b983e17e5be0e4735b52db5cd2546edc03 /sys/dev/pci | |
| parent | 186ba2b70d7aafc66f1bb9cb7107354e7790da3b (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index e24b3b1651b02..008ea8af276b7 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -917,6 +917,7 @@ pci_ata_maps(device_t pcib, device_t bus, device_t dev, int b, resource_list_alloc(rl, bus, dev, type, &rid, 0x376, 0x376,1,0); } pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(4), rl); + pci_add_map(pcib, bus, dev, b, s, f, PCIR_BAR(5), rl); } static void |
