On Fri, 2003-12-26 at 16:39, Yaoping Ruan wrote:
> Not sure if somebody here has already noticed this problem before. I
> have a small program using select() . Though it works correctly on 4.x,
> some problem happens on 5.1. First of all, I notice that macros about
> FD_xx have been moved into sys/
I don't know about that. I seem to recall that this motherboard
has a built-in USB controler but I read somewhere that it was
non-functional. Regardless, I don't have any way to interface to
it (no cables etc from the the board). I saw the two devices and
thought that maybe the onboard and pci s
> > Subject: I'm resigning from FreeBSD
> ;; QUERY SECTION:
> ;; 104.61.54.202.in-addr.arpa, type = ANY, class = IN
> inetnum: 202.54.61.96 - 202.54.61.111
[...]
202.54.61.104 is a proxy
Timestamp: 1072499268
[SorAlx] http://cydem.org.ua/
___
In the last episode (Dec 26), Danny Braniss said:
> >
> >
> > On Fri, 26 Dec 2003, Danny Braniss wrote:
> >
> > > hi,
> > > how can i break into the kernel debugger when the console
> > > is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-)
> >
> > options BREAK_TO_DEBUGGER
On Fri, Dec 26, 2003 at 10:54:27AM -0800, Sean Welch wrote:
> That change seems to have done it!!
>
> I left in the extra PCI IDs I had added to pcisupport.c
> and pci_cfgreg.c -- looks like that helps get things
> going. I've got "options PCI_ENABLE_IO_MODES" in
> the kernel. I've also got "dev
Wes Peters wrote on Fri, Dec 26, 2003 at 08:15:38AM -0800:
> If you want a desktop machine with low power consumption (and far less cooling
> fan noise as a bonus) you may want to look into the VIA Epia motherboards and
> systems.
Actually I am posting from one of those - using a tty mailer :-)
Not sure if somebody here has already noticed this problem before. I
have a small program using select() . Though it works correctly on 4.x,
some problem happens on 5.1. First of all, I notice that macros about
FD_xx have been moved into sys/select.h. Then FD_ZERO() seems to be
failed. My program l
That change seems to have done it!!
I left in the extra PCI IDs I had added to pcisupport.c
and pci_cfgreg.c -- looks like that helps get things
going. I've got "options PCI_ENABLE_IO_MODES" in
the kernel. I've also got "device puc" due to a suggestion
from fbsd_user on freebsd-questions.
The U
5.x is okay by me, but I'll have to reinstall it.
I'm trying out the change you asked me to under 4.9-RELEASE
right now; the machine is pretty slow so it takes a bit over an
hour to recompile the kernel. My responses are going to be
pretty slow. ;-)
I've noticed that scanpci seems a tad confuse
Some Cristmas spirit, heh ?
On Fri, 26 Dec 2003 17:39:08 - (GMT)
"Pull-Henning Kunt" <[EMAIL PROTECTED]> wrote:
> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
> by hub.freebsd.org (Postfix) with ESMTP
> id 3115F16A4CE; Fri, 26 Dec 2003 09:39:10 -0800 (PST)
>
Back in the day, around FreeBSD 2.2.8, it was a very nice
operating system. However, when RELENG_5 was branched, a
lot of wrong decisions were made, most of them by people
with zero clue about how to implement proper SMP (e.g. John
Baldwin). Matt Dillon tried to fix the situation, but all he
got
On Thursday 25 December 2003 19:46, Martin Cracauer wrote:
> Hi,
>
> those who followed might have noticed I was shopping for a notebook to
> replace some of my desktop system. To make it short, the notebook
> vendors all pissed me off so good that I'm not going to get a notebook
> (details on req
On 24-Dec-2003 Sean Welch wrote:
> As I'm not quite sure where I should be asking for help with this I figured
> I'd try shooting the info over to freebsd-hackers (as it seemed the closest
> match).
>
> I've got an oldish machine (EDO RAM and such) running a VXPro II chipset.
> I have successfull
In message: <[EMAIL PROTECTED]>
Erich Dollansky <[EMAIL PROTECTED]> writes:
: Do you know if FreeBSD 5.2 runs on a Transmeta CPU with support of
: the power options? My notebook is the Fujitsu P2120.
I know that it works great. My FIVA with a Transmeta works great, and
I can set the
On Fri, 2003-12-26 at 13:47, Sumanth NS wrote:
> Hi!
>
> I plan to implement a FreeBSD bridge with two
> interfaces connecting my router and my LAN.
> All pointers, ideas and suggestions welcome.
If in doubt check the handbooks first. The doc@ team has a lot of
quality information in there:
htt
Hi!
I plan to implement a FreeBSD bridge with two
interfaces connecting my router and my LAN.
My question, before I go ahead with the installation,
is whether the default "This computer wants to be a gateway.."
option, in /stand/sysinstall, would be enough to push
traffic up and down through the
Thanks for both answers.
I wrote here because at the and of the
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
is written "Most FreeBSD-related discussion of CVSup takes place on the
FreeBSD technical discussions mailing list.",
which in fact doesn't mean this is the list for
On Fri, Dec 26, 2003 at 01:00:54PM +0200, Vencislav Velkov wrote:
> Hello all,
> I am not sure if the problem resides to this mailing list, but will
> post it, so I appologize if this is the wrong place.
When in doubt about which of the freebsd mailing lists is the correct
one, the answer is freeb
Hello all,
I am not sure if the problem resides to this mailing list, but will post it, so I
appologize if this is the wrong place.
I am trying to setup a freebsd repository,
but have problems with fetching the ports collection.
Here is my config file:
*default host=cvsup.uk.freebsd.org
*default
On Thu, 25 Dec 2003 01:07:31 +0100
"The MiP RvL" <[EMAIL PROTECTED]> wrote:
> Hello
>
> This is a patch for which a couple of wi-fi fans have been waiting to get :) And now
> it's there, just before Christmas ;)
>
> This patch is against FreeBSD 5.1, I didn't have current installed and 5.0 does
Hi,
Martin Cracauer wrote:
Hi,
those who followed might have noticed I was shopping for a notebook to
replace some of my desktop system. To make it short, the notebook
vendors all pissed me off so good that I'm not going to get a notebook
(details on request) so I am going for other options.
I
>
>
> On Fri, 26 Dec 2003, Danny Braniss wrote:
>
> > hi,
> > how can i break into the kernel debugger when the console
> > is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-)
>
> options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
Great! just what i was lookin
On Fri, 26 Dec 2003, Danny Braniss wrote:
> hi,
> how can i break into the kernel debugger when the console
> is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-)
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
will cause the kernel to enter the debugger o
hi,
how can i break into the kernel debugger when the console
is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-)
thanks,
danny
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsu
24 matches
Mail list logo