Date: Wed, 26 May 1999 10:42:14 -0700 (PDT) From: Amancio Hasty Jr <hasty@netcom.com> To: hackers@FreeBSD.ORG, luigi@labinfo.iet.unipi.it Subject: PCI Bus and bt848 driver... Message-ID: <199905261742.KAA28165@netcom12.netcom.com>
next in thread | raw e-mail | index | archive | help
Try booting -v and post the output.
also uncomment the following printf :
#if defined( STATUS_SUM )
/* add any new device status or INTerrupt status bits */
status_sum |= (bktr_status & ~(BT848_INT_RSV0|BT848_INT_RSV1));
status_sum |= ((dstatus & (BT848_DSTATUS_COF|BT848_DSTATUS_LOF)) << 6);
#endif /* STATUS_SUM */
/* printf( " STATUS %x %x %x \n",
dstatus, bktr_status, bt848->risc_count ); */
run vic and mail back the last 200 hundred or so lines.
Cheers,
Amancio
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905261742.KAA28165>
