diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-25 22:43:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-25 22:43:23 +0000 |
commit | 3b554c38e5ba772334b8ba05af19d7ae50050d8d (patch) | |
tree | 78b1a4220f8283b88550b8a79521c26e73ecf4ab /sys/arch/hppa | |
parent | 3c04fb58cdb2f42a58d9c7295bf7739842e157f3 (diff) |
j2x0 do not like our fiddling over th led port; testing by pb@
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/dev/lasi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c index 1090dbd4674..7f238b8c018 100644 --- a/sys/arch/hppa/dev/lasi.c +++ b/sys/arch/hppa/dev/lasi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lasi.c,v 1.17 2003/08/28 15:24:19 mickey Exp $ */ +/* $OpenBSD: lasi.c,v 1.18 2003/09/25 22:43:22 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -202,8 +202,6 @@ lasiattach(parent, self, aux) 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; |