aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbus
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-02-17 20:45:13 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-02-17 20:45:13 +0000
commit6cf4e30252fe48b230b9d76cac20576d5b3d2ffa (patch)
treee18409e1c21bfc5fe9f8530f4674411d8ac8b854 /sys/dev/smbus
parentb9f1e45e685b5e007d0c3a9513ac13e6d82e9518 (diff)
Diffstat (limited to 'sys/dev/smbus')
-rw-r--r--sys/dev/smbus/smbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h
index a6c320594064..6d2d03f11def 100644
--- a/sys/dev/smbus/smbconf.h
+++ b/sys/dev/smbus/smbconf.h
@@ -75,7 +75,7 @@
* ivars codes
*/
enum smbus_ivars {
- SMBUS_IVAR_ADDR, /* slave address of the device */
+ SMBUS_IVAR_ADDR = BUS_IVARS_PRIVATE, /* slave address of the device */
};
int smbus_request_bus(device_t, device_t, int);