80211 patch1

2006-04-16 Thread Sepherosa Ziehau
Hi all, I have managed to port fbsd6's net80211, based on patch sumbitted by Andrew Atrens and Adrian Michael Nida Please try following patch: http://leaf.dragonflybsd.org/~sephe/802_11.diff1 NOTE: 1) This patch is against src/ *not* against src/sys/ 2) Please don't forget "-p0" in the `patch' c

Re: gmake complaining about sys/mman.h

2006-04-16 Thread walt
Jeremy C. Reed wrote: > I haven't looked at gedit-document-loader.c but maybe it needs to include > . Aha! The problem was that types.h was included *after* mman.h. I changed the order of those two lines and the problem is fixed. Would that fix be safe on all the platforms supported by pkgsrc

Re: 80211 patch1

2006-04-16 Thread Thomas Schlesinger
Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: > Hi all, > > I have managed to port fbsd6's net80211, based on patch sumbitted by > Andrew Atrens and Adrian Michael Nida > > Please try following patch: > http://leaf.dragonflybsd.org/~sephe/802_11.diff1 > > NOTE: > 1) This patch is again

Re: 80211 patch1

2006-04-16 Thread Simon 'corecode' Schubert
On 16.04.2006, at 17:45, Thomas Schlesinger wrote: how do I compile kernel/modules with INVARANTS? cd /usr/src && echo options INVARIANTS >> /sys/i386/conf/$YOUR_KERNEL_CONFIG && make quickkernel # or do we need buildkernel then? cheers simon -- Serve - BSD +++ RENT this banner adv

Re: 80211 patch1

2006-04-16 Thread Thomas Schlesinger
Am Sonntag, 16. April 2006 20:24 schrieb Simon 'corecode' Schubert: > On 16.04.2006, at 17:45, Thomas Schlesinger wrote: > > how do I compile kernel/modules with INVARANTS? > > cd /usr/src && echo options INVARIANTS >> > /sys/i386/conf/$YOUR_KERNEL_CONFIG && make quickkernel# or do

Re: 80211 patch1

2006-04-16 Thread Thomas Schlesinger
Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: > Hi all, > > I have managed to port fbsd6's net80211, based on patch sumbitted by > Andrew Atrens and Adrian Michael Nida > > Please try following patch: > http://leaf.dragonflybsd.org/~sephe/802_11.diff1 > Sepherosa, I want to give you

Re: installing DFly over third partition

2006-04-16 Thread Alex Burke
Hi, Reading this thread, I just wanted to add a couple of things for anyone wishing to install DragonFlyBSD on a system that already has an OS installed covering the whoe disk. For me, that was an HP laptop I got that had windows XP on it in a slice (the term used for a DOS users' partition in BSD

Upgrading 1.2 to 1.4

2006-04-16 Thread huub
Hi, What is the easiest way to upgrade from 1.2 to 1.4? I've burned the 1.4 iso, but that only installs the system. Can I only do cvsup on the kernel and portstree? Thanks, Huub

Re: Upgrading 1.2 to 1.4

2006-04-16 Thread Erik Wikström
On 2006-04-16 21:19, huub wrote: Hi, What is the easiest way to upgrade from 1.2 to 1.4? I've burned the 1.4 iso, but that only installs the system. Can I only do cvsup on the kernel and portstree? You should be able to use cvsup and pull the latest source and just compile and install. Howe

Re: Upgrading 1.2 to 1.4

2006-04-16 Thread Alex Burke
> One important thing to notice is the fact that DragonFly no longer > supports ports for third-party application, since 1.4 NetBSD's pkgsrc is > used. This probably means that all your current installed ports will > cease to function (someone correct me if I'm wrong) and you should > uninstall the

Re: Can DFly handle ...

2006-04-16 Thread David Xu
Vlad GALU wrote: > APIC ? What about libthread_xu ? Thanks in advance. > > -- > If it's there, and you can see it, it's real. > If it's not there, and you can see it, it's virtual. > If it's there, and you can't see it, it's transparent. > If it's not there, and you can't see it, you erased i

Re: 80211 patch1

2006-04-16 Thread Sepherosa Ziehau
On 4/16/06, Thomas Schlesinger <[EMAIL PROTECTED]> wrote: > Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: > > Hi all, > > > > I have managed to port fbsd6's net80211, based on patch sumbitted by > > Andrew Atrens and Adrian Michael Nida > > > > Please try following patch: > > http://le

Re: 80211 patch1

2006-04-16 Thread Sepherosa Ziehau
On 4/16/06, Thomas Schlesinger <[EMAIL PROTECTED]> wrote: > Am Sonntag, 16. April 2006 13:00 schrieb Sepherosa Ziehau: > > Hi all, > > > > I have managed to port fbsd6's net80211, based on patch sumbitted by > > Andrew Atrens and Adrian Michael Nida > > > > Please try following patch: > > http://le