Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 15:59:19 +0800
From:      Peter Wemm <peter@netplex.com.au>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: PnP probing in -current 
Message-ID:  <20000117075919.A40241CD4@overcee.netplex.com.au>
In-Reply-To: Message from Brian Somers <brian@Awfulhak.org>  of "Mon, 17 Jan 2000 02:38:24 GMT." <200001170238.CAA00850@hak.lan.Awfulhak.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



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?20000117075919.A40241CD4>