diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-08 21:10:15 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-03-08 21:10:15 +0000 |
| commit | e7e1e770ede564f2bad2e940c59b0c0149fa0c43 (patch) | |
| tree | bd59193322567c7cfbe6e4df8c9dbec41f42fa46 /sys | |
| parent | f593bed1b5eb65853104a4a5c035824f0e0a77e5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ida/ida_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index b910235598926..c0bf91509f72e 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -249,7 +249,7 @@ idattach(device_t dev) drv->secperunit / ((1024 * 1024) / drv->secsize), drv->secperunit, drv->secsize); - devstat_add_entry(&drv->stats, "id", drv->unit, drv->secsize, + devstat_add_entry(&drv->stats, "idad", drv->unit, drv->secsize, DEVSTAT_NO_ORDERED_TAGS, DEVSTAT_TYPE_STORARRAY| DEVSTAT_TYPE_IF_OTHER, DEVSTAT_PRIORITY_ARRAY); |
