Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 14:04:08 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/raidframe rf_freebsdkintf.c
Message-ID:  <200302272204.h1RM481s060238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/02/27 14:04:08 PST

  Modified files:
    sys/dev/raidframe    rf_freebsdkintf.c 
  Log:
  NO_GEOM cleanup:
  
  Move <sys/conf.h> before <sys/disk.h>.
  No need for raidread()/raidwrite(), we have generic code for that.
  Remove non-functional dump code.
  Make raidinit() return the softc, not the dev_t.
  Move to "struct disk*" centric API.
  Fix printfs' to get name from struct disk instead of dev_t.
  
  OK'ed by:       scottl
  
  Revision  Changes    Path
  1.14      +42 -115   src/sys/dev/raidframe/rf_freebsdkintf.c

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




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