diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-29 06:36:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-29 06:36:00 +0000 |
commit | 967559c93beb884cb4d746f532e8e3f10beba90a (patch) | |
tree | 94de47ae26141ba3fb79f511d0edc9dcdf71cb52 /sys/dev | |
parent | e8da99da5c9412d55ecb6fdfafec36673cfd3a08 (diff) |
Pretty the printout (don't know if it's right, but it does the job).
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_gem_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/if_gem_pci.c b/sys/dev/pci/if_gem_pci.c index 00e0cddf921..096b0abf9d5 100644 --- a/sys/dev/pci/if_gem_pci.c +++ b/sys/dev/pci/if_gem_pci.c @@ -165,6 +165,7 @@ gem_attach_pci(parent, self, aux) sc->sc_burst = 16; /* XXX */ + printf("\n"); /* * call the main configure */ |