Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Navdeep Parhar
On Wed, Apr 14, 2010 at 01:23:42PM +0200, Alexander Leidinger wrote: > Quoting Navdeep Parhar (from Wed, 14 Apr 2010 > 02:31:30 -0700): > > >On Wed, Apr 14, 2010 at 1:58 AM, Alexander Leidinger > > wrote: > >>Quoting Navdeep Parhar (from Wed, 14 Apr 2010 01:33:29 > >>-0700): > >> > >>>I read the

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-04-14 Thread Ian FREISLICH
Buganini wrote: > Hi, I got a Lenovo G450 with > siba_b...@pci0:4:0:0: class=0x028000 card=0x04b514e4 chip=0x431514e4 > rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' > class = network > > > 4315 is not in supp

Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver

2010-04-14 Thread Ian FREISLICH
Hi siba_b...@pci0:1:0:0: class=0x028000 card=0x1508103c chip=0x431514e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' class = network With a fresh -CURRENT and: 72 0xcb104000 9000 siba_bwn.ko 101

Re: [RFC] Rewriting sade(8)

2010-04-14 Thread Andrey V. Elsukov
On 14.04.2010 13:28, Daniel Braniss wrote: correct me if I'm wrong, is MBR the only one that can be used to change the boot partition via menu? and also via serial? BTW, you said you would look into boot0cfg :-) At this thime I implemented writing bootstrap code only for MBR and GPT schemes. Fo

Re: [RFC] Rewriting sade(8)

2010-04-14 Thread Daniel Braniss
> 09.04.10, 11:20, "Garrett Cooper" : > > Ok. Or maybe since `we're here' sade needs to be populating > > $DESTDIR/etc/fstab, not sysinstall ? > > I'm also looking for answer to this question. It seems that all basic > operations > with partitions are already implemented. And I think about nex

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Alexander Leidinger
Quoting Navdeep Parhar (from Wed, 14 Apr 2010 02:31:30 -0700): On Wed, Apr 14, 2010 at 1:58 AM, Alexander Leidinger wrote: Quoting Navdeep Parhar (from Wed, 14 Apr 2010 01:33:29 -0700): I read the UPDATING entry that accompanied r206082 and added WITH_CTF=yes to my kernel config, hoping

Re: Can't get freebsd running on an opteron board

2010-04-14 Thread Arseny Nasokin
On 14 Apr 2010, at 04:55, oizs wrote: It exactly looks like this: BTX loader 1.00 BTX version is 1.01 Console: internal video/keyboard Good news! It's not BTX code, but loader :) Start point is in common/consoles.c line 85 (freebsd current) Boot loader code can be found at /usr/src/sys/boot

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Navdeep Parhar
On Wed, Apr 14, 2010 at 1:58 AM, Alexander Leidinger wrote: > Quoting Navdeep Parhar (from Wed, 14 Apr 2010 01:33:29 > -0700): > >> I read the UPDATING entry that accompanied r206082 and added WITH_CTF=yes >> to >> my kernel config, hoping to get CTF information in the kernel and all >> modules.

Re: Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Alexander Leidinger
Quoting Navdeep Parhar (from Wed, 14 Apr 2010 01:33:29 -0700): I read the UPDATING entry that accompanied r206082 and added WITH_CTF=yes to my kernel config, hoping to get CTF information in the kernel and all modules. No luck. It appears that NO_CTF remains set to 1 inspite of the undef NO_

Does "makeoptions WITH_CTF=yes" actually work?

2010-04-14 Thread Navdeep Parhar
I read the UPDATING entry that accompanied r206082 and added WITH_CTF=yes to my kernel config, hoping to get CTF information in the kernel and all modules. No luck. It appears that NO_CTF remains set to 1 inspite of the undef NO_CTF in various .mk files and ctfconvert never runs. Can anyone confi