Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151435126
D36424.id110068.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
704 B
Referenced Files
None
Subscribers
None
D36424.id110068.diff
View Options
diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c
--- a/sys/dev/superio/superio.c
+++ b/sys/dev/superio/superio.c
@@ -269,6 +269,11 @@
{ .type = SUPERIO_DEV_NONE },
};
+const struct sio_device itehwm_devices[] = {
+ { .ldn = 4, .type = SUPERIO_DEV_HWM },
+ { .type = SUPERIO_DEV_NONE },
+};
+
const struct sio_device nvt_devices[] = {
{ .ldn = 8, .type = SUPERIO_DEV_WDT },
{ .type = SUPERIO_DEV_NONE },
@@ -293,6 +298,10 @@
const char *descr;
const struct sio_device *devices;
} superio_table[] = {
+ {
+ .vendor = SUPERIO_VENDOR_ITE, .devid = 0x8613,
+ .devices = itehwm_devices,
+ },
{
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8712,
.devices = ite_devices,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 9:38 AM (17 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31149710
Default Alt Text
D36424.id110068.diff (704 B)
Attached To
Mode
D36424: Add ITE 8613 to superio
Attached
Detach File
Event Timeline
Log In to Comment