Date: Mon, 03 Nov 2008 10:01:21 +0100 From: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no> To: freebsd-stable@freebsd.org Cc: pyunyh@gmail.com Subject: Re: FreeBSD 6.5-prerelease and if_re - patches needed? Message-ID: <20081103100121.4f551f1c.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20081103004714.GB94302@cdnetworks.co.kr> References: <20080921215704.eca7300b.torfinn.ingolfsen@broadpark.no> <20080922021022.GC26294@cdnetworks.co.kr> <20081002222542.849d5481.torfinn.ingolfsen@broadpark.no> <20081003083443.GD71518@cdnetworks.co.kr> <20081101200606.e50b5dbc.torfinn.ingolfsen@broadpark.no> <20081102050915.GA90993@cdnetworks.co.kr> <20081102122906.eeceebd8.torfinn.ingolfsen@broadpark.no> <20081103004714.GB94302@cdnetworks.co.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 03 Nov 2008 09:47:14 +0900 Pyun YongHyeon <pyunyh@gmail.com> wrote: > I've changed to have re(4) wait the completion of DMAable memory > allocation during bus_dma cleanups. The delay you've seen may be > related with that change. Previously it just failed to load the > driver if there is no available memory at the time of driver > loading. However I guess that delay wouldn't happen if the driver > is statically linked into kernel. > Did you use kernel module? No, the driver is compiled into the kernel: root@kg-vm# ifconfig re0 re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> inet 10.1.150.15 netmask 0xffff0000 broadcast 10.1.255.255 ether 00:1d:60:2c:80:f0 media: Ethernet autoselect (100baseTX <full-duplex>) status: active root@kg-vm# kldstat Id Refs Address Size Name 1 3 0xffffffff80100000 aa37d8 kernel 2 1 0xffffffff80ba4000 1a850 snd_hda.ko 3 2 0xffffffff80bbf000 35c80 sound.ko root@kg-vm# HTH -- Regards, Torfinn Ingolfsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081103100121.4f551f1c.torfinn.ingolfsen>