From: Rahul Karnik <rahul@genebrew.com>
To: Marcelo Penna Guerra <eu@marcelopenna.org>
Cc: Andrew de Quincey <adq_dvb@lidskialf.net>,
lkml <linux-kernel@vger.kernel.org>, Laurens <masterpe@xs4all.nl>,
Jeff Garzik <jgarzik@pobox.com>
Subject: Re: [PATCH] nvidia nforce 1.0-261 nvnet for kernel 2.5
Date: Sun, 27 Jul 2003 01:59:38 -0400 [thread overview]
Message-ID: <3F236A4A.2090302@genebrew.com> (raw)
In-Reply-To: <200307262326.49638.eu@marcelopenna.org>
Marcelo Penna Guerra wrote:
> Hi,
>
>>From nvnet.c:
>
> /*
> * Mac address is loaded at boot time into h/w reg, but it's loaded
> backwards
> * we get the address, save it, and reverse it. The saved value is loaded
> * back into address at close time.
> */
>
> PRINTK(DEBUG_INIT, "nvnet_init - get mac address\n");
> priv->hwapi->pfnGetNodeAddress(priv->hwapi->pADCX, priv-
>
>>original_mac_addr);
Well, I wanted to reload the module with debug on, so I tried:
# modprobe -r nvnet
Segmentation fault
#lsmod
At this point lsmod just hung.
Tried shutting down the computer, and it was stuck during shutdown.
Seems like the refcounting is not really working, or perhaps there are
too many cycles happening. What happens if you do the following with a
module:
try_module_get
MOD_INC_USE_COUNT
MOD_DEC_USE_COUNT
module_put
> But I don't think the only thing missing is the MAC address. You could try to
> manually set it in the source itself and see if anything works.
I'll just add it in BIOS and try with AMD8111. No desire to futz around
with the nvnet source, where half of what is going on is a complete
black box (priv->hwapi, "priv" is definitely *private*).
Thanks,
Rahul
next prev parent reply other threads:[~2003-07-27 5:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-26 22:09 [PATCH] nvidia nforce 1.0-261 nvnet for kernel 2.5 Andrew de Quincey
2003-07-27 4:50 ` Rahul Karnik
2003-07-27 4:56 ` Rahul Karnik
2003-07-27 2:26 ` Marcelo Penna Guerra
2003-07-27 5:59 ` Rahul Karnik [this message]
2003-07-27 9:16 ` Laurens
2003-07-27 10:37 ` Rahul Karnik
2003-07-27 11:19 ` Andrew de Quincey
2003-07-27 11:22 ` Andrew de Quincey
2003-07-27 11:48 ` Rahul Karnik
2003-07-27 11:46 ` Andrew de Quincey
2003-07-27 12:02 ` Andrew de Quincey
2003-07-27 13:36 ` Rahul Karnik
2003-07-27 14:01 ` Rahul Karnik
2003-07-27 14:14 ` Andrew de Quincey
2003-07-27 14:44 ` Rahul Karnik
2003-07-27 15:46 ` Alan Cox
2003-07-27 16:28 ` Rahul Karnik
2003-07-27 19:51 ` Laurens
2003-07-28 1:09 ` Jeff Garzik
2003-07-27 23:11 ` Marcelo Penna Guerra
2003-07-28 8:53 ` Andrew de Quincey
2003-07-27 5:53 ` Brian Jackson
-- strict thread matches above, loose matches on Subject: below --
2003-07-29 8:44 Eric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F236A4A.2090302@genebrew.com \
--to=rahul@genebrew.com \
--cc=adq_dvb@lidskialf.net \
--cc=eu@marcelopenna.org \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=masterpe@xs4all.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox