[BACK]Return to gffb.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/gffb.c between version 1.11 and 1.11.2.1

version 1.11, 2016/07/11 11:31:51 version 1.11.2.1, 2017/03/20 06:57:29
Line 342  gffb_attach(device_t parent, device_t se
Line 342  gffb_attach(device_t parent, device_t se
         }          }
   
         /* no suspend/resume support yet */          /* no suspend/resume support yet */
         pmf_device_register(sc->sc_dev, NULL, NULL);          if (!pmf_device_register(sc->sc_dev, NULL, NULL))
                   aprint_error_dev(sc->sc_dev,
                       "couldn't establish power handler\n");
   
         aa.console = is_console;          aa.console = is_console;
         aa.scrdata = &sc->sc_screenlist;          aa.scrdata = &sc->sc_screenlist;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

CVSweb <webmaster@jp.NetBSD.org>