Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 1998 01:23:07 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/slice disklabel.c mbr.c slice.h slice_base.c src/sys/dev/vn vn.c src/sys/i386/isa fd.c wd.c src/sys/scsi sd.c
Message-ID:  <199807130823.BAA03998@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1998/07/13 01:23:06 PDT

  Modified files:
    sys/dev/slice        disklabel.c mbr.c slice.h slice_base.c 
    sys/dev/vn           vn.c 
    sys/i386/isa         fd.c wd.c 
    sys/scsi             sd.c 
  Log:
  SLICE probing becomes asynchronous. It can now be triggered by
  interupt level events. This needs a lot of cleanup, but has been working
  here for a month or two.. originally needed for CAM integration
  but that hasn't happenned yet. The probing  state machines for each
  handler should be replaced by a more generic state-service. It's
  still quite messy in there..
  
  Revision  Changes    Path
  1.7       +269 -407  src/sys/dev/slice/disklabel.c
  1.7       +243 -414  src/sys/dev/slice/mbr.c
  1.4       +21 -11    src/sys/dev/slice/slice.h
  1.5       +163 -79   src/sys/dev/slice/slice_base.c
  1.66      +2 -5      src/sys/dev/vn/vn.c
  1.117     +3 -6      src/sys/i386/isa/fd.c
  1.172     +3 -5      src/sys/i386/isa/wd.c
  1.134     +3 -5      src/sys/scsi/sd.c

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?199807130823.BAA03998>