Re: [PATCH net v4] r8169: Add bios support.

2016-02-06 Thread Corcodel Marian
On Sat, 2016-02-06 at 02:39 -0500, David Miller wrote: > From: Corcodel Marian > Date: Sat, 6 Feb 2016 08:31:26 +0200 > > > @@ -8262,8 +8262,9 @@ static int rtl_init_one(struct pci_dev *pdev, > const struct pci_device_id *ent) > > rtl_hw_reset(tp); > > > > rtl_ack_events(tp, 0x

Re: [PATCH net v4] r8169: Add bios support.

2016-02-05 Thread David Miller
From: Corcodel Marian Date: Sat, 6 Feb 2016 08:31:26 +0200 > @@ -8262,8 +8262,9 @@ static int rtl_init_one(struct pci_dev *pdev, const > struct pci_device_id *ent) > rtl_hw_reset(tp); > > rtl_ack_events(tp, 0x); > - > +#ifndef CONFIG_BIOS_SUPPORT > pci_set_master(pdev);