diff options
author | Oleg Safiullin <form@cvs.openbsd.org> | 2009-01-16 06:58:33 +0000 |
---|---|---|
committer | Oleg Safiullin <form@cvs.openbsd.org> | 2009-01-16 06:58:33 +0000 |
commit | 674b7d913884a50390f167f9881511397531349c (patch) | |
tree | 808daf4090c2c6da185ee8b443c4f37da87e1f9e /sys/dev/isa/it.c | |
parent | b2db15444e0635c8bd99e810b6e4ac48b738a29e (diff) |
add IT8720F support
thanks to Vit Skibinskiy <bucker(ik)skibinski.pp.ru>
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 d6c981ed1cd..457b2050283 100644 --- a/sys/dev/isa/it.c +++ b/sys/dev/isa/it.c @@ -1,4 +1,4 @@ -/* $OpenBSD: it.c,v 1.38 2008/10/23 08:08:44 form Exp $ */ +/* $OpenBSD: it.c,v 1.39 2009/01/16 06:58:32 form Exp $ */ /* * Copyright (c) 2007-2008 Oleg Safiullin <form@pdp-11.org.ru> @@ -165,6 +165,7 @@ it_match(struct device *parent, void *match, void *aux) case IT_ID_8712: case IT_ID_8716: case IT_ID_8718: + case IT_ID_8720: case IT_ID_8726: /* get environment controller base address */ it_writereg(ia->ia_iot, ioh, IT_LDN, IT_EC_LDN); |