diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-30 04:59:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-30 04:59:35 +0000 |
commit | 3f1a3092215aad1ba0e359810c06546c1f5ea3f6 (patch) | |
tree | 088f0af57f25250819dda310175f748a11b541fc | |
parent | 56b4f15fe0f5069d3cbb45f9ea73752f8d75b42a (diff) |
Remove unused NetBSD code for dmesg printing.
ok deraadt@
-rw-r--r-- | sys/dev/pci/uhci_pci.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/uhci_pci.c b/sys/dev/pci/uhci_pci.c index 859be8ef5c8..a6ca442c5cb 100644 --- a/sys/dev/pci/uhci_pci.c +++ b/sys/dev/pci/uhci_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhci_pci.c,v 1.25 2007/03/22 05:53:36 pascoe Exp $ */ +/* $OpenBSD: uhci_pci.c,v 1.26 2008/05/30 04:59:34 brad Exp $ */ /* $NetBSD: uhci_pci.c,v 1.24 2002/10/02 16:51:58 thorpej Exp $ */ /* @@ -100,13 +100,6 @@ uhci_pci_attach(struct device *parent, struct device *self, void *aux) char *devname = sc->sc.sc_bus.bdev.dv_xname; int s; -#if defined(__NetBSD__) - char devinfo[256]; - - pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo); - printf(": %s (rev. 0x%02x)", devinfo, PCI_REVISION(pa->pa_class)); -#endif - /* Map I/O registers */ if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0, &sc->sc.iot, &sc->sc.ioh, NULL, &sc->sc.sc_size, 0)) { |