Dma via Promise ATA 100/133 TX2

2002-09-23 Thread Hanspeter Roth
Hello, I'm running 4.6.2-Release. I have 4 CD-RWs connected via Promise ATA 100/133 TX2. Burning with 3 drives consumes almost all CPU power. When enabling Wdma2/Udma2? the system hangs immediately. This is the case with burncd as well as with cdrecord. Has there been improvement with Dma to

Re: Dma via Promise ATA 100/133 TX2

2002-09-23 Thread Hanspeter Roth
On Sep 23 at 11:39, Soeren Schmidt spoke: It seems Hanspeter Roth wrote: Hello, I'm running 4.6.2-Release. I have 4 CD-RWs connected via Promise ATA 100/133 TX2. Burning with 3 drives consumes almost all CPU power. When enabling Wdma2/Udma2? the system hangs immediately

Re: Dma via Promise ATA 100/133 TX2

2002-09-23 Thread Hanspeter Roth
On Sep 23 at 13:48, Vallo Kallaste spoke: Back to the 4.5-something I had problems with the Plextor CD-RW drive, Promise ATA-66 and DMA. We had email discussion about it and you claimed that Promise support for ATAPI DMA is almost missing, I think the guys of the Linux-kernel list have

buildkernel: field `ar_args' has incomplete type

2002-09-23 Thread Hanspeter Roth
Hello, I have installed 4.5-Release and cvsuped to Current. Now make buildkernel on GENERIC failes: rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstric t-prototypes -Wmissing-prototypes

Re: current make depend: 'ar_args' has incomplete type help

2002-09-28 Thread Hanspeter Roth
On Sep 27 at 22:56, wsk spoke: folks: after succeed buildworld ,i custom mykernel and get the error messages from make depend. [...] In file included from ../../../sys/buf.h:271, from ../../../i386/i386/genassym.c:46: ../../../sys/proc.h:117: field `ar_args' has

booting hangs at acpi.ko

2002-09-28 Thread Hanspeter Roth
Hello, I'm trying to upgrade from 4.6-Stable to Current. I had some difficulties to make buildworld/buildkernel complete. Then I created an empty /boot/device.hints to make. Now when trying to boot it hangs: Booting [/boot/kernel/kernel]... /boot/kernel/acpi.ko text=0x37174 data=0x1a84+0x6e0

Re: current make depend: 'ar_args' has incomplete type help

2002-09-29 Thread Hanspeter Roth
On Sep 29 at 15:48, suken woo spoke: i do it as your indication,but i get cpp core dump Ok. I must admit I'm a current-newbie. Maybe I've done wrong assumptions. I think there are several approaches to a current system. 1. download the current installation floppies and install via ftp

Re: current make depend: 'ar_args' has incomplete type help

2002-09-29 Thread Hanspeter Roth
On Sep 29 at 15:48, suken woo spoke: i do it as your indication,but i get cpp core dump Is there enough free space on /tmp and /usr/obj? -Hanspeter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: current make depend: 'ar_args' has incomplete type help

2002-09-29 Thread Hanspeter Roth
On Sep 29 at 13:56, Hanspeter Roth spoke: Asking here on the current list I got no answers from the current-gurus. Sorry, this is not true... -Hanspeter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Fatal trap 12

2002-09-29 Thread Hanspeter Roth
On Sep 29 at 12:25, Mitsuru IWASAKI spoke: If you think this is caused by acpi.ko, just disable acpi.ko loading. Please read thru loader(8) and device.hints(5). Yes, this is it. I've now disabled acpi and the boot process comes further. vga0: Generic ISA VGA at port 0x3c0-0x3df iomem ...

installing DP1 via ftp

2002-09-30 Thread Hanspeter Roth
Hello, I've installed DP1 from CD. It doesn't like the Promise ATA100 TX2. `boot -c' just behaves exactly like normal boot and stops in the debugger. Thus I thought I could install via FTP. But what will I get? Will I get a `current' current? Or will I get DP1 from April again? -Hanspeter To

