diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-07-23 19:11:29 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-07-23 19:11:29 +0000 |
commit | 212dedf9ce2e0a21513256af0a7ba3a55cd34af0 (patch) | |
tree | 8e7f0565da8bfc7b6c609b6436770c7f94b58e79 /sys/arch/sparc/include/autoconf.h | |
parent | 59c9a82da9a132f80f7cc45e30892651795fdfe9 (diff) |
Drivers for the FORCE CPU-5V:
o fga5000 vme-sbus bridge
o system config registers
o flash memory
and daadio VME board driver
Diffstat (limited to 'sys/arch/sparc/include/autoconf.h')
-rw-r--r-- | sys/arch/sparc/include/autoconf.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h index c940919b78c..55b895a1f7a 100644 --- a/sys/arch/sparc/include/autoconf.h +++ b/sys/arch/sparc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.6 1999/04/18 03:24:27 jason Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 1999/07/23 19:11:27 jason Exp $ */ /* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */ /* @@ -109,6 +109,16 @@ struct confargs { #define BUS_VME32 3 #define BUS_SBUS 4 #define BUS_XBOX 5 +#define BUS_FGA 6 +#define BUS_FGA_A16D8 7 +#define BUS_FGA_A16D16 8 +#define BUS_FGA_A16D32 9 +#define BUS_FGA_A24D8 10 +#define BUS_FGA_A24D16 11 +#define BUS_FGA_A24D32 12 +#define BUS_FGA_A32D8 13 +#define BUS_FGA_A32D16 14 +#define BUS_FGA_A32D32 15 /* * mapiodev maps an I/O device to a virtual address, returning the address. |