cvs commit: src/sys/dev/sio sio.c

Warner Losh imp at FreeBSD.org
Fri Jun 30 06:27:25 UTC 2006


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


More information about the cvs-src mailing list