Re: Fatal trap 12

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 11:59, John Baldwin spoke: These messages above that you left out are very important. :( Also, if you can get a trace by typing 't' at the db prompt that can be very helpful as well. Ok. I hope there aren't to many mistakes. vga0: Generic ISA VGA at port 0x3c0-0x3df iomem

Re: Fatal trap 12

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 15:16, John Baldwin spoke: Fatal trap 12: page fault while in kernal mode fault virtual address = 0xdeadc0de This means someone is trying to access memory that has been free'd. How do I make someone not to do such bad things? :-) Hmm, unfortunately generic_bcopy() is in

Re: installing DP1 via ftp

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 19:40, Hanspeter Roth spoke: Thus I thought I could install via FTP. But what will I get? Will I get a `current' current? Or will I get DP1 from April again? I've interrupted after /bin has been downloaded. And what do I see? mnt/bin # ll total 7810 -r-xr-xr-x 2 root wheel

Re: Fatal trap 12

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 15:16, John Baldwin spoke: Hmm, unfortunately generic_bcopy() is in asm, and so it doesn't have a true frame and we end up skipping over the frame in execve() where it is called from. There are only 3 bcopy's in execve(), but I'm not sure which is likely to have been the

Re: installing DP1 via ftp

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 14:16, Kris Kennaway spoke: release bits, or you can just download new installation media from the desired snapshot (this is the preferred option) and use that to install with. I can only see /pub/FreeBSD/snapshots/i386/5.0-20020302-PREVIEW. Is there a more recent snapshot?

Re: Fatal trap 12

2002-09-30 Thread Hanspeter Roth
On Sep 30 at 17:19, John Baldwin spoke: On 30-Sep-2002 Hanspeter Roth wrote: 416 and 556 denote linenumbers in kern_exec.c. Thanks! That's here: if (ps_arg_cache_limit = i + sizeof(struct pargs)) { bcopy(imgp-stringbase, newargs-ar_args, i

stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-06 Thread Hanspeter Roth
Hello, when running buildworld I get: === gnu/usr.bin/gperf/doc c++ -O -pipe-D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c /usr/src/contrib/gperf/src/bool-array.cc c++ -O -pipe-D__FBSDID=__RCSID

Re: stdlib.h:57: redeclaration of C++ built-in type `wchar_t'

2002-10-07 Thread Hanspeter Roth
On Oct 06 at 17:02, Terry Lambert spoke: You failed to delete the old header files when you upgraded your compiler. The easiest answer is man rm. 8-). Hm. I tought I had `*default delete use-rel-suffix' in the supfile. Do I still have to delete old files myself? Is /usr/include/stdlib.h

/usr/include/stdlib.h:51: syntax error before size_t

2002-10-07 Thread Hanspeter Roth
On Oct 07 at 02:43, Terry Lambert spoke: /usr/include/* is obsolete. Install the new ones instead. When I rename /usr/include and copy /usr/src/include/* to /usr/include I get: === usr.bin/yacc /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc rm -f .depend mkdep

make includes

2002-10-07 Thread Hanspeter Roth
On Oct 07 at 14:17, Mark Murray spoke: Look in src/Makefile* for the right way to fix your includes. (IIRC there is a target, maybe called doincludes to do this). I made `includes' and then `libraries'. Now `buildworld' succeeded! Thanks. How did you know this? Is there a guide how to

Intended Audience

2002-10-07 Thread Hanspeter Roth
On Oct 07 at 16:44, Mark Murray spoke: How did you know this? I read the makefiles. This sounds like several hours of work. Thank you for letting me benefit of your time. No. CURRENT is not really documented that way. Developers are supposed to Use the Source, Luke! :-) So the

Re: /usr/include/stdlib.h:51: syntax error before size_t

2002-10-08 Thread Hanspeter Roth
On Oct 07 at 16:28, Giorgos Keramidas spoke: By grepping through buildworld logs I saw this passing by: # cd /usr/src/include; make buildincludes; make installincludes I did `make includes' which obviously does both buildincludes and installincludes. Afterwords I was able to

Promise tx2 ata100 and Atapi-Dma

2002-10-08 Thread Hanspeter Roth
Hello, I'm trying to run burncd on CD-RW connected via Promise TX2 ATA100 with UDMA2 (UDMA33) enabled. Reading a CD with DMA is no problem. Attempting to burn with DMA enabled hangs the system. This is the case for current as well as 4.6.2-Release. Is there work in progress on this issue?

Re: Promise tx2 ata100 and Atapi-Dma

2002-10-08 Thread Hanspeter Roth
On Oct 08 at 14:32, Soeren Schmidt spoke: It seems Hanspeter Roth wrote: What burner is this ? (dmesg please!) PLEXTOR CD-R PX-W4012A 1.02 http://home.datacomm.ch/~hampi/dmesg/freebsd Is there work in progress on this issue? Its not an issue as such, its more like a feature of some

booting on Promise tx2 ata100

2002-10-08 Thread Hanspeter Roth
On Oct 08 at 13:39, Ceri Davies spoke: On Tue, Oct 08, 2002 at 02:20:15PM +0200, Hanspeter Roth wrote: kern/43601 states that it's currently not possible to boot current with one of these controllers - I'm having the same problem. Did you need to do anything special for this to boot ? I