>: Just so I'm completely clear on this though, the intent is that multiple
>: bus_alloc_resource calls for a single BAR within a single driver is
>: explictly prohibited, right? So if I want to map ONLY the first byte
>: and the last byte of, say, a 16MB PCI BAR, I have to map the whole
>: thing
In message <[EMAIL PROTECTED]> Alexander Langer writes:
: Now the disk-library of libh builds again.
Woo-hoo!
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
In message <[EMAIL PROTECTED]> Robert Lipe writes:
: I can't say I gather that from the man page from bus_alloc_resource
: at all. The restriction of RF_SHAREABLE applying only to IRQs and
: the exclusive nature of this call (one per BAR) would be helpful to
: call out in the doc.
We should.
:
In message <[EMAIL PROTECTED]> Ben Smithurst writes:
: while (path[strlen(path) - 1] == '/')
: path[strlen(path) - 1] = 0;
:
: :-) Preferably '\0' too of course like you say later.
Yes. Actually, I'd do this like:
cp = path + strlen(path) - 1;
while (cp > pa
I lack the focus or motivation to pursue this much further, but I have VPC 4
successfully booting FreeBSD 4.2, finding the ethernet card, and configuring
it and pinging.
The following hacks seem to fix it. (Note: The "if_de" hacks are, as a
casual reader will note, mostly not necessary, since a
If someone wants to tackle this, a few words to the wise.
* testing for daylight savings times changes. You test this by comparing
the differential between two time_t's (dtime1) against the differential
between two time_t's after converting them to localtime and then back
John Gregor wrote:
>
> What would happen if the definitions of the hour and minute fields
> were subtly changed to mean "elapsed wall-clock time since local
> midnight"? Then, the DST conversion is no longer ambiguous. "Two
> hours since local midnight" only happens once regardless. On days
>
Thus spake Warner Losh ([EMAIL PROTECTED]):
> No need for Hope to Spring. As near as I can tell, I've fixed it.
Yes, thanks.
Now the disk-library of libh builds again.
Thanks!
Alex
--
cat: /home/alex/.sig: No such file or directory
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsu
--
Please be sure to read the charters before subscribing or sending
mail to any FreeBSD mailing list for an explanation of which topics
are relevant for a given list and what types of postings are and
are not allowed. They may be found at:
http://www.freebsd.org/handbook/eresources.htm
Hartmut Pilch <[EMAIL PROTECTED]> wrote Thu, 11 Jan 2001:
> To: "Julian Stacey [EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Cc: Peter Mutsaers <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>
> Do we have any chance of putting a statement from a BSD organisation on
> http://petition.eurolinux.org/stat
* Alfred Perlstein <[EMAIL PROTECTED]> [010113 19:15] wrote:
> * W.H.Scholten <[EMAIL PROTECTED]> [010113 01:57] wrote:
> > Alfred Perlstein wrote:
> >
> > [ mkdir ]
> >
> > > I'll commit the patch shortly.
> >
> > Here's a better patch, it checks for multiple slashes, so mkdir
> > /tmp/aa///bb
On Fri, Jan 12, 2001 at 09:49:53PM -0500, [EMAIL PROTECTED] wrote:
> ...we are going to be going to work soon, organizing it all through E-mail
> etc... here is my reason for posting this:
>
[...]
> If you would like to participate just send me an E-mail with the E-mail
> address you would lik
Hmm, probably we should use CVSHeader instead of Header in this case?
At Sun, 14 Jan 2001 17:10:24 +0900,
I wrote:
> + }
> + else if (strcmp (line, "tag") == 0) {
> + len = strlen (p);
> + localid = malloc (len + 7 + 1); /* 7 == strlen ("=Header") */
13 matches
Mail list logo