diff options
author | 2012-12-14 13:17:29 +0000 | |
---|---|---|
committer | 2012-12-14 13:17:29 +0000 | |
commit | d78b6a365c3ccf81acbe95adc60d56638a5b582b (patch) | |
tree | 9025501aa042200322dd25de53127ba064c159a2 /sys/dev/isa/it.c | |
parent | a few more comments (diff) | |
download | wireguard-openbsd-d78b6a365c3ccf81acbe95adc60d56638a5b582b.tar.xz wireguard-openbsd-d78b6a365c3ccf81acbe95adc60d56638a5b582b.zip |
Support IT8772F; from form@, ok kettenis
Diffstat (limited to 'sys/dev/isa/it.c')
-rw-r--r-- | sys/dev/isa/it.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/it.c b/sys/dev/isa/it.c index 92d34bd3c42..ec10b023107 100644 --- a/sys/dev/isa/it.c +++ b/sys/dev/isa/it.c @@ -1,4 +1,4 @@ -/* $OpenBSD: it.c,v 1.41 2012/10/17 22:32:01 deraadt Exp $ */ +/* $OpenBSD: it.c,v 1.42 2012/12/14 13:17:29 mikeb 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_8772: /* get environment controller base address */ it_writereg(ia->ia_iot, ioh, IT_LDN, IT_EC_LDN); ec_iobase = it_readreg(ia->ia_iot, ioh, IT_EC_MSB) << 8; |