Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2006 06:27:24 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sio sio.c
Message-ID:  <200606300627.k5U6ROq4098619@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2006-06-30 06:27:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sio          sio.c 
  Log:
  Have sio return BIS_PROBE_DEFAULT like all the other drivers in the
  tree...  John Baldwin noted that sio might pass values between probe
  and attach via softc.  It appears that sio does leave the hardware in
  a known state after probing, so other drivers that try to probe might
  leave it in a worse state.  It doesn't seem to pass any data in softc,
  however, that I could find...  I think we should not be probing for
  anything but nonPnP isa, but that's a change for another day.
  
  Submitted by: Frank Behrens
  PR: 87845
  
  Revision  Changes    Path
  1.468     +2 -2      src/sys/dev/sio/sio.c



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