diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-28 15:24:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-28 15:24:20 +0000 |
commit | 3d5f6d4344260f4b61c010cc94eab742ebc84644 (patch) | |
tree | 6c5a0f1c2a6b7ce060e1493bd488c0e20f1087dc /sys/arch/hppa/dev | |
parent | ba917f6f40f567ab13d325271ce182f112393681 (diff) |
b180 wink-wink
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: |