Brian Somers wrote:
> Hi,
> 
> Since the PnP probing code was made unconditional in the bootup 
> routines on December 6, I've been having problems with my 
> Adaptec 1542CP.

What PnP device ID does it have?

static struct isa_pnp_id aha_ids[] = {
        {AHA1542_PNP,           NULL},          /* ADP1542 */
        {AHA1542_PNPCOMPAT,     NULL},          /* PNP00A0 */
        {0}
};

ahareg.h:#define AHA1542_PNP            0x42159004      /* ADP1542 */
ahareg.h:#define AHA1542_PNPCOMPAT      0xA000D040      /* PNP00A0 */

What do you get on dmesg?  Any "unknown" devices?

Have you tried "options PNPBIOS"  and  "device aha0"  (no "at isa? ...").

Can you include some lines from boot -v showing the parsing of the pnp id?

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to