Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 23:08:42 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aha aha.c aha_isa.c aha_mca.c ahareg.h
Message-ID:  <200001240708.XAA11143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2000/01/23 23:08:42 PST

  Modified files:
    sys/dev/aha          aha.c aha_isa.c aha_mca.c ahareg.h 
  Log:
  Fix plug and play support:
  o Cut out the probed stuff.  We no longer need it since newbus implicitly
    checks for this (likely bt can be changed as well in this way).
  o Add preliminary support for unload.  Untested because aha doesn't yet
    support identify and there are some interactions with PnP that I've
    not yet worked out.
  
  With this I can boot the AHA-1542CP FW F.0.  All the aha resources
  appear to be picked up via pnp now.
  
  Revision  Changes    Path
  1.34      +17 -44    src/sys/dev/aha/aha.c
  1.17      +60 -43    src/sys/dev/aha/aha_isa.c
  1.2       +1 -4      src/sys/dev/aha/aha_mca.c
  1.8       +23 -32    src/sys/dev/aha/ahareg.h



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?200001240708.XAA11143>