diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-24 23:05:05 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-24 23:05:05 +0000 |
commit | 580cb8acd3312b1a12ff95f27f5417f975292863 (patch) | |
tree | dd9dea86fe57ea66c8fa69f1653cdf0e4c22900d /sys/dev/pci | |
parent | 927e7acd301e5d8d9836e39ba782f84551cadbab (diff) |
Get correct chip revision and also get chip package.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_bcw_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bcw_pci.c b/sys/dev/pci/if_bcw_pci.c index b3c9b5cfdb1..86071e6284b 100644 --- a/sys/dev/pci/if_bcw_pci.c +++ b/sys/dev/pci/if_bcw_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bcw_pci.c,v 1.8 2007/01/03 10:01:34 mglocker Exp $ */ +/* $OpenBSD: if_bcw_pci.c,v 1.9 2007/02/24 23:05:04 mglocker Exp $ */ /* * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> @@ -223,7 +223,6 @@ bcw_pci_attach(struct device *parent, struct device *self, void *aux) /* * Get some PCI based info into the softc */ - sc->sc_chiprev = PCI_REVISION(pa->pa_class); sc->sc_prodid = PCI_PRODUCT(pa->pa_id); /* |