cvs commit: src/sys/geom geom_pc98.c src/sys/dev/ata ata-all.h ata-cbus.c ata-disk.c

Søren Schmidt sos at FreeBSD.org
Thu Oct 7 10:37:10 PDT 2004


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


More information about the cvs-src mailing list