On Mon, 27 Sep 1999, Wilko Bulte wrote:
> Hi there,
>
> Just having installed a 2.88Mb floppy drive in one of my axp boxes
> I wonder if FreeBSD can do 2.88Mb floppy disks. From the looks
> of the contents of /sys/i386/isa/fd.c:
>
> static struct fd_type fd_types[NUMTYPES] =
> {
> { 21,2,0xFF,0
Since no-one except Poul-Henning gave a start with this I thought I
might try my hand at this.
Given FreeBSD's rapid development over the last year a lot of things
around the releases have changed. Nik Clayton and his team are doing a
terrific job to keep up with the documentation.
However, what
I'm currently working on a driver that
provides point to point connection and I would like to use the sppp driver
in order to get PPP stack over it.
I have few questions about the sppp
driver:
- As I understood from the code,
the sppp driver prepends the ppp frame over the given data to s
If memory serves me right, "Andrew Reilly" wrote:
> On Mon, Sep 27, 1999 at 08:09:13AM +0100, Nik Clayton wrote:
> > On Mon, Sep 27, 1999 at 10:22:34AM +1000, Andrew Reilly wrote:
> > > What I'd like is a little weekly crontab script that runs after
> > > my weekly ports cvsup, and tells me which
Nate Williams wrote:
> > Does anyone know what "Bus Error" means from Netscape?
>
> It means that the program has a bug in it that caused it to write/read
> from memory that it invalid.
>
> This can happen is you try to read from free'd memory, or write to NULL
> pointers, etc.
>
> It can als
On Mon, 27 Sep 1999, Wes Peters wrote:
> Ben Rosengart wrote:
> >
> > Well, I for one would like a command that fetches a package without
> > installing it. I don't see any option to pkg_add for that.
>
> See fetch(1). ;^)
>
> (Sorry, catching up after a weekend of the flu.)
But pkg_add kno
> On Sun, Sep 26, 1999 at 06:16:09PM -0700, Mike Smith wrote:
> > > We've told this machine via it's BIOS to pretend it only has 256M.
> > >
> > > When we try an install from the floppies, the mfsroot floppies
> > > panics with an 'pmap_enter: invalid page directory, pdir=0x601063,
> > > va=0xc24
Hi,
When doing a make world upgrade, one can do the compiling on one machine,
and then NFS mount /usr/src and /usr/obj from it onto the other machines
to do the upgrade, however when doing the same with /usr/ports, it doesn't
work quite as well. For example, once you have installed a port on the
On Tue, 28 Sep 1999, Cillian Sharkey wrote:
> Hi,
>
> When doing a make world upgrade, one can do the compiling on one machine,
> and then NFS mount /usr/src and /usr/obj from it onto the other machines
> to do the upgrade, however when doing the same with /usr/ports, it doesn't
> work quite as
On Sat, 25 Sep 1999, Poul-Henning Kamp wrote:
> In message <[EMAIL PROTECTED]>, Alexander Bezroutchko writes:
>
> >* scheduling
> > Scheduler must provide equal time quantum to each jail. I think
> > something like "fair share scheduler" required. Is there any plans
> > to implement such scheme
On Tue, 28 Sep 1999, Darren R. Davis wrote:
> Nate Williams wrote:
> I believe that a Bus Error is specifically referencing miss aligned data vs
> segmentation violation
> (SIGSEGV) which is accessing data that is either free'd or not yours, etc.
> I always thought
> it strange on an Intel proc
On Tue, Sep 28, 1999 at 04:39:01PM +0100, Cillian Sharkey wrote:
> Hi,
>
> When doing a make world upgrade, one can do the compiling on one machine,
> and then NFS mount /usr/src and /usr/obj from it onto the other machines
> to do the upgrade, however when doing the same with /usr/ports, it does
Hi
On Tue, Sep 28, 1999 at 04:39:01PM +0100, Cillian Sharkey wrote:
> When doing a make world upgrade, one can do the compiling on one machine,
> and then NFS mount /usr/src and /usr/obj from it onto the other machines
> to do the upgrade, however when doing the same with /usr/ports, it doesn't
>
In article <[EMAIL PROTECTED]>,
Darren R. Davis <[EMAIL PROTECTED]> wrote:
> I believe that a Bus Error is specifically referencing miss aligned
> data vs segmentation violation (SIGSEGV) which is accessing data
> that is either free'd or not yours, etc.
That was the traditional distinction, but
On Tue, Sep 28, 1999 at 08:49:22AM -0700, Mike Smith wrote:
> > On Sun, Sep 26, 1999 at 06:16:09PM -0700, Mike Smith wrote:
> > > > We've told this machine via it's BIOS to pretend it only has 256M.
> > > >
> > > > When we try an install from the floppies, the mfsroot floppies
> > > > panics with
Patryk Zadarnowski said:
> > On Sat, 25 Sep 1999, Chris Costello wrote:
> >
> > >Aah! No! I tried that with GNOME once and it drove me insane
> > > for about two weeks.
> > >
> > >Auto-upgrades on ports would be _very_ _very_ bad, especially
> > > for those using apache from ports!
> >
On Tue, 28 Sep 1999, Darren R. Davis wrote:
> I believe that a Bus Error is specifically referencing miss aligned data vs
> segmentation violation
> (SIGSEGV) which is accessing data that is either free'd or not yours, etc.
> I always thought
> it strange on an Intel processor, since this was mor
so far, so good,
first of all, thanks for giving me this much input on my idea.
i've had a look at the pkg_version tool, which, with Nik Clayton's patch,
does more or less what i've been thinking of, when i decided to post the
initial message to this list.
as Mark Shepard discussed in detail, th
As Doug Rabson wrote ...
> On Mon, 27 Sep 1999, Wilko Bulte wrote:
>
> > Hi there,
> >
> > Just having installed a 2.88Mb floppy drive in one of my axp boxes
> > I wonder if FreeBSD can do 2.88Mb floppy disks. From the looks
> > of the contents of /sys/i386/isa/fd.c:
> >
> > static struct fd_ty
I'd suggest trying a 3.3-stable snapshot, just as soon as I can
get those rolling off of releng3.freebsd.org again. If it still
occurs, we're now at least debugging the latest and greatest.
- Jordan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body o
On Tue, 28 Sep 1999, Mark Shepard wrote:
> I _like_ the idea of a email-summary of "What's New in the World of Ports".
We used to have this. I think it morphed into the webpage mutation we
have now (note you can request all the changed ports in the last X time
frame).
Maybe it's posted to the
On Tue, Sep 28, 1999 at 08:40:50PM -0700, Doug White wrote:
> On Tue, 28 Sep 1999, Mark Shepard wrote:
>
> > I _like_ the idea of a email-summary of "What's New in the World of Ports".
>
> We used to have this. I think it morphed into the webpage mutation we
> have now (note you can request all
I've been researching music, and since I found what I consider to be a
*great* midi intro document (pdf file) I thought I'd stick it up for
everyone else, at http://www.freebsd.org/~chuckr/cs-an27.pdf
It's an application note by Crystal Semiconductor, but it's written quite
generally, and covers
23 matches
Mail list logo