It was given about a year ago and is now out of date. XiG promised
to update their web site, but evidently this just hasn't happened
yet.
- Jordan
> on Xinside site (www.xig.com) it says...
>
> FreeBSD 3.x is not yet supported on the advice of some members of the FreeBSD
> core team.
>
> Why
I'd like help too.
/Jakob Alvermark
On Thu, 19 Aug 1999, Gary Jennejohn wrote:
> Mark Huizer writes:
> >Hi there,
> >
> >I had a look recently at the code for one of the kernel modules that VMWare
> >requires (driver-only.tar), and it looks like something that should be
> >portable to FreeBSD,
I'd like help too.
/Jakob Alvermark
On Thu, 19 Aug 1999, Gary Jennejohn wrote:
> Mark Huizer writes:
> >Hi there,
> >
> >I had a look recently at the code for one of the kernel modules that VMWare
> >requires (driver-only.tar), and it looks like something that should be
> >portable to FreeBSD,
Warner Losh wrote:
>
> In message <19990817230910.a6...@netmonger.net> Christopher Masto writes:
> : Do they still not allow you to release the specs? How is the code
> : going to become part of FreeBSD if they won't allow its release?
>
> I didn't sign an NDA to get my copy of the spec or the h
"Justin C. Walker" wrote:
>
> My understanding of File Sharing [for Mac OS 8]is that (a) Mac OS
> doesn't understand identity, permissions, etc., so it can't "talk"
> about them; and (b) when you share a volume from a remote server, you
> "login" to that volume using a mechanism supported by the s
jin biao wrote:
>
> Dear Sir,
>
> Could you tell me where is the code of the functions(sendto,
> recvfrom,socket,bind...) located at FreeBSD source tree.
/usr/src/sys/kern/uipc_syscalls.c. I found this with the command:
find /usr/src/sys -name '*.c' | xargs grep recvfrom
Now you can t
| How about the code following sig. ?
| And the other codes and information on:
|
| http://www.mars.dti.ne.jp/~a-wada/qsortlib.html
Unfortunately, I only use about 5% of my brain, and am incapable of
convincing myself (or anyone else) of the correctness or efficiency
of your qsort algorithm.
In
Warner Losh wrote:
>
> In message <[EMAIL PROTECTED]> Christopher Masto writes:
> : Do they still not allow you to release the specs? How is the code
> : going to become part of FreeBSD if they won't allow its release?
>
> I didn't sign an NDA to get my copy of the spec or the hardware...
>
>
"Justin C. Walker" wrote:
>
> My understanding of File Sharing [for Mac OS 8]is that (a) Mac OS
> doesn't understand identity, permissions, etc., so it can't "talk"
> about them; and (b) when you share a volume from a remote server, you
> "login" to that volume using a mechanism supported by the
jin biao wrote:
>
> Dear Sir,
>
> Could you tell me where is the code of the functions(sendto,
> recvfrom,socket,bind...) located at FreeBSD source tree.
/usr/src/sys/kern/uipc_syscalls.c. I found this with the command:
find /usr/src/sys -name '*.c' | xargs grep recvfrom
Now you can
| How about the code following sig. ?
| And the other codes and information on:
|
| http://www.mars.dti.ne.jp/~a-wada/qsortlib.html
Unfortunately, I only use about 5% of my brain, and am incapable of
convincing myself (or anyone else) of the correctness or efficiency
of your qsort algorithm.
I
On Wed, Aug 18, 1999 at 08:43:14PM +, Terry Lambert wrote:
> > > > Nope. The problem is that while stacking (null, umap, and overlay fs's)
> > > > work, we don't have the coherency issues worked out so that upper layers
> > > > can cache data. i.e. so that the lower fs knows it has to ask the u
Brian McGovern wrote:
>However, when I start running data, I get silo overflows.
At which end? What else is the box getting SILO overflows doing? PIO
access to disks or network cards is good for disrupting interrupt
latencies. PLIP is virtually guaranteed to disrupt anything that
cares about i
: From: "Daniel C. Sobral"
: Default for FreeBSD is async [meta]data and sync data. Sync and Async
: modes go full sync/async for both metadata and data...
: > Just a btw, you seem to be able to set sync and async on a filesystem
: > at the same time. What gives?
: Beats me.
Logically, then,
On Wed, Aug 18, 1999 at 08:43:14PM +, Terry Lambert wrote:
> > > > Nope. The problem is that while stacking (null, umap, and overlay fs's)
> > > > work, we don't have the coherency issues worked out so that upper layers
> > > > can cache data. i.e. so that the lower fs knows it has to ask the
Dear Sir,
Could you tell me where is the code of the functions(sendto,
recvfrom,socket,bind...) located at FreeBSD source tree.
I will appreciate your help.
Thank you,
Michael Jin.
__
Get Your Private, Free Email at http://www.hotmail.com
Brian McGovern <[EMAIL PROTECTED]> wrote:
>However, when I start running data, I get silo overflows.
At which end? What else is the box getting SILO overflows doing? PIO
access to disks or network cards is good for disrupting interrupt
latencies. PLIP is virtually guaranteed to disrupt anythin
On Fri, 20 Aug 1999, Greg Lehey wrote:
> You can't control the execution of the kernel, you can just look at
> the way things are. With the core dump, you at least have the
> advantage that things won't change while you look at them; you can't
> even do that with /dev/mem. The other alternative
: From: "Daniel C. Sobral" <[EMAIL PROTECTED]>
: Default for FreeBSD is async [meta]data and sync data. Sync and Async
: modes go full sync/async for both metadata and data...
: > Just a btw, you seem to be able to set sync and async on a filesystem
: > at the same time. What gives?
: Beats me
Christopher Seiwald writes:
> The FreeBSD qsort implementation has a rather nasty degenerate case.
> If you have data that partitions exactly about the median pivot, yet
> which is unsorted in either partition, you get get treated to an insertion
> sort. Example:
>
> 1 2 3 4 5 6 7 8 9 10 19
Dear Sir,
Could you tell me where is the code of the functions(sendto,
recvfrom,socket,bind...) located at FreeBSD source tree.
I will appreciate your help.
Thank you,
Michael Jin.
__
Get Your Private, Free Email at http://www.hotmail.com
Ok, I know this has very little to do with FreeBSD, but the tru64-hackers
list is a little slow :)
Here's the situation:
DEC Alpha 3000/500S box, running Compaq Tru64 UNIX V4.0F (formerly known
as the operating system Digital Unix, which is the operating system
formerly known as DEC OSF/1) -
On Fri, 20 Aug 1999, Greg Lehey wrote:
> You can't control the execution of the kernel, you can just look at
> the way things are. With the core dump, you at least have the
> advantage that things won't change while you look at them; you can't
> even do that with /dev/mem. The other alternativ
> From: Wilfredo Sanchez
> Date: 1999-08-18 14:28:54 -0700
> To: Bill Studenmund
> Subject: Re: Need some advice regarding portable user IDs
> Cc: "Brian C. Grayson"
> ,freebsd-hackers@FreeBSD.ORG,
> tech-userle...@netbsd.org, p...@apple.com,warne...@apple.com,
> ume...@apple.com
> In-reply-to: <
Christopher Seiwald writes:
> The FreeBSD qsort implementation has a rather nasty degenerate case.
> If you have data that partitions exactly about the median pivot, yet
> which is unsorted in either partition, you get get treated to an insertion
> sort. Example:
>
> 1 2 3 4 5 6 7 8 9 10 1
Ok, I know this has very little to do with FreeBSD, but the tru64-hackers
list is a little slow :)
Here's the situation:
DEC Alpha 3000/500S box, running Compaq Tru64 UNIX V4.0F (formerly known
as the operating system Digital Unix, which is the operating system
formerly known as DEC OSF/1)
On Thursday, 19 August 1999 at 12:15:51 -0400, Zhihui Zhang wrote:
>
> I am using FreeBSD 4.0 and have two questions on kernel debugging:
>
> (2) After bootup, I try the following to debug the live system (after
> reading some pages of the book "Panic! Unix system crash dump analysis"):
>
> now4# g
On Thu, 19 Aug 1999, Cillian Sharkey wrote:
> Hi,
>
> I just setup my system so that "Joe" user can mount
> /dev/fd0 on a mountpoint "Joe" owns..grand no problem..
>
> ..BUT it only works when the f/s code for that f/s type is
> available (ie. compiled into the kernel or has been previously
> lo
On Thu, 19 Aug 1999, Alton, Matthew wrote:
> Do you have access to more of the code than is currently posted on SGI's
> web page? I am willing to sign an NDA in order to get access to all
> relevant source. I would like to assist in porting XFS to Linux also. I
> would
> very much like to see
That one looks like a bug, either in reporting them or in doing them..
On Thu, 19 Aug 1999, Matthew D. Fuller wrote:
>
> I'm still looking for a 'splanation for this one:
> /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954)
> ^^^ ^^
On Thu, Aug 19, 1999 at 04:40:43PM -0700, a little birdie told me
that Julian Elischer remarked
> That one looks like a bug, either in reporting them or in doing them..
>
> > /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954)
>
> what version are you running?
FreeBSD 4.0-CURRENT #1:
> From: Wilfredo Sanchez <[EMAIL PROTECTED]>
> Date: 1999-08-18 14:28:54 -0700
> To: Bill Studenmund <[EMAIL PROTECTED]>
> Subject: Re: Need some advice regarding portable user IDs
> Cc: "Brian C. Grayson"
> <[EMAIL PROTECTED]>,[EMAIL PROTECTED],
> [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTE
On Thu, Aug 19, 1999 at 02:15:15PM +0900, a little birdie told me
that Daniel C. Sobral remarked
> Larry Lile wrote:
> >
> > /dev/wd0s1f on /var (asynchronous, local, noatime, synchronous, writes:
> > sync 93 async 216) procfs on /proc (local)
> >
> > /var looks questionable...
>
> Indeed. :-)
I
On Thursday, 19 August 1999 at 12:15:51 -0400, Zhihui Zhang wrote:
>
> I am using FreeBSD 4.0 and have two questions on kernel debugging:
>
> (2) After bootup, I try the following to debug the live system (after
> reading some pages of the book "Panic! Unix system crash dump analysis"):
>
> now4#
On Thu, 19 Aug 1999, Cillian Sharkey wrote:
> Hi,
>
> I just setup my system so that "Joe" user can mount
> /dev/fd0 on a mountpoint "Joe" owns..grand no problem..
>
> ..BUT it only works when the f/s code for that f/s type is
> available (ie. compiled into the kernel or has been previously
> l
On Thu, 19 Aug 1999, Alton, Matthew wrote:
> Do you have access to more of the code than is currently posted on SGI's
> web page? I am willing to sign an NDA in order to get access to all
> relevant source. I would like to assist in porting XFS to Linux also. I would
> very much like to see SG
That one looks like a bug, either in reporting them or in doing them..
On Thu, 19 Aug 1999, Matthew D. Fuller wrote:
>
> I'm still looking for a 'splanation for this one:
> /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954)
> ^^^ ^
On Thu, Aug 19, 1999 at 04:40:43PM -0700, a little birdie told me
that Julian Elischer remarked
> That one looks like a bug, either in reporting them or in doing them..
>
> > /dev/da0s1a on / (local, synchronous, writes: sync 34 async 954)
>
> what version are you running?
FreeBSD 4.0-CURRENT #1
I use the WaveLAN ISA/IEEE card in FreeBSD systems without problems (4 of
them so far). I had to use cvsup to get Bill Paul's driver installed as
part of 3.2-stable. The driver seems to be very stable and so far we have
not had any lockups or other mis-operations (about 2 months). Not as good a
On Thu, Aug 19, 1999 at 02:15:15PM +0900, a little birdie told me
that Daniel C. Sobral remarked
> Larry Lile wrote:
> >
> > /dev/wd0s1f on /var (asynchronous, local, noatime, synchronous, writes:
> > sync 93 async 216) procfs on /proc (local)
> >
> > /var looks questionable...
>
> Indeed. :-)
I use the WaveLAN ISA/IEEE card in FreeBSD systems without problems (4 of
them so far). I had to use cvsup to get Bill Paul's driver installed as
part of 3.2-stable. The driver seems to be very stable and so far we have
not had any lockups or other mis-operations (about 2 months). Not as good a
Mark Huizer writes:
>Hi there,
>
>I had a look recently at the code for one of the kernel modules that VMWare
>requires (driver-only.tar), and it looks like something that should be
>portable to FreeBSD, although there is some messy stuff in it (assembly
>that seems to be using Linux specific stuff
Thanks, Mike. I don't think they'll let me rip apart my laptop to test this. I
guess I'll try it on a normal PC, and try to track it if it continues. Thanks.
-Brian
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
Mark Huizer writes:
>Hi there,
>
>I had a look recently at the code for one of the kernel modules that VMWare
>requires (driver-only.tar), and it looks like something that should be
>portable to FreeBSD, although there is some messy stuff in it (assembly
>that seems to be using Linux specific stuf
On Thu, 19 Aug 1999, Mike Smith wrote:
>
> A few weeks ago I was at a local embedded FreeBSD shop while they were
> debugging a similar problem they experience with their product, which
> turned out to be an extension of a known erratum in the Cyrix MediaGX's
> PIC macrocell, whereby multiple si
> I'm looking for background (reading) info on the PCI bus. Looking
> for the tech detail required for writing PCI device drivers.
>
> I invite suggestions for books that can help me in this matter. ISBNs
> would be practical I guess.
Tech data on the PCI bus isn't a lot of help when it comes to
>
> I am using FreeBSD 4.0 and have two questions on kernel debugging:
>
> (1) Can I specify /usr/src/sys/compile/MYKERN/kernel.debug as the kernel
> to boot from manually without copying that file under /? It seems I can
> not do so. I guess the reason is that the /usr is not mounted at that
>
> I thought I'd give people a chance to jump on this before I opened a PR on it.
>
> I'm currently using a Cyclades board at 115200 to talk to my PII laptop with
> a 16550A UART on board via a null modem cable. I'm trying to run PPP over the
> link with crtscts set, although I see the same proble
Thanks, Mike. I don't think they'll let me rip apart my laptop to test this. I
guess I'll try it on a normal PC, and try to track it if it continues. Thanks.
-Brian
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
> I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
> adapter. I have run into a bit of a stumbling block on some issues. One such
> issue is the attach (I need to map some registers of the adapter into memory
> space so I can read/write values.). Anyway if someone cou
I am having a problem with 2 WaveLan IEE Turbo PC cards.
One is running via an isa adaptor in a desktop which is lynked in ad-hoc
mode to a lap top a couple of miles away through the use of external
anennas.
Obvously both machines are stationary and dont move. I am running
3.2-RELEASE-PAO on bot
Answers to sundry comments:
| why don't you implement this w/ the 5 element median selection qsort
| algorithm? my professor for cis413 talked about this algorithm and
| that it really is the fastest qsort algorithm...
qsort algorithms are like stock market tips: only good in retrospect.
The
Could you post a URL?
Nick
> on Xinside site (www.xig.com) it says...
>
> FreeBSD 3.x is not yet supported on the advice of some members of the FreeBSD
> core team.
>
> Why was that advice given...
>
>
> -Gena
>
>
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe fre
On Thu, 19 Aug 1999, Mike Smith wrote:
>
> A few weeks ago I was at a local embedded FreeBSD shop while they were
> debugging a similar problem they experience with their product, which
> turned out to be an extension of a known erratum in the Cyrix MediaGX's
> PIC macrocell, whereby multiple s
> I'm looking for background (reading) info on the PCI bus. Looking
> for the tech detail required for writing PCI device drivers.
>
> I invite suggestions for books that can help me in this matter. ISBNs
> would be practical I guess.
Tech data on the PCI bus isn't a lot of help when it comes to
>
> I am using FreeBSD 4.0 and have two questions on kernel debugging:
>
> (1) Can I specify /usr/src/sys/compile/MYKERN/kernel.debug as the kernel
> to boot from manually without copying that file under /? It seems I can
> not do so. I guess the reason is that the /usr is not mounted at that
[clipping CC list to include @freebsd.org, @netbsd.org, and @apple.com]
> "Chris" == Chris Dillon writes:
Chris> An origin filesystem (created by and mounted on the same system)
which
Chris> happens to have stuff owned by several different users (this is all
Chris> pseudo... d
> I thought I'd give people a chance to jump on this before I opened a PR on it.
>
> I'm currently using a Cyclades board at 115200 to talk to my PII laptop with
> a 16550A UART on board via a null modem cable. I'm trying to run PPP over the
> link with crtscts set, although I see the same probl
on Xinside site (www.xig.com) it says...
FreeBSD 3.x is not yet supported on the advice of some members of the FreeBSD
core team.
Why was that advice given...
-Gena
To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message
I think very highly of the MindShare book
"PCI System Architecture"
Addison-Wesley, 1995
ISBN 0-201-40993-3
On Thu, 19 Aug 1999, Wilko Bulte wrote:
> I'm looking for background (reading) info on the PCI bus. Looking
> for the tech detail required for writing PCI device drivers.
>
> I invite su
> I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
> adapter. I have run into a bit of a stumbling block on some issues. One such
> issue is the attach (I need to map some registers of the adapter into memory
> space so I can read/write values.). Anyway if someone co
I am having a problem with 2 WaveLan IEE Turbo PC cards.
One is running via an isa adaptor in a desktop which is lynked in ad-hoc
mode to a lap top a couple of miles away through the use of external
anennas.
Obvously both machines are stationary and dont move. I am running
3.2-RELEASE-PAO on bo
Answers to sundry comments:
| why don't you implement this w/ the 5 element median selection qsort
| algorithm? my professor for cis413 talked about this algorithm and
| that it really is the fastest qsort algorithm...
qsort algorithms are like stock market tips: only good in retrospect.
The
I'm looking for background (reading) info on the PCI bus. Looking
for the tech detail required for writing PCI device drivers.
I invite suggestions for books that can help me in this matter. ISBNs
would be practical I guess.
Thanks,
Wilko
--
| / o / / _ Arnhem, The Netherlands
Narvi writes:
> Doesn't the qsort just switch to isort *if* the partition to sort is short
> enough?
That's exactly Christopher's point. It should do this but it doesn't.
The code is complex but from a quick glance it appears that the decision
to switch to insertion sort does not depend on the to
Could you post a URL?
Nick
> on Xinside site (www.xig.com) it says...
>
> FreeBSD 3.x is not yet supported on the advice of some members of the FreeBSD
> core team.
>
> Why was that advice given...
>
>
> -Gena
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebs
> Terry Lambert wrote:
> >
> > Make sure that the system you are talking to over the proxy is
> > not assumed to be a FreeBSD system (e.g. don't assume that the
> > vfs_default stuff exists on the other end of the proxy, or that
> > it would be functional).
>
> Now, Terry, that is ridiculous. One
[clipping CC list to include @freebsd.org, @netbsd.org, and @apple.com]
> "Chris" == Chris Dillon <[EMAIL PROTECTED]> writes:
Chris> An origin filesystem (created by and mounted on the same system) which
Chris> happens to have stuff owned by several different users (this is all
on Xinside site (www.xig.com) it says...
FreeBSD 3.x is not yet supported on the advice of some members of the FreeBSD
core team.
Why was that advice given...
-Gena
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
I think very highly of the MindShare book
"PCI System Architecture"
Addison-Wesley, 1995
ISBN 0-201-40993-3
On Thu, 19 Aug 1999, Wilko Bulte wrote:
> I'm looking for background (reading) info on the PCI bus. Looking
> for the tech detail required for writing PCI device drivers.
>
> I invite s
I'm looking for background (reading) info on the PCI bus. Looking
for the tech detail required for writing PCI device drivers.
I invite suggestions for books that can help me in this matter. ISBNs
would be practical I guess.
Thanks,
Wilko
--
| / o / / _ Arnhem, The Netherlands
Narvi writes:
> Doesn't the qsort just switch to isort *if* the partition to sort is short
> enough?
That's exactly Christopher's point. It should do this but it doesn't.
The code is complex but from a quick glance it appears that the decision
to switch to insertion sort does not depend on the t
Wes Peters wrote...
> "Kenneth D. Merry" wrote:
> > Wes Peters wrote...
> > > We have two of the NetGear GA620's here, and they work quite nicely. I
> > > use
> > > them for testing throughput via Gig-E on our switches. Mine is running in
> > > a lowly PII/233, on a 32-bit x 33 Mhz slot, and can
> Terry Lambert wrote:
> >
> > Make sure that the system you are talking to over the proxy is
> > not assumed to be a FreeBSD system (e.g. don't assume that the
> > vfs_default stuff exists on the other end of the proxy, or that
> > it would be functional).
>
> Now, Terry, that is ridiculous. On
I am using FreeBSD 4.0 and have two questions on kernel debugging:
(1) Can I specify /usr/src/sys/compile/MYKERN/kernel.debug as the kernel
to boot from manually without copying that file under /? It seems I can
not do so. I guess the reason is that the /usr is not mounted at that
time.
(2) Af
Wes Peters wrote...
> "Kenneth D. Merry" wrote:
> > Wes Peters wrote...
> > > We have two of the NetGear GA620's here, and they work quite nicely. I use
> > > them for testing throughput via Gig-E on our switches. Mine is running in
> > > a lowly PII/233, on a 32-bit x 33 Mhz slot, and can push
On Thu, Aug 19, 1999 at 10:12:52AM +0100, Cillian Sharkey wrote:
> I just setup my system so that "Joe" user can mount
> /dev/fd0 on a mountpoint "Joe" owns..grand no problem..
>
> ..BUT it only works when the f/s code for that f/s type is
> available (ie. compiled into the kernel or has been prev
I thought I'd give people a chance to jump on this before I opened a PR on it.
I'm currently using a Cyclades board at 115200 to talk to my PII laptop with
a 16550A UART on board via a null modem cable. I'm trying to run PPP over the
link with crtscts set, although I see the same problems using p
Pinned in the AIX-style "pinned memory" sense? Succinctly, AIX
allows userland programs to tag memory pages so as to guarantee that
they will not be swapped to backing store. Portions of the _KERNEL_
are paged out instead if necessary.
I assume that the pinning is of the AIX sort and that it is
Do you have access to more of the code than is currently posted on SGI's
web page? I am willing to sign an NDA in order to get access to all
relevant source. I would like to assist in porting XFS to Linux also. I would
very much like to see SGI succeed by using open source software in the
comme
I am using FreeBSD 4.0 and have two questions on kernel debugging:
(1) Can I specify /usr/src/sys/compile/MYKERN/kernel.debug as the kernel
to boot from manually without copying that file under /? It seems I can
not do so. I guess the reason is that the /usr is not mounted at that
time.
(2) A
"David E. Cross" wrote:
>
[snip]
> Take your average run-to-the mill PCI network driver... like FPA or FXP. Now
> look for the attach routines... there are *2* of them, with the exact same
> function name, and different arguments?!?!
>
> Huh, what is going on here? Help?
In if_fxp.c, goto the
Doesn't the qsort just switch to isort *if* the partition to sort is short
enough?
Got to check it out, but afaik the size at that qsorts switch to isort is
usually between 8 and 24, with 16 being most common - both halfs are
shorter than 16, so they get isorted.
Sander
There i
On Thu, Aug 19, 1999 at 10:12:52AM +0100, Cillian Sharkey wrote:
> I just setup my system so that "Joe" user can mount
> /dev/fd0 on a mountpoint "Joe" owns..grand no problem..
>
> ..BUT it only works when the f/s code for that f/s type is
> available (ie. compiled into the kernel or has been pre
I thought I'd give people a chance to jump on this before I opened a PR on it.
I'm currently using a Cyclades board at 115200 to talk to my PII laptop with
a 16550A UART on board via a null modem cable. I'm trying to run PPP over the
link with crtscts set, although I see the same problems using
I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
adapter. I have run into a bit of a stumbling block on some issues. One such
issue is the attach (I need to map some registers of the adapter into memory
space so I can read/write values.). Anyway if someone could expla
Pinned in the AIX-style "pinned memory" sense? Succinctly, AIX
allows userland programs to tag memory pages so as to guarantee that
they will not be swapped to backing store. Portions of the _KERNEL_
are paged out instead if necessary.
I assume that the pinning is of the AIX sort and that it is
Do you have access to more of the code than is currently posted on SGI's
web page? I am willing to sign an NDA in order to get access to all
relevant source. I would like to assist in porting XFS to Linux also. I would
very much like to see SGI succeed by using open source software in the
comm
"David E. Cross" wrote:
>
[snip]
> Take your average run-to-the mill PCI network driver... like FPA or FXP. Now
> look for the attach routines... there are *2* of them, with the exact same
> function name, and different arguments?!?!
>
> Huh, what is going on here? Help?
In if_fxp.c, goto the
Doesn't the qsort just switch to isort *if* the partition to sort is short
enough?
Got to check it out, but afaik the size at that qsorts switch to isort is
usually between 8 and 24, with 16 being most common - both halfs are
shorter than 16, so they get isorted.
Sander
There
I have been attempting to track down why cdrom boots will not work with
/boot/loader, but do just fine with the boot-block. I have come to the
following wild speculation, and stab in the dark. /boot/loader uses some
int13 stuff, which I found while reading in the boot0inst man page may cause
tro
"Alton, Matthew" wrote:
> SGI has released a portion of the XFS source code under the GPL:
>
> http://oss.sgi.com/projects/xfs/download/
>
> the source file is xfs_log.tar.gz.
>
> Of greater interest at this stage are the documents in:
>
> http://oss.sgi.com/projects/xfs/design_docs/
>
> I am curr
Glad to hear somebody is willing to dive in to XFS.
Right now I am one of three people working on the XFS to linux port, so I
have
pretty good view of what is currently happening.
When is it going to be ready?
Don't hold your breath. Officially SGI has said by the end of the year,
technically...
I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
adapter. I have run into a bit of a stumbling block on some issues. One such
issue is the attach (I need to map some registers of the adapter into memory
space so I can read/write values.). Anyway if someone could expl
I have been attempting to track down why cdrom boots will not work with
/boot/loader, but do just fine with the boot-block. I have come to the
following wild speculation, and stab in the dark. /boot/loader uses some
int13 stuff, which I found while reading in the boot0inst man page may cause
tr
"Alton, Matthew" wrote:
> SGI has released a portion of the XFS source code under the GPL:
>
> http://oss.sgi.com/projects/xfs/download/
>
> the source file is xfs_log.tar.gz.
>
> Of greater interest at this stage are the documents in:
>
> http://oss.sgi.com/projects/xfs/design_docs/
>
> I am cur
Glad to hear somebody is willing to dive in to XFS.
Right now I am one of three people working on the XFS to linux port, so I
have
pretty good view of what is currently happening.
When is it going to be ready?
Don't hold your breath. Officially SGI has said by the end of the year,
technically..
Hi,
> huh? NetBSD (at least) allows non-root mounts (forced to
> nodev,nosuid, ..) if the user owns the mount point and has appropriate
> access to the underlying device..
>
> I thought that was a 4.4Lite feature..
BTW, since non-root users can mount anything, we should make the filesystems'
co
Hi,
> huh? NetBSD (at least) allows non-root mounts (forced to
> nodev,nosuid, ..) if the user owns the mount point and has appropriate
> access to the underlying device..
>
> I thought that was a 4.4Lite feature..
BTW, since non-root users can mount anything, we should make the filesystems'
c
Hi,
I just setup my system so that "Joe" user can mount
/dev/fd0 on a mountpoint "Joe" owns..grand no problem..
..BUT it only works when the f/s code for that f/s type is
available (ie. compiled into the kernel or has been previously
loaded as a module)
however if it's not compiled into the kern
1 - 100 of 101 matches
Mail list logo