diff options
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r-- | sys/arch/sparc64/dev/stp_sbus.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/stp_sbus.c b/sys/arch/sparc64/dev/stp_sbus.c index 07e97b29ef6..6b95093946e 100644 --- a/sys/arch/sparc64/dev/stp_sbus.c +++ b/sys/arch/sparc64/dev/stp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stp_sbus.c,v 1.5 2003/12/16 15:08:50 jason Exp $ */ +/* $OpenBSD: stp_sbus.c,v 1.6 2004/03/02 23:10:17 miod Exp $ */ /* $NetBSD: stp4020.c,v 1.23 2002/06/01 23:51:03 lukem Exp $ */ /*- @@ -38,7 +38,8 @@ */ /* - * STP4020: SBus/PCMCIA bridge supporting two Type-3 PCMCIA cards. + * STP4020: SBus/PCMCIA bridge supporting one Type-3 PCMCIA card, or up to + * two Type-1 and Type-2 PCMCIA cards.. */ #include <sys/param.h> |