[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 09/12] acpi: move aml builder code for parallel device
From: |
Igor Mammedov |
Subject: |
Re: [PATCH v2 09/12] acpi: move aml builder code for parallel device |
Date: |
Fri, 3 Apr 2020 12:16:01 +0200 |
On Fri, 3 Apr 2020 12:12:10 +0200
Igor Mammedov <address@hidden> wrote:
> On Fri, 3 Apr 2020 10:04:59 +0200
> Gerd Hoffmann <address@hidden> wrote:
>
[...]
> > +static void parallel_isa_build_aml(ISADevice *isadev, Aml *scope)
> > +{
> > + ISAParallelState *isa = ISA_PARALLEL(isadev);
> > + Aml *dev;
> > + Aml *crs;
> > +
> > + if (isa->iobase != 0x0378) {
> > + return;
> > + }
if device is present why should we skip adding it to DSDT?
[..]
- Re: [PATCH v2 07/12] acpi: move aml builder code for rtc device, (continued)
[PATCH v2 08/12] acpi: move aml builder code for serial device, Gerd Hoffmann, 2020/04/03
[PATCH v2 05/12] acpi: parallel: don't use _STA method, Gerd Hoffmann, 2020/04/03
[PATCH v2 09/12] acpi: move aml builder code for parallel device, Gerd Hoffmann, 2020/04/03
[PATCH v2 10/12] acpi: move aml builder code for floppy device, Gerd Hoffmann, 2020/04/03
[PATCH v2 11/12] acpi: move aml builder code for i8042 (kbd+mouse) device, Gerd Hoffmann, 2020/04/03
Re: [PATCH v2 00/12] acpi: i386 tweaks, no-reply, 2020/04/03
Re: [PATCH v2 00/12] acpi: i386 tweaks, no-reply, 2020/04/03