Date: Sat, 9 Jun 2001 17:15:45 +0200 (CEST) From: Martijn Pronk <mpkisbkl@xs4all.nl> To: Martijn Pronk <martijn.pronk@xs4all.nl> Cc: Andrew Gallatin <gallatin@cs.duke.edu>, freebsd-alpha@FreeBSD.ORG Subject: Re: de network card not working on -current Message-ID: <Pine.BSI.4.10.10106091705590.22894-100000@xs3.xs4all.nl> In-Reply-To: <200106082123.XAA06798@webmail1.xs4all.nl>
index | next in thread | previous in thread | raw e-mail
Hi all,
On Fri, 8 Jun 2001, Martijn Pronk wrote:
> > If that doesn't work, please compile the kernel with DIAGNOSTIC and
> > enable the #if 0'ed printfs in the file
> > sys/alpha/alpha/dec_axppci_33.c & send me the output.
> Will try that if the kernel i'm currently compiling still doens't help.
Have tried that, added "options DIAGNOSTIC" to my kernelconfiguration
and edited sys/alpha/alpha/dec_axppci_33.c but it wont compile with
the printfs enabled, the variable "device" is not defined...
I hope you meant the following part of dec_axppci_33.c at line 273:
#if 0
printf("dec_axppci_33_intr_map: device %d pin %c: pirq %d, reg =
%x\n",
device, '@' + cfg->intpin, pirq, pirqreg);
#endif
pirqline = (pirqreg >> (pirq * 8)) & 0xff;
if ((pirqline & 0x80) != 0)
panic("bad pirqline %d",pirqline);
pirqline &= 0xf;
#if 0
printf("dec_axppci_33_intr_map: device %d pin %c: mapped to line
%d\n",
device, '@' + cfg->intpin, pirqline);
#endif
So, is there anything else I can try?
Thanks,
Martijn
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.10.10106091705590.22894-100000>
