diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-16 21:16:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-16 21:16:56 +0000 |
commit | 09b91a71fdf3b3a4052284d066cf70fac783f09b (patch) | |
tree | e55356992dc0ba5cb091dd784182e74caf699219 /sys/dev/pci | |
parent | cc7efaf4577f429129512314a4a9999f8a922bc5 (diff) |
fix ep probe message printouts
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_ep_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index a952a021143..0c4f85aaa66 100644 --- a/sys/dev/pci/if_ep_pci.c +++ b/sys/dev/pci/if_ep_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ep_pci.c,v 1.16 1998/09/11 12:06:58 fgsch Exp $ */ +/* $OpenBSD: if_ep_pci.c,v 1.17 1998/09/16 21:16:49 deraadt Exp $ */ /* $NetBSD: if_ep_pci.c,v 1.13 1996/10/21 22:56:38 thorpej Exp $ */ /* @@ -140,6 +140,8 @@ ep_pci_attach(parent, self, aux) GO_WINDOW(0); + printf(":"); + epconfig(sc, EP_CHIPSET_VORTEX, NULL); /* Enable the card. */ |