On 11/21/11, John Baldwin wrote:
> On Friday, November 18, 2011 11:48:20 am Paul B. Mahol wrote:
>> Hi,
>>
>> Is there nice way in FreeBSD to force reprobe of devices for specific
>> driver like it is done when kernel module is loaded (via
>> DRIVER_MODULE(...) s
Hi,
Is there nice way in FreeBSD to force reprobe of devices for specific
driver like it is done when kernel module is loaded (via
DRIVER_MODULE(...) stuff)?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-c
On Sat, Feb 26, 2011 at 4:25 PM, Bernhard Schmidt wrote:
> Hi,
>
> while working on a wireless driver for a Cardbus card I stumbled over
> an issue which bugs me quite a bit.
>
> The device:
>
> % none3@pci0:22:0:0: class=0x028000 card=0x107f1043 chip=0x02011814
> rev=0x01 hdr=0x00
>
> Loadi
On 11/25/10, Weongyo Jeong wrote:
> Hello all,
>
> I'm sending this email to check whether my approach is reasonable that I
> added 2 line into ifconfig(8) to skip IFT_USB interfaces as follows:
>
> + if (sdl != NULL && sdl->sdl_type == IFT_USB)
> + continue;
>
> An
On 11/22/10, Paul B Mahol wrote:
> On 11/22/10, Alberto Villa wrote:
>> On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote:
>>> Please use ndis5 branch. master branch is in heavy development.
>>> CURRENT branch just blindly (and badly) track code on F
On 11/22/10, Alberto Villa wrote:
> On Wednesday 17 November 2010 10:57:34 Paul B Mahol wrote:
>> Please use ndis5 branch. master branch is in heavy development.
>> CURRENT branch just blindly (and badly) track code on FreeBSD
> CURRENT.
>
> ok. unfortunately in this test
On Sun, Nov 21, 2010 at 10:42 PM, Ivan Voras wrote:
> On 11/21/10 23:19, Eir Nym wrote:
>>
>> On 22 November 2010 01:00, Eir Nym wrote:
>>>
>>> On 22 November 2010 00:47, Bruce Cran wrote:
On Mon, 22 Nov 2010 00:43:03 +0300
Eir Nym wrote:
> Which type of MFS do you use?
On 11/21/10, Paul B Mahol wrote:
> On 11/19/10, Paul B Mahol wrote:
>> On 11/18/10, Bjoern A. Zeeb wrote:
>>> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>>>
>>> Hi,
>>>
>>>> It appears we do not log such events anymore (at least with wlan
&
On 11/19/10, Paul B Mahol wrote:
> On 11/18/10, Bjoern A. Zeeb wrote:
>> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>>
>> Hi,
>>
>>> It appears we do not log such events anymore (at least with wlan
>>> devices) in console.
>>>
>>> I
On Fri, Nov 19, 2010 at 1:29 AM, Pyun YongHyeon wrote:
> On Sat, Oct 30, 2010 at 09:19:06PM -0700, Pyun YongHyeon wrote:
>> On Sat, Oct 30, 2010 at 5:40 PM, Paul B Mahol wrote:
>> > Hi,
>> >
>> > Loading if_bfe module after boot hangs machine, i
On 11/18/10, Bjoern A. Zeeb wrote:
> On Tue, 2 Nov 2010, Paul B Mahol wrote:
>
> Hi,
>
>> It appears we do not log such events anymore (at least with wlan
>> devices) in console.
>>
>> I set this sysctl to 0 via sysctl.conf, if I set it to 1, nothing will
&
On 11/17/10, Alberto Villa wrote:
> On Mon, Nov 15, 2010 at 2:41 PM, Paul B Mahol wrote:
>> Feel free to test code at:
>>
>> gitorious.org/NDISulator
>> github.com/richardpl/NDISulator
>>
>> The code is developed on CURRENT. But with small changes it can b
On 11/15/10, Alberto Villa wrote:
> On Wed, Oct 27, 2010 at 3:36 PM, Paul B Mahol wrote:
>> Currently amd64 is broken with some/most drivers. Drivers appears to
>> use fpu registers.
>> I dunno how it ever worked, probably original developer(s) never
>> encoun
On 11/6/10, Jia-Shiun Li wrote:
> Hi,
>
> I got a similar panic on amd64. Looking into the source it hit
> KASSERT((base & (len - 1))) in pmap_demote_DMAP(). I replaced it with
> a printf to see what triggered the assertion and here is the output.
> Combined with memcontrol output 'bogus' keyword
On 11/6/10, Bruce Cran wrote:
> Today I came back to my computer and realised I'd left ttyv0 in
> history/scrollback mode, with scroll-lock enabled. To see what
> would happen I pressed Ctrl-Alt-Delete to reboot and was surprised to
> see that it seemed to get partway through the process but it ne
Hi,
It appears we do not log such events anymore (at least with wlan
devices) in console.
I set this sysctl to 0 via sysctl.conf, if I set it to 1, nothing will change.
Because I had loging disabled for very long time I encountered this
problem just now.
_
On 11/1/10, David Wolfskill wrote:
> FreeBSD 9.0-CURRENT #31 r214621M
>
> Nov 1 15:09:40 d130 wpa_supplicant[569]: Failed to initiate AP scan.
> Nov 1 15:10:10 d130 last message repeated 3 times
> Nov 1 15:10:50 d130 last message repeated 4 times
> ...
> Nov 1 15:11:00 d130 wpa_supplicant[569]
Hi,
Loading if_bfe module after boot hangs machine, it works/attach fine
from loader.
Tell me if you need bt.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebs
On 10/30/10, Paul B Mahol wrote:
> On 10/30/10, Andriy Gapon wrote:
>> on 30/10/2010 17:43 Paul B Mahol said the following:
>>> Hi,
>>>
>>> Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE
>>>
>>> This is on:
>>>
&g
On 10/30/10, Andriy Gapon wrote:
> on 30/10/2010 17:43 Paul B Mahol said the following:
>> Hi,
>>
>> Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE
>>
>> This is on:
>>
>> Copyright (c) 1992-2010 The FreeBSD Project.
>> Copyright
Hi,
Booting amd64 kernel panic in pmap_demote_DMAP(): invalid PDPE
This is on:
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered t
On Fri, Oct 29, 2010 at 6:34 AM, Scot Hetzel wrote:
> On Fri, Oct 29, 2010 at 12:59 AM, Matthias Apitz wrote:
>> I booted the 8-CURRENT this morning, loaded the module with kldload(8) and
>> wlan0 came up by its own (I did not realized this yesterday). I have in
>> rc.conf:
>>
>> wlans_ndis0="wla
On 10/28/10, Matthias Apitz wrote:
> El dia Wednesday, October 27, 2010 a las 12:07:51PM -0500, Scot Hetzel
> escribio:
>
>> On Wed, Oct 27, 2010 at 8:58 AM, Alberto Villa wrote:
>> > On Wed, Oct 27, 2010 at 1:36 PM, Paul B Mahol wrote:
>> >> NDISulator doe
On 10/27/10, Alberto Villa wrote:
> On Tue, Oct 26, 2010 at 2:09 PM, Paul B Mahol wrote:
>>> i've tried ndis without success...
>>
>> Sharing you experience would help (if you are not on amd64).
>
> i'm on i386 at the moment, but i'll switch to
On 10/26/10, Alberto Villa wrote:
> On Mon, Oct 25, 2010 at 1:07 AM, Matthias Apitz wrote:
>> I have a new laptop Acer Aspire One D250 and pulled out HEAD from SVN
>> today morning. As far as I can see in sys/dev/bwi and sys/dev/bwn the
>> above chip is still not supported. I am wrong?
>
> i have
On 10/25/10, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Hi,
>
> Here is a simple patch that adds more meaning messages when kldload hits
> ENOEXEC.
>
> Before patch:
>
> kldload: can't load geom_eli.ko: Exec format error
>
> After patch:
>
> kldload: can't load geom_eli.
On 10/12/10, David Xu wrote:
> Paul B Mahol wrote:
>> Hi,
>>
>> If kernel threads were created via kproc_kthread_add()
>> when last kernel thread exits it will trigger panic.
>>
>> It panics in queue.h probably introduced with rec
>
>
> I
Hi,
If kernel threads were created via kproc_kthread_add()
when last kernel thread exits it will trigger panic.
It panics in queue.h probably introduced with recent commit.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailm
On 10/7/10, army.of.root wrote:
> On 10\10\02 18:48, Paul B Mahol wrote:
>> On 10/2/10, Brandon Gooch wrote:
>>> On Sat, Oct 2, 2010 at 7:36 AM, Paul B Mahol wrote:
>>>> Hi,
>>>>
>>>> I see no point to have it in usr/bin.
>>>
>&g
On 10/2/10, Brandon Gooch wrote:
> On Sat, Oct 2, 2010 at 7:36 AM, Paul B Mahol wrote:
>> Hi,
>>
>> I see no point to have it in usr/bin.
>
> Cool! This is the first time I've heard of this program! How come the
> folks at my university who manage the line prin
Hi,
I see no point to have it in usr/bin.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 10/1/10, Ian Smith wrote:
> On Thu, 30 Sep 2010, Matt wrote:
> > Success!
> >
> > After setting every possible suspend/resume sysctl,
> > "sysctl hw.pci.do_power_resume=0"
> > allowed suspend and resume. Still beeps 1-3 times before suspend, with
> rapid
> > sleep light flashing until su
On 9/22/10, Dimitry Andric wrote:
> Hi,
>
> As of r212979, you should now be able to build world and kernel on i386
> and amd64 with clang, without any additional patches!
>
> To do so, make sure you have updated your installed world to at least
> r212904 (which has the most recently imported clan
On 4/19/10, Paul B Mahol wrote:
> On 4/19/10, Tom Evans wrote:
>> On Mon, Apr 19, 2010 at 1:48 PM, Paul B Mahol wrote:
>>> On 4/17/10, Paul B Mahol wrote:
>>>> On Sat, Apr 17, 2010 at 4:31 PM, Tim Kientzle
>>>> wrote:
>>>>> Paul B Ma
On 4/19/10, Tom Evans wrote:
> On Mon, Apr 19, 2010 at 1:48 PM, Paul B Mahol wrote:
>> On 4/17/10, Paul B Mahol wrote:
>>> On Sat, Apr 17, 2010 at 4:31 PM, Tim Kientzle
>>> wrote:
>>>> Paul B Mahol wrote:
>>>>>
>>>>>
On 4/17/10, Paul B Mahol wrote:
> On Sat, Apr 17, 2010 at 4:31 PM, Tim Kientzle wrote:
>> Paul B Mahol wrote:
>>>
>>> It is apparently not possible to make use of -use-the-force-luke=4gms
>>> on FreeBSD when appending new session after 4GB. Mount
On Sat, Apr 17, 2010 at 4:31 PM, Tim Kientzle wrote:
> Paul B Mahol wrote:
>>
>> It is apparently not possible to make use of -use-the-force-luke=4gms
>> on FreeBSD when appending new session after 4GB. Mounted disk
>> afterwards show nothing.
>>
>> Shou
On 4/17/10, Andriy Gapon wrote:
> on 17/04/2010 02:07 Paul B Mahol said the following:
>> Hi,
>>
>> It is apparently not possible to make use of -use-the-force-luke=4gms
>> on FreeBSD when appending new session after 4GB. Mounted disk
>> afterwards show nothing.
Hi,
It is apparently not possible to make use of -use-the-force-luke=4gms
on FreeBSD when appending new session after 4GB. Mounted disk
afterwards show nothing.
Should we allow it like linux does?
___
freebsd-current@freebsd.org mailing list
http://lis
On 4/2/10, Andriy Gapon wrote:
> on 02/04/2010 22:26 Andriy Gapon said the following:
>>
>> OK, I did it again.
>> I tested the below patch using the scenario described above.
>> Could you please review and/or test this patch?
>> If you like it and it works, I can commit it.
>> Thanks!
>>
>> --- a
On 3/29/10, Alexander Best wrote:
> hi there,
>
> when doing fsck on my / fs i get this error:
>
> "Cannot Read BLK. 471617640" and "The Following Disk Sectors could not be
> read: 471617643". after this message the partition gets marked dirty.
>
> i performed the following steps to verify the pro
On Fri, Mar 19, 2010 at 7:11 PM, Fabian Keil
wrote:
> Paul B Mahol wrote:
>
>> FreeBSD 9.0 CURRENT panics when mounting file system created via
>> newfs_msdos on DVD-RAM disc.
>> Something to do about divide by zero.
>
> I recently had a similar problem wit
Hi,
FreeBSD 9.0 CURRENT panics when mounting file system created via
newfs_msdos on DVD-RAM disc.
Something to do about divide by zero.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe,
43 matches
Mail list logo