diff options
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); |