diff options
author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-16 13:18:27 +0000 |
---|---|---|
committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-16 13:18:27 +0000 |
commit | 046d2c31c8ffb11c4ed805038cfa324fa02ba245 (patch) | |
tree | 842c6f95572a28f42b7f2d745e48c61498b3e5e8 /sys/pci/if_pcn.c | |
parent | 568dc1b801647a3a97949813442f497269e1f7da (diff) | |
download | src-046d2c31c8ffb11c4ed805038cfa324fa02ba245.tar.gz src-046d2c31c8ffb11c4ed805038cfa324fa02ba245.zip |
Remove some code that managed to escape from my local repository.
Notes
Notes:
svn path=/head/; revision=113561
Diffstat (limited to 'sys/pci/if_pcn.c')
-rw-r--r-- | sys/pci/if_pcn.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index eb9220791cdc..3fed69924df1 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); |