Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 00:10:18 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 src/sys/i386/include smapi.h src/sys/i386/smapi smapi.c smapi_bios.S smapi_isa.c smapi_var.h src/sys/modules Makefile src/sys/modules/smapi Makefile
Message-ID:  <200301170810.h0H8AJWM096623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/01/17 00:10:18 PST

  Modified files:
    sys/conf             files.i386 
    sys/modules          Makefile 
  Added files:
    sys/i386/include     smapi.h 
    sys/i386/smapi       smapi.c smapi_bios.S smapi_isa.c 
                         smapi_var.h 
    sys/modules/smapi    Makefile 
  Log:
  A driver for the System Management Application Program
  Interface (SMAPI) BIOS, which is present on some IBM
  Thinkpad models (560, 600, 770 to name a few.)
  
  The SMAPI BIOS provides access to System Information,
  System Configuration, and Power Management.
  
  Revision  Changes    Path
  1.430     +3 -0      src/sys/conf/files.i386
  1.1       +91 -0     src/sys/i386/include/smapi.h (new)
  1.1       +167 -0    src/sys/i386/smapi/smapi.c (new)
  1.1       +54 -0     src/sys/i386/smapi/smapi_bios.S (new)
  1.1       +274 -0    src/sys/i386/smapi/smapi_isa.c (new)
  1.1       +51 -0     src/sys/i386/smapi/smapi_var.h (new)
  1.300     +1 -0      src/sys/modules/Makefile
  1.1       +9 -0      src/sys/modules/smapi/Makefile (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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