CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/09/10 23:39:51
Modified files:
sys/dev/pci : if_dc_pci.c
Log message:
Remove the redundant local variable 'revision' from the PCI attach function.
The softc field dc_revision contains the PCI revision. No functional change.
