diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-21 10:57:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-21 10:57:22 +0000 |
commit | 346174e1eed58efcf2628f8f90d9a9d6639e4272 (patch) | |
tree | 5ff4443466858f7175762e9367e57f16d7a2e870 | |
parent | 61224fd6fa02294b7f978cb28013808f6f828c65 (diff) |
standardize the dmesg output
-rw-r--r-- | sys/arch/arc/dev/if_sn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/if_sn.c b/sys/arch/arc/dev/if_sn.c index fc9044253fc..ca0b085bfc6 100644 --- a/sys/arch/arc/dev/if_sn.c +++ b/sys/arch/arc/dev/if_sn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sn.c,v 1.3 1996/08/26 11:12:01 pefo Exp $ */ +/* $OpenBSD: if_sn.c,v 1.4 1996/09/21 10:57:21 deraadt Exp $ */ /* * National Semiconductor SONIC Driver * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) @@ -326,7 +326,7 @@ snattach(parent, self, aux) p += NRBA * RBASIZE; DMA_MAP(sc->dma, (caddr_t)SONICBUF, p - SONICBUF, SONICBUF - pp); - printf(" buf:%d",p - SONICBUF); + printf(": bufsize %d",p - SONICBUF); #if 0 camdump(sc); |