1. 06 Dec, 2002 36 commits
  2. 05 Dec, 2002 4 commits
    • Adam Belay's avatar
      [PATCH] PnP bugfix · 9bb10b57
      Adam Belay authored
      I forgot the errno.h.  Without this patch, things may not compile when
      pnp support or pnp card support is disabled.
      
      Hope you had a good trip.  I noticed a small mistake in pnp 0.93 and I have
      a fix for it.
      9bb10b57
    • Adam Belay's avatar
      [PATCH] Linux PnP Support V0.93 - 2.5.50 · 85478b2d
      Adam Belay authored
      Attached is a patch, that updates the 2.5.50 to the latest pnp
      version.  It includes all 9 of the previously submitted patches.
      
      Highlights are as follows:
      -PnP BIOS fixes
      -Several new macros
      -PnP Card Services
      -Various bug fixes
      -more drivers converted to the new APIs
      85478b2d
    • Pavel Machek's avatar
      [PATCH] acpi_wakeup.S: simplify logic · 7ba78799
      Pavel Machek authored
      This simplifies logic in acpi_wakeup.S by putting code and data into
      same segment. Plus it kills off-by-3 bug and uses constant instead of
      hardcoded value.
      7ba78799
    • Pavel Machek's avatar
      [PATCH] s3 sleep: make it work when kernel is big · 8bbde7ed
      Pavel Machek authored
      When kernel becomes too big, table allocated in acpi.c is no longer
      big enough and machine crashes during acpi_wakeup.S... This fixes
      it and adds safety check for acpi_wakeup's code size.
      8bbde7ed