summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-05 21:09:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-08-05 21:09:11 +0000
commit84a551df643db1c94c1ae167c42a8e143786d703 (patch)
treeacb24cf793c76e7647c5fb8c26cb3070fff937ab
parente6d7f2bf28c8575f152f2be9088bdf919c6d1bd1 (diff)
a180c blinks too, 715/80 supposedly too
-rw-r--r--sys/arch/hppa/dev/lasi.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c
index 5d8dd361046..042d91b3f15 100644
--- a/sys/arch/hppa/dev/lasi.c
+++ b/sys/arch/hppa/dev/lasi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lasi.c,v 1.14 2003/07/30 21:24:19 mickey Exp $ */
+/* $OpenBSD: lasi.c,v 1.15 2003/08/05 21:09:10 mickey Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -183,6 +183,7 @@ lasiattach(parent, self, aux)
break; /* only has one led. works different */
case HPPA_BOARD_HP715_64:
+ case HPPA_BOARD_HP715_80:
case HPPA_BOARD_HP715_100:
case HPPA_BOARD_HP715_100XC:
case HPPA_BOARD_HP725_100:
@@ -193,14 +194,15 @@ lasiattach(parent, self, aux)
machine_ledword = 1;
break;
+ case HPPA_BOARD_HP800_A180C:
case HPPA_BOARD_HP780_C100:
case HPPA_BOARD_HP780_C110:
- case HPPA_BOARD_HP770_J200:
- case HPPA_BOARD_HP770_J210:
case HPPA_BOARD_HP779_C132L:
case HPPA_BOARD_HP779_C160L:
case HPPA_BOARD_HP779_C180L:
case HPPA_BOARD_HP779_C160L1:
+ case HPPA_BOARD_HP770_J200:
+ case HPPA_BOARD_HP770_J210:
if (bus_space_map(ca->ca_iot, 0xf0190000,
4, 0, (bus_space_handle_t *)&machine_ledaddr))
machine_ledaddr = NULL;