Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2009 20:08:26 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_conf.c
Message-ID:  <200904152008.n3FK8YsJ041461@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-04-15 20:08:26 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_conf.c 
  Log:
  SVN rev 191115 on 2009-04-15 20:08:26Z by ed
  
  Don't use si_drv0 directly.
  
  We should still access si_drv0 using dev2unit(). Also change the
  KASSERT() to really print the udev instead of the unit number. I suspect
  it's still useful to print the unit number, especially for devices that
  use clone lists, so keep the unit number in the panic string.
  
  Revision  Changes    Path
  1.227     +2 -2      src/sys/kern/kern_conf.c



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