On Thu, 28 Jan 1999, Kenneth D. Merry wrote:
> > Just symlink eth0 to which card you like, just as /dev/mixer happens to be
> > a symlink to /dev/mixer1 on my system.
>
> How are you going to do that, when network drivers don't have device nodes?
>
Minor point :-)
Sorry, I missed that.
Leif
Wilko Bulte wrote:
> > Well, for one its sucks trying to get newbies to work out what their
> > network card is
> > called..
> Not true IMO. You still need to know what hardware you have before you can
> build your
> own kernels etc etc.
Yes, this is true, but when they have just installed then i
On Thu, 28 Jan 1999 sth...@nethelp.no wrote:
> > > I agree.. and same thing goes for Ethernet drivers. I actually
> > > like the way Linux always has "eth0", "eth1", ... (which we could
> >
> > Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> > just a matter of taste
As David Wolfskill wrote...
> >From: Wilko Bulte
> >Date: Wed, 27 Jan 1999 23:12:18 +0100 (CET)
>
> >Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> >just a matter of taste or is there more to it? I for one don't see any
> >advantage in eth[0-9] style device naming.
> Not true IMO. You still need to know what hardware you have before you
> can build your own kernels etc etc.
>
> > Also the eth[0..x] thing means you can replace your ethernet card
> > with a new one of a different type without having to look through
> > your config code for references to ed0 o
As Daniel O'Connor wrote...
> On 27-Jan-99 Wilko Bulte wrote:
> > > I agree.. and same thing goes for Ethernet drivers. I actually
> > > like the way Linux always has "eth0", "eth1", ... (which we could
> > Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> > just a ma
As sth...@nethelp.no wrote...
> > > I agree.. and same thing goes for Ethernet drivers. I actually
> > > like the way Linux always has "eth0", "eth1", ... (which we could
> >
> > Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> > just a matter of taste or is there more
>From: Wilko Bulte
>Date: Wed, 27 Jan 1999 23:12:18 +0100 (CET)
>Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
>just a matter of taste or is there more to it? I for one don't see any
>advantage in eth[0-9] style device naming.
It's a matter of whether you want the n
On Thu, 28 Jan 1999, Leif Neland wrote:
>
>
> On Wed, 27 Jan 1999, Archie Cobbs wrote:
>
> > Doug Rabson writes:
> > > And another thing. Why can't we use a non-driver-specific name for the
> > > disk? Most users simply don't care whether the driver was fd, wfd, wd or
> > > anything. They ju
On Thu, 28 Jan 1999, Harlan Stenn wrote:
> > Also the eth[0..x] thing means you can replace your ethernet card with a
> > new one of a different type without having to look through your config
> > code for references to ed0 or whatever.
>
> Just to ask, what happens when the probe order changes a
> > I agree.. and same thing goes for Ethernet drivers. I actually
> > like the way Linux always has "eth0", "eth1", ... (which we could
>
> Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> just a matter of taste or is there more to it? I for one don't see any
> advant
On Wed, 27 Jan 1999, Archie Cobbs wrote:
> Harlan Stenn writes:
> > > Also the eth[0..x] thing means you can replace your ethernet card with a
> > > new one of a different type without having to look through your config
> > > code for references to ed0 or whatever.
> >
> > Just to ask, what happe
> I think Solaris (?) requires you to do this, it's called "plumbing
> your interfaces" or something (according to Julian).
Solaris requires "interface plumbing" as the result of STREAMS; you
have to push IP on top of the interface driver. For all intents and
purposes, the device name identifies a
Leif Neland wrote...
>
>
> On Wed, 27 Jan 1999, Archie Cobbs wrote:
>
> > Doug Rabson writes:
> > > And another thing. Why can't we use a non-driver-specific name for the
> > > disk? Most users simply don't care whether the driver was fd, wfd, wd or
> > > anything. They just want to get to th
On Wed, 27 Jan 1999, Archie Cobbs wrote:
> Doug Rabson writes:
> > And another thing. Why can't we use a non-driver-specific name for the
> > disk? Most users simply don't care whether the driver was fd, wfd, wd or
> > anything. They just want to get to their files without any fuss.
>
> I ag
Harlan Stenn writes:
> > Also the eth[0..x] thing means you can replace your ethernet card with a
> > new one of a different type without having to look through your config
> > code for references to ed0 or whatever.
>
> Just to ask, what happens when the probe order changes and your multiple
> N
On 28-Jan-99 Harlan Stenn wrote:
> > code for references to ed0 or whatever.
> Just to ask, what happens when the probe order changes and your multiple
> NICs start popping up on the wrong eth port?
Thats why I mentioned wiring them down a la SCSI.
> Or will be be able to wire them down in th
> Also the eth[0..x] thing means you can replace your ethernet card with a
> new one of a different type without having to look through your config
> code for references to ed0 or whatever.
Just to ask, what happens when the probe order changes and your multiple
NICs start popping up on the wrong
On 27-Jan-99 Wilko Bulte wrote:
> > I agree.. and same thing goes for Ethernet drivers. I actually
> > like the way Linux always has "eth0", "eth1", ... (which we could
> Yeagh... what is wrong with ed0, de0, fxp0 etc that needs changing? Is this
> just a matter of taste or is there more to it?
As Archie Cobbs wrote...
> Doug Rabson writes:
> > And another thing. Why can't we use a non-driver-specific name for the
> > disk? Most users simply don't care whether the driver was fd, wfd, wd or
> > anything. They just want to get to their files without any fuss.
>
> I agree.. and same thin
Daniel O'Connor writes:
> > Anyway, it's not automatic now either:
> >
> >network_interfaces="lo0 ed0" # List of network interfaces (lo0 is
> > loopback).
> >ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
> >ifconfig_ed0="inet 192.168.1.1"
> >...etc...
>
On 28-Jan-99 Archie Cobbs wrote:
> Well, if it's automatic then you can't necessarily wire it down
> the way you want to.. you can't have both at the same time.
>
> Anyway, it's not automatic now either:
>
>network_interfaces="lo0 ed0" # List of network interfaces (lo0 is
> loopback)
Daniel O'Connor writes:
> On 28-Jan-99 Archie Cobbs wrote:
> > That would be easy part! :-) Something like this...
> >$ ngctl mkpeer ed0: eth_iface upstream downstream
> Heh.. It would be nice if it was automagic though..
Well, if it's automatic then you can't necessarily wire it down
the way
On 28-Jan-99 Archie Cobbs wrote:
> That would be easy part! :-) Something like this...
>$ ngctl mkpeer ed0: eth_iface upstream downstream
Heh.. It would be nice if it was automagic though..
(Where's my kernel config option :)
---
Daniel O'Connor software and network engineer
for Genesis Soft
Daniel O'Connor writes:
> On 27-Jan-99 Archie Cobbs wrote:
> > I agree.. and same thing goes for Ethernet drivers. I actually
> > like the way Linux always has "eth0", "eth1", ... (which we could
> > do using netgraph, with some work).
> Me too :)
>
> Of course you'd have to be able to do thing
On 27-Jan-99 Archie Cobbs wrote:
> I agree.. and same thing goes for Ethernet drivers. I actually
> like the way Linux always has "eth0", "eth1", ... (which we could
> do using netgraph, with some work).
Me too :)
Of course you'd have to be able to do things like 'wire down' your ethernet
car
Doug Rabson writes:
> And another thing. Why can't we use a non-driver-specific name for the
> disk? Most users simply don't care whether the driver was fd, wfd, wd or
> anything. They just want to get to their files without any fuss.
I agree.. and same thing goes for Ethernet drivers. I actual
ulian Elischer
> > Subject: Re: DEVFS, the time has come...
> >
> >
> >
> > >> No, it doesn't have to be SLICE. In particular, if we're going the
> > >> SLICE way, it should be done >right<, and Julians SLICE
> > code didn
>> >
>> >Wouldn't it be possible to fit this into the device system?
>> If we treat
>> >disks as devices and partition types as drivers, most of the
>> boring work
>> >of matching drivers to devices and keeping lists and trees
>> of objects will
>> >happen automatically.
>>
>> Well, as long as
> -Original Message-
> From: Poul-Henning Kamp [mailto:p...@critter.freebsd.dk]
> Sent: Tuesday, January 26, 1999 10:41 AM
> To: Doug Rabson
> Cc: Archie Cobbs; Maxim Sobolev; curr...@freebsd.org; Julian Elischer
> Subject: Re: DEVFS, the time has come...
>
>
>
>> No, it doesn't have to be SLICE. In particular, if we're going the
>> SLICE way, it should be done >right<, and Julians SLICE code didn't
>> do that. (I know, I spent close to 6 months prototyping the concept
>> and julian had my code to work from).
>
>Wouldn't it be possible to fit this into
On Tue, 26 Jan 1999, Poul-Henning Kamp wrote:
> In message <199901260451.uaa23...@bubba.whistle.com>, Archie Cobbs writes:
> >Maxim Sobolev writes:
> >> Can you point all people (and me of course) who want to test DEVFS to some
> >> common information about DEVFS (usage, possible advantages/disadv
In message <199901260451.uaa23...@bubba.whistle.com>, Archie Cobbs writes:
>Maxim Sobolev writes:
>> Can you point all people (and me of course) who want to test DEVFS to some
>> common information about DEVFS (usage, possible advantages/disadvantages etc.
>> I think some FAQ or so will be nice. It
> - What other code beside the installer (if any) uses libdisk?
Nothing does. That probably says something in and of itself. :)
> - What are the relevant installer files in the source tree?
/usr/src/release/sysinstall.
- Jordan
To Unsubscribe: send mail to majord...@freebsd.org
with "unsu
Maxim Sobolev writes:
> Can you point all people (and me of course) who want to test DEVFS to some
> common information about DEVFS (usage, possible advantages/disadvantages etc.
> I think some FAQ or so will be nice. It's really will help us to go further
> with this issue.
I agree.. and I've bug
Brian Somers writes:
> > yo, brian,
> > are you on 'net'?
> >
> > have you had a look at the netgraph stuff?
> > particularly the kernel nodes that we use in conjuntion with mpd, and the
> > usserland modules of mpd that we use with it?
>
> Eh, dunno :-/ What's netgraph (it rings bells - have yo
> yo, brian,
> are you on 'net'?
>
> have you had a look at the netgraph stuff?
> particularly the kernel nodes that we use in conjuntion with mpd, and the
> usserland modules of mpd that we use with it?
Eh, dunno :-/ What's netgraph (it rings bells - have you mentioned
it before ?) ?
--
Bria
Brian Somers writes:
> > So I'd like to make another attempt to get agreement on the next
> > step here, so that *something* can happen. We need to get more
> > people using DEVFS, so we can gain some experience & feedback.
> > I don't think DEVFS has any issues that are not surmountable.
> > Howev
yo, brian,
are you on 'net'?
have you had a look at the netgraph stuff?
particularly the kernel nodes that we use in conjuntion with mpd, and the
usserland modules of mpd that we use with it?
On Mon, 25 Jan 1999, Brian Somers wrote:
> [.]
> > So I'd like to make another attempt to get agree
Dear Archie,
Can you point all people (and me of course) who want to test DEVFS to some
common information about DEVFS (usage, possible advantages/disadvantages etc.)?
I think some FAQ or so will be nice. It's really will help us to go further
with this issue.
Sincerely,
Maxim
Archie Cobbs wrot
[.]
> So I'd like to make another attempt to get agreement on the next
> step here, so that *something* can happen. We need to get more
> people using DEVFS, so we can gain some experience & feedback.
> I don't think DEVFS has any issues that are not surmountable.
> However, at some point you m
Poul-Henning Kamp writes:
> ... to make up our mind about it.
>
> [ clear arguments for DEVFS and why persistence is complicated ]
This email was a few weeks ago, and there was a lively debate, then
Julian sent an email listing some issues/requirements, and then
the thread kindof died and now we'r
42 matches
Mail list logo