diff options
author | 2001-03-29 00:46:49 +0000 | |
---|---|---|
committer | 2001-03-29 00:46:49 +0000 | |
commit | d5fd21b56509540d3effb9be9b6b83e74721edc5 (patch) | |
tree | cff559ee5495e9c1122e0c49760a609838d51e76 | |
parent | regen we do (diff) | |
download | wireguard-openbsd-d5fd21b56509540d3effb9be9b6b83e74721edc5.tar.xz wireguard-openbsd-d5fd21b56509540d3effb9be9b6b83e74721edc5.zip |
here labels we define
-rw-r--r-- | sys/arch/hppa/hppa/autoconf.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/autoconf.c b/sys/arch/hppa/hppa/autoconf.c index 5e43f59e940..61e4ce076f0 100644 --- a/sys/arch/hppa/hppa/autoconf.c +++ b/sys/arch/hppa/hppa/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.11 2001/01/26 22:15:04 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.12 2001/03/29 00:46:49 mickey Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -60,7 +60,6 @@ #include <dev/cons.h> #include <hppa/dev/cpudevs.h> -#include <hppa/dev/cpudevs_data.h> void setroot __P((void)); void swapconf __P((void)); @@ -212,7 +211,7 @@ bad: return; } -const struct nam2blk { +static const struct nam2blk { char name[4]; int maj; } nam2blk[] = { @@ -398,6 +397,10 @@ pdc_scanbus(self, ca, bus, maxmod) } } +static const struct hppa_mod_info hppa_knownmods[] = { +#include <hppa/dev/cpudevs_data.h> +}; + const char * hppa_mod_info(type, sv) int type, sv; |