[BACK]Return to bonito_mainbus.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbmips / loongson

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

Diff for /src/sys/arch/evbmips/loongson/bonito_mainbus.c between version 1.4 and 1.4.8.1

version 1.4, 2021/04/24 23:36:35 version 1.4.8.1, 2021/08/04 03:24:20
Line 114  bonito_mainbus_attach(device_t parent, d
Line 114  bonito_mainbus_attach(device_t parent, d
         pba.pba_dmat64 = NULL;          pba.pba_dmat64 = NULL;
         pba.pba_pc = &bonito_pc;          pba.pba_pc = &bonito_pc;
   
         config_found(self, &pba, pcibusprint, CFARG_EOL);          config_found(self, &pba, pcibusprint, CFARGS_NONE);
 }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.8.1

CVSweb <webmaster@jp.NetBSD.org>