Page MenuHomeFreeBSD

D39969.diff
No OneTemporary

D39969.diff

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
@@ -295,6 +295,10 @@
const char *descr;
const struct sio_device *devices;
} superio_table[] = {
+ {
+ .vendor = SUPERIO_VENDOR_ITE, .devid = 0x8613,
+ .devices = ite_devices,
+ },
{
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8712,
.devices = ite_devices,

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 5, 6:50 PM (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16479006
Default Alt Text
D39969.diff (401 B)

Event Timeline