Hi, re Carlos A. M. dos Santos comment:
> The amd5536.c informs that it is "derived from Bruce R. Montegue's AMD
> CS5530 audio driver and the Linux CS5535 ALSA driver". I did not find
> the original source files, but supposing that they are licensed under
> GPL you will need a written permis
Hi, re Continuous Data Protection (an enterprise market
niche, today), a recent paper that provides some background
and has basic references might be:
http://www.usenix.org/event/fast08/tech/verma.html
"SWEEPER: An Efficient Disaster Recovery Point Identification Mechanism",
FAST '08, Akshat
Hi, Rink. re:
> The patch is available at
> http://people.freebsd.org/~rink/various/ns_geode.diff
Sounds great! (ok awful pun.)
> I am interested in integrating this work in HEAD ...
My FreeBSD development environment has been down for
a few years and, despite optimistic hopes, due to day
Hi, re:
>
> Bruce,
>
> This is Andrew Gray. I am running an Alix-1C board with the CS5536 on it.
> This board is very nice. It's only about $138 and it has a good "standard"
> clone AWARD bios that we are all used to (unlike say, the Soekris boards).
> It uses only 5 watts and has everthing in
Hi, re:
> I'm hoping someone will be able to help me out with the audio is
> the Geode CS5536.
Those AMD Geode systems with the CS5536 look almost
cheap enough to afford one for each hand. I'll
look into upgrading the 5530 audio driver for the
5536, but it will take sometime. If someone
Hi, re this from Alec Kloss, 21 Jan 2008:
> I'm hoping someone will be able to help me out with the audio is
> the Geode CS5536. This has come up a few times before, once early
> this month and once last February. The CS5530 driver mentioned on
> the soundsystem wiki doesn't work.
>
> ..
Hi, Frank. re:
> http://lists.freebsd.org/pipermail/freebsd-hackers/2006-February/015365.html
>
> Who's calling? :-)
>
> Frank
The original email to which you link above occurred
in a discussion regarding the performance, architecture,
evolution (or somesuch) of the FreeBSD network stack.
Hi, re:
> I need a picobsd floppy image, (anything that can get me to a shell
> that will allow me to
> dd if=/dev/zero of=/dev/ad0 bs=1M
> )
On old 485 motherboards... if nobody else has contacted you,
I put an image that should do this at http://63.249.85.132/
It is under the page "PicoBS
Hi, hope this isn't too off-topic, but it's a
reasonably hackery follow-up re a minor historical
question instigated by Van Jacobson's Slide 6, which
contains the following point: "First TCP/IP stack
done on Multics (1980)"
Presumably this means the first version of the
specific TCP/IP stack wit
Hi, (wondering off on a tangent), re:
> I was using screen oriented editors over a
> 1200 baud dialup line in 1977 on a PDP-11 running RSTS/E on a Behive...
Around this time I think full-screen editors from
DEC that took advantage of the VT-52 (and later
VT-100) included KED, EDT, and may
Hi, re:
> The problem that I am having
> right now is
> that I have a fairly nice graphics card which, for the moment is only
> supported on Windows Operating systems, and old 2.4 Linux kernels.
Someone mentioned X drivers; current X drivers are
dynamically loaded into the X server, which
Scott Long wrote:
>Again, I'm not exactly sure how a generic mechanism can handle the
>distinction of data vs. metadata vs. journal data. Also, what you
Ivan Voras wrote:
>I don't care about the distinction at this level - all data is treated
>equal.
Scott Long wrote:
>But for j
Hi, Andrea, regarding inverted page tables:
> Actually, all Power and PowerPC chips have this...
Thanks for pointing that out. I believe the entire
line of IBM virtual memory hardware that supports
IBM's form of "inverted page tables" is all directly
related, if not the same, and descends f
Hi, re:
> The odd thing was that it was happening at virtualy
> the same time every morning
> [...]
> Then, they both just *stopped doing it by themselves* with no apparent
> correlation to anything installed software-wise. Neither server has had any
> problem for over a year now.
* What wa
Hi, very likely you have hit a known issue on the
original Geode. In "generic_bcopy" in "i386/support.s"
FreeBSD occasionally does a byte-aliged long rep
move in the video buffer that locks the geode hard.
See the patches at the following (it is a trivial
patch):
63.249.85.132
63.249.85.132
Hi, re rule-based configuration Chris Pressey noted:
> That's the easy part. The hard part is discovering the dependencies.
My impression is that almost all rule-based expert
systems of sufficient complexity that deal with a
dynamic field have failed because of this, that is,
due to the dif
Hi, re, "Next Generation" kernel configuration:
Years ago I had a job for a few years where I
constantly built RSX-11 systems on PDP-11s. RSX-11
was always built from source and had a couple of
hundred build-time options, many hardware build
dependencies, and supported numerous other dynamic
bu
Hi, re:
>one of my friends has raisen very strange issue regarding gcc rounding:
> printf("%f %.3f %d\n", a*100, a*100, (int)(a*100));
>
> 9.99 10.000 9
Hasty unresearched guess:
If you print with a large fp fmt (say 22.18)
you will get a better idea of the value:
9.9
Hi, re:
>>Does anyone know if there is a port of FreeBSD, or any of the
>>other BSDs (e.g. NetBSD) for that matter, which will run on an
>>ARM processor which does NOT have an MMU (Memory Management Unit)?
>
> The general feeling seems to be that without an MMU and the added features
> of memory
Hi, re the question from Roman Neuhauser <[EMAIL PROTECTED]> Fri, 9 Jan 2004:
> forth looks like it's an interesting .. language.
> Can anyone recommend good (or just
> any, really) introductory material?
---
If you do want to get into Forth, you can probably find
some of the following
Julian Elischer wrote:
> ... I have not been able to compile the openoffice port ...
> ... Has anyone else seen this?
I tried to build openoffice on a "clean" -current system,
built from a recent cvsup, and it failed to compile... This
was perhaps a week and a half ago, kept meaning to ge
Hi, Lev Serebryakov asked:
> I want to write sound driver for FreeBSD (pcm bridge driver) ...
> Is here any documentation about pcm architecture?
I wrote a pcm audio driver and tried to document things
somewhat in a largish comment block and some web page
doc, you should be able to get the k
For those thinking of playing with predictive caching
(likely an area of considerable student endeveour/interest
these days at both filesystem and "web" level):
---
Matthew Dillon:
> So there is no 'perfect' caching algorithm. There
> are simply too many variables even in a well defined
> env
Hi, re:
> If a file's access history were stored as a "hint"
> associated with the file, then it would
> be possible to make better up-front decisions about
> how to allocate cache space.
I believe at one time this was a hot area, and now
maybe it is back. I vaguely recall a recent PhD in
re filesystems indexing by content, etc:
> ... anyone working on a new file system metaphor? ...
> ... universal indexing system ... *any* file of *any*
> type in *any* location...
Apologies (... by gum, we walked through feet, nay yards of snow...)
* The very 1st issue of "The Computer
This note might be common knowledge in some
quarters (?), but I thought I'd post...
I have 2 SanDisk 128M Compact Flash cards,
superficially identical. The CIS info for one
(purchased 3/4 months ago?) claims it is a "SunDisk"
"SDP" and the other a "SanDisk" "SDP" (recently
purchased).
The "/et
FWIW, regarding direct user application access
to I/O space, (a technique to be avoided if at all
possible, but sometimes useful for those "1-hour
emergency" projects, see the question
"How do I directly access I/O devices from an application
program (use in and out instructions)?"
In the
I have written a FreeBSD "new PCM" audio driver
for the Native Audio PCI function internal to the
National Semiconductor Geode GX1/Cx5530 CPU and
chipset, and integrated equivalents. This driver
uses the Cx5530 southbridge's internal PCI audio
hardware directly. It does not use the Soundblaster
28 matches
Mail list logo