summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1999-05-17 21:56:00 +0000
committergibbs <gibbs@FreeBSD.org>1999-05-17 21:56:00 +0000
commitd38628246b0347ea98e606fe8a64f8090d03309b (patch)
tree4cb8837fe409700c99e873a83a168f3236844c3b /sys/i386/eisa
parent7fbb1f35e22541e93f20853c6c91e22e1ce2ce29 (diff)
downloadFreeBSD-src-d38628246b0347ea98e606fe8a64f8090d03309b.zip
FreeBSD-src-d38628246b0347ea98e606fe8a64f8090d03309b.tar.gz
Correct the comment for the last commit.
Clean up the handling of failure modes in our attach so we don't free resources twice. ahc_free() will do all of the work for us (as would be required by an unload event) so we only need to handle resources that the softc has not taken ownership of.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/ahc_eisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/eisa/ahc_eisa.c b/sys/i386/eisa/ahc_eisa.c
index ded2bdf..95c9f4f 100644
--- a/sys/i386/eisa/ahc_eisa.c
+++ b/sys/i386/eisa/ahc_eisa.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ahc_eisa.c,v 1.8 1999/05/08 21:59:17 dfr Exp $
+ * $Id: ahc_eisa.c,v 1.9 1999/05/17 21:51:41 gibbs Exp $
*/
#include "eisa.h"
OpenPOWER on IntegriCloud