Re: i915 AGP not supported aka PR kern/80396

2005-05-22 Thread Paolo Pisati
On Sat, May 21, 2005 at 03:17:21PM +0200, Paolo Pisati wrote: > > (i already sent an email to Eric some days ago but i > didn't receive any ack so i try here...) > > can anyone take a look at this? > as the comments say, agp still doesn't > work... > > anything i can do to help? > Eric? [snip]

Re: how to get the status of cpu in kernel?

2005-05-22 Thread Giorgos Keramidas
On 2005-05-21 18:49, shiner chen wrote: In order to implement a dispacthing policy I want to get the status of cpu. I have read the code of top command and i find it get the status of cpu by the function : int sysctlbyname(const char *, void *, size_t *, void *, size_t); I search the code

trouble on the mb acorp 6via/zx85

2005-05-22 Thread Алексей Чугарев
Hi. I have a trouble by to install FreeBSD 5.2.1 Release on the motherboard Acorp 6via/zx85 :( MB: Acorp 6VIA/ZX85 Chipset: Intel 440ZX PCISet HDD: Seagate ST340810A After last dialog window ("Last Chance..."), system write to log: READ_DMA retrying LBA=78 READ_DMA interrupt was seen

Re: Looking for ANSI/VT100 code replacement.

2005-05-22 Thread alexander
On Sun May 22 05, Andrew MacIntyre wrote: > alexander wrote: > >However burncd being a C app uses fprintf. Can I replace > >the functionality of fprintf under x86asm by using only syscalls? > > fprintf(3) is most likely doing buffered I/O in the burncd case, which > for a tty defaults to line buff

Re: WRAP.1E and geode.c

2005-05-22 Thread Adrian Steinmann
Walter C. Pelissero <[EMAIL PROTECTED]> started this thread with message-id <[EMAIL PROTECTED]>: it was noted that bios_string(0xf9000, 0xf9000, "PC Engines WRAP.1C " was indeed not working correctly on WRAP.1E platforms. I had been working on this problem recently and have just submitted a p

Re: problems with new the "contigmalloc" routine

2005-05-22 Thread Hans Petter Selasky
On Saturday 21 May 2005 20:04, Scott Long wrote: > John-Mark Gurney wrote: > > Hans Petter Selasky wrote this message on Sat, May 21, 2005 at 15:46 +0200: > >>On Saturday 21 May 2005 00:49, Peter Jeremy wrote: > >>>On Fri, 2005-May-20 21:51:34 +0200, Hans Petter Selasky wrote: > Non-blocking m

Re: problems with new the "contigmalloc" routine

2005-05-22 Thread Scott Long
Hans Petter Selasky wrote: On Saturday 21 May 2005 20:04, Scott Long wrote: John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Sat, May 21, 2005 at 15:46 +0200: On Saturday 21 May 2005 00:49, Peter Jeremy wrote: On Fri, 2005-May-20 21:51:34 +0200, Hans Petter Selasky wro

which function

2005-05-22 Thread Maslan
hi what and where is the function that is responsible for printing the bsd logo on startup? sorry for than question but i'm a new in hacking the bsd and my time is very limited. -- I'm Searching For Perfection, So Even If U Need Portability U've To Use Assembly ;-) http://www.maslanlab.org

Re: problems with new the "contigmalloc" routine

2005-05-22 Thread Hans Petter Selasky
On Sunday 22 May 2005 18:06, Scott Long wrote: > > > > When I worked with USB I ran into some synchronization problems with > > callbacks that leaded me to writing to the stack of another thread, which > > I hope is OK. > > No, it's not ok. Kernel stacks can be swapped out while sleeping. > Writin

Re: Determine location of LD_PRELOAD'ed shared libraries/functions.

2005-05-22 Thread Jake Burkholder
Marcin wrote: Hello Hackers, I'd like to find locations of functions exported by shared lib loaded into the running ptrace'd process via LD_PRELOAD. I want do determine this from tracing process. For shared libraries linked with a program i can just open the program file and search for reloca

Re: snapshots and innds

2005-05-22 Thread Steve Watt
[ OK, there's a lot of text in here, but I have definitively found a deadlock between ffs_mksnap and msync(). ] Waaay back on Dec 18, 17:39, I wrote: } Subject: snapshots and innds } I'm getting a strong hunch that snapshots and inn don't get along } well, presumably having something to do with

Re: PCI Device Driver

2005-05-22 Thread Luís Vitório Cargnini
BTW, thanks for the link i'll try this On Fri, 2005-05-20 at 18:28 +1000, Peter Jeremy wrote: > On Fri, 2005-May-20 00:23:46 -0300, Luís Vitório Cargnini wrote: > >driver. I'm writeing a device driver for a board with SAA713X TV chipset > >from Phillips. > > Before expending too much effort on thi

Re: PCI Device Driver

2005-05-22 Thread Luís Vitório Cargnini
Thanks for all answers, i'm still working, but i founded some problems like: Peter Jeremy: Thansk by the links, but hte author is not only generating a kernel device driver, ant they're sources i don't looked wheel but have some changes to be made, second the author put the pci*.h on they're source

Re: Porting on FreeBSD 53

2005-05-22 Thread Greg 'groggy' Lehey
[severely trimmed] On Friday, 13 May 2005 at 12:45:12 -0500, Sen C. Farley wrote: > On Fri, 13 May 2005, Hervé Kergourlay wrote: >> Seán C. Farley a écrit : >>> On Thu, 12 May 2005, Seán C. Farley wrote: On Thu, 12 May 2005, Hervé Kergourlay wrote: > 4) wait() API > > 2 problems,

Re: PCI Device Driver

2005-05-22 Thread Luís Vitório Cargnini
ok, thanks the advise. On Fri, 2005-05-20 at 06:12 -0700, Julian Elischer wrote: > Scott Long wrote: > > Luís Vitório Cargnini wrote: > > > >> Hi i need to write a device driver for a PCI board. I read the > >> developers book see the exemples and i'm starting to write the device > >> driver. I'm

Re: which function

2005-05-22 Thread Dan Nelson
In the last episode (May 22), Maslan said: > what and where is the function that is responsible for printing the > bsd logo on startup? sorry for than question but i'm a new in hacking > the bsd and my time is very limited. If you're talking about the ascii-art before the kernel loads, you can di