summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/it.c
diff options
context:
space:
mode:
authorbrynet <brynet@openbsd.org>2013-03-21 18:20:00 +0000
committerbrynet <brynet@openbsd.org>2013-03-21 18:20:00 +0000
commitd954485d6fc7f3b8973613a67f0ed43e71a8523b (patch)
treef5bc8d8f3a1d57a028b21888ddac553dc3a8f345 /sys/dev/isa/it.c
parenttweak previous; ok nicm (diff)
downloadwireguard-openbsd-d954485d6fc7f3b8973613a67f0ed43e71a8523b.tar.xz
wireguard-openbsd-d954485d6fc7f3b8973613a67f0ed43e71a8523b.zip
Attach on ITE 8728.
it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0x228 ok deraadt@
Diffstat (limited to 'sys/dev/isa/it.c')
-rw-r--r--sys/dev/isa/it.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/it.c b/sys/dev/isa/it.c
index ec10b023107..ac30f772d0c 100644
--- a/sys/dev/isa/it.c
+++ b/sys/dev/isa/it.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: it.c,v 1.42 2012/12/14 13:17:29 mikeb Exp $ */
+/* $OpenBSD: it.c,v 1.43 2013/03/21 18:20:00 brynet Exp $ */
/*
* Copyright (c) 2007-2008 Oleg Safiullin <form@pdp-11.org.ru>
@@ -168,6 +168,7 @@ it_match(struct device *parent, void *match, void *aux)
case IT_ID_8720:
case IT_ID_8721:
case IT_ID_8726:
+ case IT_ID_8728:
case IT_ID_8772:
/* get environment controller base address */
it_writereg(ia->ia_iot, ioh, IT_LDN, IT_EC_LDN);