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

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

Diff for /src/sys/dev/sbus/cgsix_sbus.c between version 1.3.6.1 and 1.4

version 1.3.6.1, 2001/10/01 12:46:17 version 1.4, 2001/09/24 23:49:33
Line 183  cgsixattach(parent, self, aux)
Line 183  cgsixattach(parent, self, aux)
         sc->sc_fbc = (struct cg6_fbc *)(u_long)bh;          sc->sc_fbc = (struct cg6_fbc *)(u_long)bh;
   
         sbus_establish(sd, &sc->sc_dev);          sbus_establish(sd, &sc->sc_dev);
         name = PROM_getpropstring(node, "model");          name = getpropstring(node, "model");
   
         isconsole = fb_is_console(node);          isconsole = fb_is_console(node);
         if (isconsole && cgsix_use_rasterconsole) {          if (isconsole && cgsix_use_rasterconsole) {

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

CVSweb <webmaster@jp.NetBSD.org>