diff options
Diffstat (limited to 'sys/arch/sparc/dev/sbusreg.h')
-rw-r--r-- | sys/arch/sparc/dev/sbusreg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/sbusreg.h b/sys/arch/sparc/dev/sbusreg.h index 3a6cef35a4e..f6449311a5e 100644 --- a/sys/arch/sparc/dev/sbusreg.h +++ b/sys/arch/sparc/dev/sbusreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbusreg.h,v 1.4 2003/06/02 23:27:54 millert Exp $ */ +/* $OpenBSD: sbusreg.h,v 1.5 2007/05/29 09:54:15 sobrado Exp $ */ /* $NetBSD: sbusreg.h,v 1.3 1997/09/14 19:17:25 pk Exp $ */ /* @@ -44,10 +44,10 @@ /* * Sun-4c S-bus definitions. (Should be made generic!) * - * Sbus slot 0 is not a separate slot; it talks to the onboard I/O devices. - * It is, however, addressed just like any `real' Sbus. + * SBus slot 0 is not a separate slot; it talks to the onboard I/O devices. + * It is, however, addressed just like any `real' SBus. * - * Sbus device addresses are obtained from the FORTH PROMs. They come + * SBus device addresses are obtained from the FORTH PROMs. They come * in `absolute' and `relative' address flavors, so we have to handle both. * Relative addresses do *not* include the slot number. */ @@ -65,5 +65,5 @@ struct sbusreg { #define NSBUSCFG 20 /* Actual number dependent on machine model */ - u_int32_t sbus_sbuscfg[NSBUSCFG]; /* Sbus configuration control */ + u_int32_t sbus_sbuscfg[NSBUSCFG]; /* SBus configuration control */ }; |