diff options
Diffstat (limited to 'sys/dev/pci/eso.c')
-rw-r--r-- | sys/dev/pci/eso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/eso.c b/sys/dev/pci/eso.c index 9c0fd9491ce..43c1df56119 100644 --- a/sys/dev/pci/eso.c +++ b/sys/dev/pci/eso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eso.c,v 1.8 2000/01/11 13:40:05 deraadt Exp $ */ +/* $OpenBSD: eso.c,v 1.9 2000/04/03 21:13:48 deraadt Exp $ */ /* $NetBSD: eso.c,v 1.3 1999/08/02 17:37:43 augustss Exp $ */ /* @@ -350,7 +350,7 @@ eso_attach(parent, self, aux) printf("\n"); return; } - printf(" %s\n", intrstring); + printf(", %s\n", intrstring); /* * Set up the DDMA Control register; a suitable I/O region has been |