diff options
-rw-r--r-- | sys/arch/hppa/hppa/autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index 015b7ef5917..0bb5f69efdc 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.42 2004/12/25 23:02:24 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.43 2005/01/17 22:33:40 mickey Exp $ */ /* * Copyright (c) 1998-2003 Michael Shalayeff @@ -669,7 +669,6 @@ pdc_scanbus(self, ca, maxmod, hpa) nca.ca_hpa = pdc_memmap.hpa; - /* TODO fetch the hpa size and the addrs */ for (im = 0; !(error = pdc_call((iodcio_t)pdc, 0, PDC_SYSMAP, PDC_SYSMAP_FIND, &pdc_find, &path, im)) && |