summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-12-01 21:19:56 +0000
committermickey <mickey@openbsd.org>2003-12-01 21:19:56 +0000
commit6fce77f83a104b39c390b3d038d7fda5b12f7cc1 (patch)
tree456e33e060801121397683fe28ac07461c65239b
parentTruncate the source string before copying during variable substitution (diff)
downloadwireguard-openbsd-6fce77f83a104b39c390b3d038d7fda5b12f7cc1.tar.xz
wireguard-openbsd-6fce77f83a104b39c390b3d038d7fda5b12f7cc1.zip
same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de
-rw-r--r--sys/arch/hppa/dev/lasi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c
index 7f238b8c018..83c80f53a4f 100644
--- a/sys/arch/hppa/dev/lasi.c
+++ b/sys/arch/hppa/dev/lasi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lasi.c,v 1.18 2003/09/25 22:43:22 mickey Exp $ */
+/* $OpenBSD: lasi.c,v 1.19 2003/12/01 21:19:56 mickey Exp $ */
/*
* Copyright (c) 1998-2003 Michael Shalayeff
@@ -195,6 +195,9 @@ lasiattach(parent, self, aux)
break;
case HPPA_BOARD_HP800_A180C:
+ case HPPA_BOARD_HP778_B132L:
+ case HPPA_BOARD_HP778_B132LP:
+ case HPPA_BOARD_HP778_B160L:
case HPPA_BOARD_HP778_B180L:
case HPPA_BOARD_HP780_C100:
case HPPA_BOARD_HP780_C110: