mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
devices dynamically. That means,
+ only one /dev/iic or /dev/smb device for each smb/iic bus to access
+ I2C/SMB device address must be given to any ioctl
+ new devices may be plugged and accessed after boot, which was
impossible previously (device addresses were hardcoded into
the kernel)
|
||
|---|---|---|
| .. | ||
| smb.c | ||
| smb.h | ||
| smbconf.c | ||
| smbconf.h | ||
| smbus.c | ||
| smbus.h | ||
| smbus_if.m | ||