WinNT compatible drive tagging so that the 3rd stage can provide an accurate mapping of BIOS geometries for disks

2012-08-08 Thread Volodymyr Shcherbyna
Hello Everyone, Thanks for making FreeBSD so good OS. I would like to contribute to FreeBSD and among high priority tasks I have found the one in the subject of this mail (source: http://doc.ctrlaltdel.ch/freebsd/handbook/contrib.html). Unfortunately, I did not find any details regarding specific

Re: WinNT compatible drive tagging so that the 3rd stage can provide an accurate mapping of BIOS geometries for disks

2012-08-08 Thread Wojciech Puchar
Thanks for making FreeBSD so good OS. I would like to contribute to FreeBSD and among high priority tasks I have found the one in the subject of this mail (source: http://doc.ctrlaltdel.ch/freebsd/handbook/contrib.html). can you explain what is a problem at all? what exactly doesn't work now at

Re: WinNT compatible drive tagging so that the 3rd stage can provide an accurate mapping of BIOS geometries for disks

2012-08-08 Thread Simon Dick
On 8 August 2012 10:20, Volodymyr Shcherbyna wrote: > Hello Everyone, > > Thanks for making FreeBSD so good OS. I would like to contribute to FreeBSD > and among high priority tasks I have found the one in the subject of this > mail (source: http://doc.ctrlaltdel.ch/freebsd/handbook/contrib.html).

Consistent use of lex flags

2012-08-08 Thread Dan McGregor
Hi. I was just noticing that mkcsmapper doesn't build with clang. I saw two ways to do this, the first being to #define YY_NO_INPUT, and the other to use the %option noinput lex flag. While there, I decided to explore and I changed a bunch of #defines to the standard lex way of doing things. I

Re: Consistent use of lex flags

2012-08-08 Thread Garrett Cooper
On Wed, Aug 8, 2012 at 1:59 PM, Dan McGregor wrote: > Hi. > > I was just noticing that mkcsmapper doesn't build with clang. I saw two > ways to do this, the first being to #define YY_NO_INPUT, and the other to > use the %option noinput lex flag. > > While there, I decided to explore and I changed

Re: contigmalloc() breaking Xorg

2012-08-08 Thread Peter Jeremy
On 2012-Aug-06 10:16:13 -0400, John Baldwin wrote: >On Thursday, July 12, 2012 8:26:05 am John Baldwin wrote: >> However, rather add a wiredmalloc(), I think you should just have >> bus_dmamem_alloc() call kmem_alloc_attr() directly in this case. One of the >> things I've been meaning to add to