diff options
author | 2001-09-29 06:35:59 +0000 | |
---|---|---|
committer | 2001-09-29 06:35:59 +0000 | |
commit | 56c35970e43b7d363f27b7def5ffcd6294d434c8 (patch) | |
tree | 83427ffd924a6df778437b29221c09d1e4b3311c | |
parent | ide issue on AX fixed, typos (diff) | |
download | wireguard-openbsd-56c35970e43b7d363f27b7def5ffcd6294d434c8.tar.xz wireguard-openbsd-56c35970e43b7d363f27b7def5ffcd6294d434c8.zip |
Pretty the printout (don't know if it's right, but it does the job).
-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 */ |