Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2004 01:08:34 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 bios.c src/sys/conf files.amd64 src/sys/dev/fb vga.c src/sys/isa syscons_isa.c
Message-ID:  <200409240108.i8O18Y8H083369@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2004-09-24 01:08:34 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      bios.c 
    sys/conf             files.amd64 
    sys/dev/fb           vga.c 
    sys/isa              syscons_isa.c 
  Log:
  Converge towards i386.  I originally resisted creating <machine/pc/bios.h>
  because it was mostly irrelevant - except for the silly BIOS_PADDRTOVADDR
  etc macros.  Along the way of working around this, I missed a few things.
  
  * Make syscons properly inherit the bios capslock/shiftlock/etc state like
    i386 does.  Note that we cannot inherit the bios key repeat rate because
    that requires a bios call (which is impossible for us).
  * Give syscons the ability to beep on amd64.  Oops.
  
  While here, make bios.c compile and add it to files.amd64.
  
  Revision  Changes    Path
  1.72      +4 -1      src/sys/amd64/amd64/bios.c
  1.49      +1 -0      src/sys/conf/files.amd64
  1.32      +1 -5      src/sys/dev/fb/vga.c
  1.26      +7 -8      src/sys/isa/syscons_isa.c



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