diff options
| author | 2007-02-24 23:05:04 +0000 | |
|---|---|---|
| committer | 2007-02-24 23:05:04 +0000 | |
| commit | c12e9846aec2edd52c5851262988553603b9fc39 (patch) | |
| tree | 72db86129a771371ce5baa32210f61f8aedd7643 /sys/dev/pci/if_bcw_pci.c | |
| parent | move debug print into debug block. (diff) | |
| download | wireguard-openbsd-c12e9846aec2edd52c5851262988553603b9fc39.tar.xz wireguard-openbsd-c12e9846aec2edd52c5851262988553603b9fc39.zip | |
Get correct chip revision and also get chip package.
Diffstat (limited to 'sys/dev/pci/if_bcw_pci.c')
| -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); /* |
