diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-01 21:19:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-12-01 21:19:57 +0000 |
commit | 628d45ae765e7f27ffaa4fb4ab651c80046c5149 (patch) | |
tree | a9f0f2cf0e8c0427e288c0750c3d71f5538c91a8 /sys/arch | |
parent | e6464924300d1beeda851b774772b773e7674504 (diff) |
same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/dev/lasi.c | 5 |
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: |