diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-04-18 03:24:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-04-18 03:24:28 +0000 |
commit | 73bc5e28bc0f034f299a1f21b2c3a979baab971e (patch) | |
tree | e2db38fb4bcca3d2a9bf9d08476c5a76d58672f1 /sys/arch/sparc/include | |
parent | a0088e013505d72c6314d7003fe2a775b53255a3 (diff) |
Support for the Sun SBus Expansion Subsystem (SUNW,xbox)
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/autoconf.h b/sys/arch/sparc/include/autoconf.h index 0e56dee8093..c940919b78c 100644 --- a/sys/arch/sparc/include/autoconf.h +++ b/sys/arch/sparc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.5 1997/08/08 08:26:03 downsj Exp $ */ +/* $OpenBSD: autoconf.h,v 1.6 1999/04/18 03:24:27 jason Exp $ */ /* $NetBSD: autoconf.h,v 1.20 1997/05/24 20:03:03 pk Exp $ */ /* @@ -108,6 +108,7 @@ struct confargs { #define BUS_VME16 2 #define BUS_VME32 3 #define BUS_SBUS 4 +#define BUS_XBOX 5 /* * mapiodev maps an I/O device to a virtual address, returning the address. |