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); > > > >

[PATCH net v4] r8169: Add bios support.

2016-02-05 Thread Corcodel Marian
This patch help do not compile functions relative to setting latency, setting bus master wich have provided on bios.Davem says "The chip can be used on systems without a BIOS and that should still work." Signed-off-by: Corcodel Marian --- drivers/Kconfig

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 >