diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 19:52:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 19:52:21 +0000 |
commit | d1b4c3c90402213669cdb33067fba574f725ad0c (patch) | |
tree | 6eaa179e5709fa430a6a435a8b28403a9e4ef5b1 /sys/arch/hppa/include/autoconf.h | |
parent | 284f94a9cd131c99cd6d9dec01df872afa0ecb2f (diff) |
all the devices info is now in one table
Diffstat (limited to 'sys/arch/hppa/include/autoconf.h')
-rw-r--r-- | sys/arch/hppa/include/autoconf.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h index 26e1397875b..8649cb6bd41 100644 --- a/sys/arch/hppa/include/autoconf.h +++ b/sys/arch/hppa/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.6 1999/02/25 17:28:58 mickey Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 1999/04/20 19:52:20 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -46,17 +46,9 @@ struct confargs { #define hppacf_irq cf_loc[0] -/* this is used for hppa_knownboards table - * describing known to this port boards - */ -struct hppa_board_info { - int bi_id; - char *bi_label; - char *bi_name; -}; - /* this is used for hppa_knownmodules table - * describing known to this port modules + * describing known to this port modules, + * system boards, cpus, fpus and busses */ struct hppa_mod_info { int mi_type; |