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 <[EMAIL PROTECTED]> | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to