From owner-freebsd-current Sun Jan 16 23:59:32 2000 Delivered-To: freebsd-current@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 3F2F714FAF for ; Sun, 16 Jan 2000 23:59:27 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id A40241CD4; Mon, 17 Jan 2000 15:59:19 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Somers Cc: freebsd-current@FreeBSD.org Subject: Re: PnP probing in -current In-Reply-To: Message from Brian Somers of "Mon, 17 Jan 2000 02:38:24 GMT." <200001170238.CAA00850@hak.lan.Awfulhak.org> Date: Mon, 17 Jan 2000 15:59:19 +0800 From: Peter Wemm Message-Id: <20000117075919.A40241CD4@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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