RE: 4.0 possible compiler bug ?

2000-04-08 Thread Mike Heffner
On 08-Apr-2000 [EMAIL PROTECTED] wrote: | Ciao! | | I'm testing the __builtin_apply() to make a patch to GNUstep, but I'm | getting | in troubles. | Since you're on the subject, there are also two other bugs with __builtin_apply() in FBSD that I know of. 1) you can't pass float va

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: > Try > 1:da(3,a)/boot/loader Maybe I'm a bit boring but it does not work ! :( After some tests, these are the results: 1:da(0 to 3,a)/boot/loader Invalid label Invalid label No /boot/loader 2:da(0 to 3,a)/boot/loader (NEXTSTEP disk) LBA error (don't remember correctly)

Re: make buildworld failed...

2000-04-08 Thread Marc Schneiders
On Sat, 8 Apr 2000, Sergey Osokin wrote: > Hello! > After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run > make buildworld: > > > /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int' > /usr/src/sys/boot/i386/loader/main.c: In fu

4.0 possible compiler bug ?

2000-04-08 Thread mirko . viviani
Ciao! I'm testing the __builtin_apply() to make a patch to GNUstep, but I'm getting in troubles. rey:/tmp/tmp> gcc -v Using builtin specs. gcc version 2.95.2 19991024 (release) rey:/tmp/tmp> uname -a FreeBSD rey.procom2.it 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Apr 7 01:02:03 CEST 2000 [EMA

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: > If > > 1:da(1,a)/boot/loader > > does not work, what is in the /boot directory on da1? rey:/usr/home/mirko> list /boot total 514 drwxr-xr-x 3 root wheel 512 Apr 7 02:02 ./ drwxr-xr-x 27 root wheel1024 Apr 7 11:29 ../ -r--r--r-- 1 root wheel 512 Apr 7 02:02

Re: 4.0 problems...

2000-04-08 Thread Thomas D. Dean
If 1:da(1,a)/boot/loader does not work, what is in the /boot directory on da1? Is the FreeBSD root directory on da1s1a? What does 'mount' show? tomdean # ls -l /boot total 1 -r--r--r-- 1 root wheel 512 Apr 4 11:23 boot0 -r--r--r-- 1 root wheel 512 Apr 4 11:23 boot1 -r--r--r--

linux emulation problems - path length restrictions in linux_rename

2000-04-08 Thread Matthew Dillon
I just noticed that the reserved area of the user stack that the linux emulator uses to copy modified paths is only 256 bytes long. linux_rename() makes two calls to the path munging code, which means that the two path arguments are limited in aggregate to 256 bytes, which is

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: > Try 1:da(1,a)/boot/loader > > > :(,) >1 da 1 a/boot/loader It does not work: Invalid label Invalid label No /boot/loader FYI I have an AHA 2940UW with 2 hd: - ID 0: NEXTSTEP - ID 1: FreeBSD and others To boot FreeBSD I change the boot ID in t

CD problems

2000-04-08 Thread Kevin Gable
I have problems with cd's since upgrading from 3.4 to 4.0. I have two CD drives, one a CD-RW drive. The output from dmesg is: acd0: CD-RW at ata0-slave using PIO4 acd1: CDROM at ata1-slave using PIO4 Problem 1: (This was mentioned recently in -current concerning an HP8100) Trying to write a

UNIONFS

2000-04-08 Thread John Estess
Timo, Please send your crash dump to me. While I have yet to cause a panic using unionfs, I've noticed a few interesting things - like the inability to umount(no kidding - am I doing something wrong?). Also, a whiteout file was affected. Yes, I'll recheck that - that didn't make sense. I've pe

Re: 4.0 problems...

2000-04-08 Thread Thomas D. Dean
Try 1:da(1,a)/boot/loader :(,) 1 da 1 a/boot/loader tomdean To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

New info from Compaq regarding IDA RAID controllers

2000-04-08 Thread Morten Seeberg
(Note: Every user of IDA controllers on FreeBSD please read :) ) Hi, I would have released this info 2 weeks ago, but my laptop with all my personal info and mails were stolen from me, and as you know, real men do do backup - until now! :) I had a talk with the Danish Compaq Storage representati

make buildworld failed...

2000-04-08 Thread Sergey Osokin
Hello! After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run make buildworld: /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int' /usr/src/sys/boot/i386/loader/main.c: In function `extract_currdev': /usr/src/sys/boot/i386/loader/

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Nick Hibma
> uhci0: port 0xe000-0xe01f irq 15 at device >7.2 on pci0 > uhci0: LegSup = 0x0010 ^^ PIRQDEN (IRQ's Enable) bit is not set by default. We set it right afterwards, but you you might want to check this out by copying the device_printf. The value should be 0x2000. I

Re: Overwhelming messages from /sys/netinet/if_ether.c

2000-04-08 Thread Andrew Gordon
On Fri, 7 Apr 2000, Mike Smith wrote: > > > > However, this isn't really an excuse for issuing ARP with a source address > > of zero: the initial DHCP exchange is done with broadcasts (so doesn't > > need ARP), and after that the address is known. The problem presumably > > arises due to other t

Re: Perl 5.6.0

2000-04-08 Thread Mark Murray
> I had some free time today so I started converting perl 5.6.0 to bmake. > So far, I've gotten libperl to build and plan to keep at the rest of it. > Given my schedule, it will probably take me another week to get the build > right and another week or so to test its integration with build/insta

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Yuuki SAWADA
Hello, At Fri, 07 Apr 2000 21:29:26 +0900, Kazutaka YOKOTA <[EMAIL PROTECTED]> wrote: > I am currently having trouble with Gigabyte GA-6BXD, dual Pentium III > motherboard. If I boot a UP kernel (5.0-CURRENT), the PIIX4 USB > controller works fine. I use same mainboard GA-6BXD with dual

Re: 4.0 problems...

2000-04-08 Thread Mirko Viviani
On Fri, 7 Apr 2000, "Thomas D. Dean" wrote: > It was caused by my booting the kernel directly. > > 0:da(0,a)/kernel > > Using > > 0:da(0,a)/boot/loader > > cures the symptoms. But here it doesn't seem to work... :( 0:da(1,a)/boot/loader loaded... ok boot can't load 'kernel' no bootable kerne

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Daniel O'Connor <[EMAIL PROTECTED]>,Daniel O'Connor
On 07-Apr-00 Nick Hibma wrote: > What does it say before this info? Shared interrupt? I have the same problem.. The USB controller in on IRQ 10. (Its the PIIX4 one) > USB does work on SMP (or at least in some cases). Not me :) Works under UP nicely. uhci0: port 0xe000-0xe01f irq 10 at devic