Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 1997 20:13:01 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/apm apm.c src/sys/i386/include apm_bios.h
Message-ID:  <199711120413.UAA15222@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1997/11/11 20:13:00 PST

  Modified files:
    sys/i386/apm         apm.c 
    sys/i386/include     apm_bios.h 
  Log:
  Expand the APMIO_GETINFO ioctl to return the estimated remaining
  battery time.  For backward compatibility with old binaries, I
  assigned a new ioctl number for this call, and retained the old
  one as APMIO_GETINFO_OLD.  I also added eight words of padding and
  a version field, so that future enhancements won't require jumping
  through this hoop again.
  
  Revision  Changes    Path
  1.65      +57 -30    src/sys/i386/apm/apm.c
  1.19      +26 -3     src/sys/i386/include/apm_bios.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711120413.UAA15222>