Date: Wed, 22 Sep 1999 14:51:20 -0400 (EDT) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: current@freebsd.org Subject: aha driver disabled? Message-ID: <Pine.BSF.4.10.9909221447540.317-100000@earth.fxp>
next in thread | raw e-mail | index | archive | help
After cvsupping yesterday (last cvsup was at the beginning of the month), I found that my AHA-1542CP was no longer being seen/probed. I've traced it down to the following: RCS file: /home/ncvs/src/sys/i386/isa/isa_compat.h,v Working file: src/sys/i386/isa/isa_compat.h head: 1.12 description: ---------------------------- revision 1.12 date: 1999/09/07 08:42:47; author: dfr; state: Exp; lines: +1 -6 Change isa_get/set_flags() to device_get/set_flags(). - * $FreeBSD: src/sys/i386/isa/isa_compat.h,v 1.11 1999/09/03 19:15:13 peter Exp $ + * $FreeBSD: src/sys/i386/isa/isa_compat.h,v 1.12 1999/09/07 08:42:47 dfr Exp $ */ #include "vt.h" @@ -99,7 +99,6 @@ extern struct isa_driver vtdriver; extern struct isa_driver advdriver; -extern struct isa_driver ahadriver; extern struct isa_driver wdcdriver; extern struct isa_driver msedriver; extern struct isa_driver ardriver; @@ -311,10 +310,6 @@ #if NADV > 0 { INTR_TYPE_CAM, &advdriver }, #endif -#endif - -#if NAHA > 0 - { INTR_TYPE_CAM, &ahadriver }, #endif If I reverse the above, the card seems to work fine again. I'm just wondering if this was intentional and/or if the driver will be reenabled again [soon]. ----- Chris D. Faulhaber <jedgar@fxp.org> | All the true gurus I've met never System/Network Administrator, | claimed they were one and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909221447540.317-100000>