hacked up "driver" for AirPrime / Audiovox PC5220 EVDO card

2005-05-11 Thread David Andersen
As a bit of a followup to my earlier post - I've cobbled together a brief howto + driver for the AirPrime PC5220 EVDO card for FreeBSD. The code is just a stripped down version of the existing uplcom.c driver - the EVDO card looks like a serial port, but it doesn't actually need things like dt

Re: files refused to delete

2005-05-11 Thread Maslan
i've booted in single mode and ran fsck but this didn't fixed the problem but fsck prints the inode of the corrupted file, so i used clri and removed the inode then ran fsck again , and everything was ok. but after rebooting : 1)in multiuser: and running fsck it output an error 2)in single: and run

Re: Panic when removing Airprime PC5220 card (usb hub).

2005-05-11 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> David Andersen <[EMAIL PROTECTED]> writes: : On May 11, 2005, at 11:17 AM, M. Warner Losh wrote: : : > In message: <[EMAIL PROTECTED]> : > Hans Petter Selasky <[EMAIL PROTECTED]> writes: : > : On Wednesday 11 May 2005 09:59, David Andersen wr

Re: Panic when removing Airprime PC5220 card (usb hub).

2005-05-11 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Hans Petter Selasky <[EMAIL PROTECTED]> writes: : On Wednesday 11 May 2005 09:59, David Andersen wrote: : > I'm hacking up a quick and dirty driver for the AirPrime PC5220 (EVDO / : > 1xRTT) card, but I'm encountering a crash unrelated to my driver. The

Re: Panic when removing Airprime PC5220 card (usb hub).

2005-05-11 Thread Hans Petter Selasky
On Wednesday 11 May 2005 09:59, David Andersen wrote: > I'm hacking up a quick and dirty driver for the AirPrime PC5220 (EVDO / > 1xRTT) card, but I'm encountering a crash unrelated to my driver. The > card is a pc card that presents itself as a USB hub with one device > hanging off of it. Removi

Panic when removing Airprime PC5220 card (usb hub).

2005-05-11 Thread David Andersen
I'm hacking up a quick and dirty driver for the AirPrime PC5220 (EVDO / 1xRTT) card, but I'm encountering a crash unrelated to my driver. The card is a pc card that presents itself as a USB hub with one device hanging off of it. Removing the card from the system causes a kernel panic. The ba

Re: make release changes?

2005-05-11 Thread Steven Hartland
Nar that was just me formatting it for mail commands all on one line but thanks for the idea :) Steve - Original Message - From: "Sam Lawrance" <[EMAIL PROTECTED]> Missing a backslash on the end of NOPORTS=YES? This e.mail is private and

Does thread safety give any performance penalties?

2005-05-11 Thread Palle Girgensohn
Hi! Please see discussion on postgresql hackers list below. Anyone with better knowledge about this might have some input here? Thanks, Palle -- Forwarded Message -- Date: onsdag, maj 11, 2005 00.58.38 -0400 From: Tom Lane <[EMAIL PROTECTED]> To: Bruce Momjian Subject: Re: [HACKE

Re: mergemaster improvement (auto-update for not modified files)

2005-05-11 Thread Anton Berezin
On Tue, May 03, 2005 at 01:27:09PM +0400, Denis Peplin wrote: > The mergemaster with this is test patch (attached) > can auto-update files that was not modified. Please also see http://www.freebsd.org/cgi/getmsg.cgi?fetch=0+0+/usr/local/www/db/text/2005/freebsd-audit/20050116.freebsd-audit Doug