summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-05-22 01:38:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-05-22 01:38:10 +0000
commit54b769663376f683bf53219c264af1a274591a5e (patch)
treee49704d86dceb6682cda8649de98a34402452369 /sys/arch/hppa64/include
parentbda15a35d3608003a90619359e20438f587b7041 (diff)
devices scan for the early new hppa64 machines.
match on product id as well as names in correspondent drivers. chain pluto later in case it shows up too early...
Diffstat (limited to 'sys/arch/hppa64/include')
-rw-r--r--sys/arch/hppa64/include/autoconf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/autoconf.h b/sys/arch/hppa64/include/autoconf.h
index 2d40eb5e236..14495bd005b 100644
--- a/sys/arch/hppa64/include/autoconf.h
+++ b/sys/arch/hppa64/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */
+/* $OpenBSD: autoconf.h,v 1.2 2005/05/22 01:38:09 mickey Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -27,6 +27,7 @@ struct confargs {
bus_dma_tag_t ca_dmatag; /* DMA tag */
hppa_hpa_t ca_hpa; /* module HPA */
u_int ca_hpasz; /* module HPA size (if avail) */
+ int ca_mod; /* this module */
};
/* this is used for hppa_knownmodules table
@@ -47,7 +48,7 @@ extern void (*cold_hook)(int);
struct device;
const char *hppa_mod_info(int, int);
-void pdc_patscan(struct device *, struct confargs *, int);
+void pdc_scan(struct device *, struct confargs *);
int mbprint(void *, const char *);
void dumpconf(void);