Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2004 17:37:09 +0000 (UTC)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom_pc98.c src/sys/dev/ata ata-all.h ata-cbus.c ata-disk.c
Message-ID:  <200410071737.i97Hb9TU038301@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2004-10-07 17:37:09 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_pc98.c 
    sys/dev/ata          ata-all.h ata-cbus.c ata-disk.c 
  Log:
  Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.
  This also adds support for bigger disks on the controller I have access to,
  and maybe others if I understood the adhoc methods used on those.
  
  Those with more PC98 bigdrive controllers it is hereby invited to add/fix
  support for those in geom_pc98.c and not using #ifdef PC98 all over the place.
  
  Revision  Changes    Path
  1.86      +1 -2      src/sys/dev/ata/ata-all.h
  1.15      +1 -1      src/sys/dev/ata/ata-cbus.c
  1.180     +1 -5      src/sys/dev/ata/ata-disk.c
  1.48      +19 -0     src/sys/geom/geom_pc98.c



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