Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



Christoph Egger wrote:
Log Message:
Driver for Attansic L1 gigabit ethernet driver.

From the code:

  if (!pmf_device_register(self, NULL, NULL))
      aprint_error_dev(self, "couldn't establish power handler\n");
  else
      pmf_class_network_register(self, ifp);

Are you sure about this?

Cheers,
Jared


Home | Main Index | Thread Index | Old Index