diff options
| author | Scott Long <scottl@FreeBSD.org> | 2019-11-22 18:50:53 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2019-11-22 18:50:53 +0000 |
| commit | 8823960b8dccce2245d1f96c2b35e39acb23212e (patch) | |
| tree | 362836f2f45557584bfa52290b4b5c2f9b7c4153 /sys/dev/trm | |
| parent | edb0ec001eed7d9ff669193952fd236d2c5552a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 484b14965fc6..c1be99dabb02 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -3376,7 +3376,9 @@ trm_attach(device_t dev) PACB pACB = 0; int rid = 0; int unit = device_get_unit(dev); - + + gone_in(13, "Giant locked CAM drivers"); + device_id = pci_get_devid(dev); /* * These cards do not allow memory mapped accesses |
