summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-04-16 13:18:27 +0000
committermdodd <mdodd@FreeBSD.org>2003-04-16 13:18:27 +0000
commit25a8614d11f36479a9e4ec03dc5dc79c2124c3fa (patch)
tree842c6f95572a28f42b7f2d745e48c61498b3e5e8
parentee0896bc9756ee999fd92b8b5a256ef47b01ac05 (diff)
downloadFreeBSD-src-25a8614d11f36479a9e4ec03dc5dc79c2124c3fa.zip
FreeBSD-src-25a8614d11f36479a9e4ec03dc5dc79c2124c3fa.tar.gz
Remove some code that managed to escape from my local repository.
-rw-r--r--sys/pci/if_pcn.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c
index eb92207..3fed699 100644
--- a/sys/pci/if_pcn.c
+++ b/sys/pci/if_pcn.c
@@ -544,12 +544,6 @@ pcn_attach(dev)
*/
pci_enable_busmaster(dev);
- /* Retreive the chip ID */
- command = pcn_chip_id(dev);
- sc->pcn_type = (command >>= 12) & PART_MASK;
- device_printf(dev, "Chip ID %04x (%s)\n",
- sc->pcn_type, pcn_chipid_name(sc->pcn_type));
-
rid = PCN_RID;
sc->pcn_res = bus_alloc_resource(dev, PCN_RES, &rid,
0, ~0, 1, RF_ACTIVE);
OpenPOWER on IntegriCloud