summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-01-05 13:35:28 +0000
commit8f5df3d168e7d5e5f5d5989cefd4c0f2e8f807eb (patch)
tree6e5c0670786a0c892d695e08071a8321f2bc09ba /sys/arch/alpha/pci
parenta5c7ab831eee6c24f1fac9dae6ce358a9044478f (diff)
new style pci attach printing
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r--sys/arch/alpha/pci/sio.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/alpha/pci/sio.c b/sys/arch/alpha/pci/sio.c
index a8cf141dff4..1922113676a 100644
--- a/sys/arch/alpha/pci/sio.c
+++ b/sys/arch/alpha/pci/sio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sio.c,v 1.10 1997/07/31 11:03:03 deraadt Exp $ */
+/* $OpenBSD: sio.c,v 1.11 1998/01/05 13:35:17 deraadt Exp $ */
/* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */
/*
@@ -145,9 +145,7 @@ sioattach(parent, self, aux)
struct pci_attach_args *pa = aux;
char devinfo[256];
- pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo);
- printf(": %s (rev. 0x%02x)\n", devinfo,
- PCI_REVISION(pa->pa_class));
+ printf("\n");
sc->sc_iot = pa->pa_iot;
sc->sc_memt = pa->pa_memt;