[BACK]Return to if_bwi_pci.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/if_bwi_pci.c between version 1.9 and 1.9.2.1

version 1.9, 2010/01/19 22:07:00 version 1.9.2.1, 2010/10/22 07:22:05
Line 113  bwi_pci_attach(device_t parent, device_t
Line 113  bwi_pci_attach(device_t parent, device_t
         int error = 0;          int error = 0;
   
         aprint_naive("\n");          aprint_naive("\n");
         aprint_normal(": Broadcom Wireless");          aprint_normal(": Broadcom Wireless\n");
   
         sc->sc_dev = self;          sc->sc_dev = self;
         sc->sc_dmat = pa->pa_dmat;          sc->sc_dmat = pa->pa_dmat;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

CVSweb <webmaster@jp.NetBSD.org>