summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-12-28 19:49:44 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-12-28 19:49:44 +0000
commitde9026ac895c23e2a96167dfa15f7fc6659b4714 (patch)
treeb44eaafcb68cea32b7b1009fc71a6d8766ccf313 /sys/arch/hppa/dev
parent31d64a1533818968346a66710cb39f993c68acbc (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.c5
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;