Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
On Sat, Nov 06, 1999 at 04:07:06PM +1100, Bruce Evans wrote: > > The message is misleading, as the problematic header is > > /sys/i386/include/bus.h not, /usr/include/machine/bus.h. > > It's actually machine/bus.h, where "machine" is the symlink to > ../../i386/include in the compile directory.

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Bruce Evans
On Fri, 5 Nov 1999, David O'Brien wrote: > The current show stopper for switching over to GCC 2.95.2 is a problem > compiling the `ahc' driver: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual

Re: Serious locking problem in CURRENT

1999-01-03 Thread David O'Brien
> (thanks to David O'Brien for having updated the lsof port). More so to Vic Abell <[EMAIL PROTECTED]> for bending over backwards to deal our changes. I forgot to mention that I've now given him access to my Alpha. So 4.46.1 mostly works on the Alpha now. To Unsubscribe: send mail to [EMAIL P

Re: ESS 1868 driver (again)

1999-01-03 Thread Andrew Gallatin
Andrew Atrens writes: > > Here's how my card is currently detected - > > pcm0: at port >0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 > Yamaha: ver 0x21 DMA config 0x84 > pcm: setmap 3, ff00; 0xc77e9000 -> 3 > pcm: setmap 4, ff00; 0xc77f

libvgl - status and perspectives

1999-01-03 Thread Andrzej Bialecki
Hi, Today I noticed accidentally that either libvgl is broken, or the demo program does something wrong - the mouse cursor doesn't move. But this brings more general question regarding console graphics library. As it is today, libvgl is almost useless due to very limited set of functions. There

Re: Serious locking problem in CURRENT

1999-01-03 Thread Ollivier Robert
According to Ollivier Robert: > 3.3-RELEASE: > > 405 [22:56] root@sidhe:spool/postfix# lsof pid/master.pid > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > master 7155 root7uW VREG 0,131079 17 18615 pid/master.pid > ^^^ Apparently the lock is NOT do

Re: sio working

1999-01-03 Thread Greg Lehey
On Friday, 5 November 1999 at 23:02:52 +0100, D. Rock wrote: > Warner Losh wrote: >> >> OK. I managed to get sio and ep working on the plane back from >> FreeBSDCon'99. There are some problems with card eject at the moment, >> but will be committing things to the tree shortly. >> >> Basically,

Re: show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread Greg Lehey
On Friday, 5 November 1999 at 14:04:15 -0800, David O'Brien wrote: > The current show stopper for switching over to GCC 2.95.2 is a problem > compiling the `ahc' driver: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -W

Re: stuck with ~year old current

1999-01-03 Thread Michael Reifenberger
Hi, On Fri, 5 Nov 1999, Lauri Laupmaa wrote: ... > I have -CURRENT from 16 nov 1998 and stuck badly... > If I make new kernel, loader says its format's unknown, if I try to make > new loader, it says some gcc flag is unknown, if I try to make new gcc it The flag is probably -fformat-extensions so

Re: sio working

1999-01-03 Thread D. Rock
Warner Losh wrote: > > OK. I managed to get sio and ep working on the plane back from > FreeBSDCon'99. There are some problems with card eject at the moment, > but will be committing things to the tree shortly. > > Basically, I completely gutted the compatibilty layer and it became > much easi

ESS 1868 driver, again

1999-01-03 Thread D. Rock
I read the last mails regarding problems with their ESS 1868 boards. Well, at least it is partially working for them. I didn't have any luck with the driver for some time now. I couldn't get a single tone. With the old voxware driver, sound worked at least partially (44.1 kHz, 8 Bit, mono), but w

Re: stuck with ~year old current

1999-01-03 Thread Taavi Talvik
On Fri, 5 Nov 1999, Chris Costello wrote: > > I have -CURRENT from 16 nov 1998 and stuck badly... ... >Read all of the -current mailing list starting in 17 November > 1998 all the way up to today, and then read /usr/src/UPDATING. No, it does not work. Currently it is impossible to upgrade fr

show stopper for Gcc 2.95.2 conversion

1999-01-03 Thread David O'Brien
The current show stopper for switching over to GCC 2.95.2 is a problem compiling the `ahc' driver: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../..

Serious locking problem in CURRENT

1999-01-03 Thread Ollivier Robert
While changing my Postfix configuration, I stumbled on something weird. One of Postfix's processes (master) runs all the time and keep a exclusive write lock on $spool/pid/master.pid. When one does a reload, postfix-script runs master with the ``-t'' argument which makes master try to get a lock

Re: stuck with ~year old current

1999-01-03 Thread Chris Costello
On Fri, Nov 05, 1999, Lauri Laupmaa wrote: > Hi > > I have -CURRENT from 16 nov 1998 and stuck badly... > If I make new kernel, loader says its format's unknown, if I try to make > new loader, it says some gcc flag is unknown, if I try to make new gcc it > barfs also... > > >From where should I

more on vga vsync

1999-01-03 Thread Amancio Hasty
> On Thu, 04 Nov 1999 14:35:58 -0800, Amancio Hasty wrote: > >This show > up on the FreeBSD mailing list when I ask about modifying vga.c >to > deliver a signal. > >> Let me ask a different question: How does > Microsoft's DirectX handle >> delivery of vertical retrace interrupt? > The vertical

stuck with ~year old current

1999-01-03 Thread Lauri Laupmaa
Hi I have -CURRENT from 16 nov 1998 and stuck badly... If I make new kernel, loader says its format's unknown, if I try to make new loader, it says some gcc flag is unknown, if I try to make new gcc it barfs also... >From where should I start ? TIA _ Lauri To Unsubscribe: send mail to [

OOps broke make world..

1999-01-03 Thread Julian Elischer
I've broken 'make world' because I forgot theat netstat has promiscuous fingers in places it shouldn't 'QUICK FIX:' copy old /usr/src/sys/netgraph/ng_socketvar.h from before I deleted it. then netstat should recompile.. I will fix it as soon as I get to my source tree. julian To Unsubscribe

Re: CTM-deltas generation sptopped ?

1999-01-03 Thread Chuck Robey
On Fri, 5 Nov 1999, Chuck Robey wrote: > On Thu, 4 Nov 1999, Peter Jeremy wrote: > > > On 1999-Nov-03 23:58:00 +1100, [EMAIL PROTECTED] wrote: > > > There are no new CTM-deltas on 'ctm.freebsd.org' > > >at least 22 hours. > > > > The last e-mail delta I have is cvs-cur.5804, which arrived her

Re: GCC 2.95.2 testing

1999-01-03 Thread Marcel Moolenaar
David O'Brien wrote: > I've got GCC 2.95.2 working as the base compiler. It is still a little > rough, but I wanted to put it in more hands for testing. If it doesn't interfere with my current work, then I'll get to it ASAP. I already have some fixes for the current binutils and egcs WRT to cro

Re: IPFilter in -current?

1999-01-03 Thread Hellmuth Michaelis
>From the keyboard of Arjan de Vet: > Guido van Rooij ([EMAIL PROTECTED]) is working on it and he recently > showed me ipfilter 3.2.2 (I think) working as a loadable module for > FreeBSD-current. As soon as it's fully tested he'll commit it. This is very good news! hellmuth -- Hellmuth Michael

Re: vga driver and signal

1999-01-03 Thread Amancio Hasty
> Is all this just because some of the new video HW are crappy, ie that > they produce snow/flicker/whatever (like in the old CGA days) or is > this a genuine problem, as I said above I've never seen any problems > on my ATI cards, and my laptop doesn't have this either (neomagic).. > Yes, this i

GCC 2.95.2 testing

1999-01-03 Thread David O'Brien
Hi all, I've got GCC 2.95.2 working as the base compiler. It is still a little rough, but I wanted to put it in more hands for testing. My Alpha is booting from a GENERIC kernel and world built from gcc 2.95.2. This is one compiler bug in building libreadline, but I have a hack around it. The