diff options
| author | Jamie Gritton <jamie@FreeBSD.org> | 2009-06-13 15:39:12 +0000 |
|---|---|---|
| committer | Jamie Gritton <jamie@FreeBSD.org> | 2009-06-13 15:39:12 +0000 |
| commit | c1f192193d05ec3b3f92d0aba3464f84679da895 (patch) | |
| tree | f9cfb93ff7fc2f89561efcde362151b31946e095 /sys/dev/firewire/firewire.c | |
| parent | 01de879ac78b0d13244411f0b93b2c5ab440fa39 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.c')
| -rw-r--r-- | sys/dev/firewire/firewire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index aff041852945..a035959d16d2 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -724,7 +724,7 @@ fw_reset_crom(struct firewire_comm *fc) crom_add_entry(root, CSRKEY_HW, __FreeBSD_version); #endif mtx_lock(&prison0.pr_mtx); - crom_add_simple_text(src, root, &buf->hw, prison0.pr_host); + crom_add_simple_text(src, root, &buf->hw, prison0.pr_hostname); mtx_unlock(&prison0.pr_mtx); } |
