diff options
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r-- | sys/arch/hppa/dev/lasi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c index 3aacac72cdf..1090dbd4674 100644 --- a/sys/arch/hppa/dev/lasi.c +++ b/sys/arch/hppa/dev/lasi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lasi.c,v 1.16 2003/08/20 22:51:07 mickey Exp $ */ +/* $OpenBSD: lasi.c,v 1.17 2003/08/28 15:24:19 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -195,6 +195,7 @@ lasiattach(parent, self, aux) break; case HPPA_BOARD_HP800_A180C: + case HPPA_BOARD_HP778_B180L: case HPPA_BOARD_HP780_C100: case HPPA_BOARD_HP780_C110: case HPPA_BOARD_HP779_C132L: |