diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-28 19:49:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-12-28 19:49:44 +0000 |
commit | de9026ac895c23e2a96167dfa15f7fc6659b4714 (patch) | |
tree | b44eaafcb68cea32b7b1009fc71a6d8766ccf313 /sys/arch/hppa/dev | |
parent | 31d64a1533818968346a66710cb39f993c68acbc (diff) |
Add a few more K-class models to the list of machines that have more devices
than PDC tells us about.
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r-- | sys/arch/hppa/dev/uturn.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/uturn.c b/sys/arch/hppa/dev/uturn.c index 2e37d5b4fea..0fbb9075b1f 100644 --- a/sys/arch/hppa/dev/uturn.c +++ b/sys/arch/hppa/dev/uturn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uturn.c,v 1.4 2007/12/21 16:19:43 kettenis Exp $ */ +/* $OpenBSD: uturn.c,v 1.5 2007/12/28 19:49:43 kettenis Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -115,8 +115,11 @@ uturnattach(parent, self, aux) switch (cpu_hvers) { case HPPA_BOARD_HP809: case HPPA_BOARD_HP819: + case HPPA_BOARD_HP829: case HPPA_BOARD_HP839: + case HPPA_BOARD_HP849: case HPPA_BOARD_HP859: + case HPPA_BOARD_HP869: hpa = ((struct iomod *)ioh)->io_io_low << 16; pdc_scanbus(self, &nca, MAXMODBUS, hpa); break; |