Re: dual athlons

2001-06-07 Thread Kenneth Wayne Culver
I guess it won't be a waste of money then. :-) On Thu, 7 Jun 2001, Jordan Hubbard wrote: > From: Kenneth Wayne Culver <[EMAIL PROTECTED]> > Subject: dual athlons > Date: Thu, 7 Jun 2001 16:18:13 -0400 (EDT) > > > Just curious, but are there plans to support the EV6 bus that the dual > > athlon

Re: dual athlons

2001-06-07 Thread Kenneth Wayne Culver
Do they still perform better than the regular apic from INTEL though? I mean it IS an EV6 bus. On Thu, 7 Jun 2001, Mike Smith wrote: > > Just curious, but are there plans to support the EV6 bus that the dual > > athlon motherboards use? I'm not going to buy that kind of system unless > > FreeBSD

Re: dual athlons

2001-06-07 Thread Peter Wemm
Alfred Perlstein wrote: > * Kenneth Wayne Culver <[EMAIL PROTECTED]> [010607 16:18] wrote: > > Just curious, but are there plans to support the EV6 bus that the dual > > athlon motherboards use? I'm not going to buy that kind of system unless > > FreeBSD 5 will support it. > > Rumor has it that i

Re: dual athlons

2001-06-07 Thread Jordan Hubbard
From: Kenneth Wayne Culver <[EMAIL PROTECTED]> Subject: dual athlons Date: Thu, 7 Jun 2001 16:18:13 -0400 (EDT) > Just curious, but are there plans to support the EV6 bus that the dual > athlon motherboards use? I'm not going to buy that kind of system unless > FreeBSD 5 will support it. Both Fr

Re: dual athlons

2001-06-07 Thread Mike Smith
> Just curious, but are there plans to support the EV6 bus that the dual > athlon motherboards use? I'm not going to buy that kind of system unless > FreeBSD 5 will support it. FreeBSD works just fine on the dual K7 evaluation systems that AMD have been shipping around. It seems that they wimpe

Re: dual athlons

2001-06-07 Thread Alfred Perlstein
* Kenneth Wayne Culver <[EMAIL PROTECTED]> [010607 16:18] wrote: > Just curious, but are there plans to support the EV6 bus that the dual > athlon motherboards use? I'm not going to buy that kind of system unless > FreeBSD 5 will support it. Rumor has it that it booted without a hitch when it was

installworld dies .../usr/share/examples/ipfw/change_rules.sh

2001-06-07 Thread Bob Kot
I cvsup'd sources at about 13:00 MST 6-Jun-2001 make -j6 -DNOPROFILE=true buildworld ---> Completed successfully make -DNOPROFILE=true installworld ---> Failed as follows. install -c -o root -g wheel -m 644 ipfw/change_rules.sh /usr/share/examples/ipfw/change_rules.sh install: /u

dual athlons

2001-06-07 Thread Kenneth Wayne Culver
Just curious, but are there plans to support the EV6 bus that the dual athlon motherboards use? I'm not going to buy that kind of system unless FreeBSD 5 will support it. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PAM forgets to unblock signals [was Terminal line discipline isbroken [sorta]]

2001-06-07 Thread Bruce Evans
On Thu, 7 Jun 2001, Mark Murray wrote: > > That explains... Attached patch solved the problem for me. > > I have a functionally similar but less clean patch in BDE's court > for testing. Thanks for letting me know this works - I'll commit > it. Yours seems to be more clean (it's shorter and use

Re: mdconfig and _virtual_ memory

2001-06-07 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mikhail Teterin write s: >When I moved to mdconfig, I figured I have to use ``-t swap'' for the >same effect, but it seems, I was wrong -- apparently, ``swap'' means the >filesystem will always hit the disk, even if there is plenty of RAM to >go around. My sus

Re: PAM forgets to unblock signals [was Terminal line discipline is broken [sorta]]

2001-06-07 Thread Mark Murray
> That explains... Attached patch solved the problem for me. I have a functionally similar but less clean patch in BDE's court for testing. Thanks for letting me know this works - I'll commit it. M > Content-Type: text/plain; charset=koi8-r; > name="misc_conv.c.diff" > Content-Transfer-Encoding

Re: PAM forgets to unblock signals [was Terminal line discipline is broken [sorta]]

2001-06-07 Thread Maxim Sobolev
Bruce Evans wrote: > On Wed, 6 Jun 2001, Maxim Sobolev wrote: > > > It is very strange, but control keys [^C,^Z etc] no longer work (nop) > > in the /bin/sh and bash2 after today's build/installworld. I see this > > misbehaviour on two machines. > > PAM now blocks keyboard signals when reading th