Re: MAJOR number

2003-11-30 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
John-Mark Gurney <[EMAIL PROTECTED]> writes:
: There are still major numbers for a few devices that may are standard
: (such as zero/null), but not common...

I've already assigned him one.

: > I've read that FreeBSD doesn't use them any more.
: > But we may need it to not interfere with other device
: > drivers in previous releases of FreeBSD.
: 
: so, you are planning do do 4.x and earlier releases of your driver?

Yes.

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MAJOR number

2003-11-30 Thread Frank Mayhar
Piggybacking on that request...

I also need a major number.  I had requested one some time ago, but it
apparently got lost in the shuffle.  The device is a Specialix I/O8+
multiport serial card.  I've been using it for some weeks now without
problems.  For now the driver is -stable only; I'll port it to 5.x when
I can test it there.

When I have a major number, I'll submit the driver for official inclusion
in -stable.
-- 
Frank Mayhar [EMAIL PROTECTED]  http://www.exit.com/
Exit Consulting http://www.gpsclock.com/
http://www.exit.com/blog/frank/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MAJOR number

2003-11-30 Thread John-Mark Gurney
Sorry for the late reply.

Roman Kurakin wrote this message on Fri, Nov 21, 2003 at 21:09 +0300:
> I need a new  MAJOR number for our new device.
> How can I get it?

Are you sure you need one?  Are you doing a -stable release of the driver?
or just a -current?  You only need a major number if you are doing a
-stable release, otherwise in -current you just don't specify the major
number in your cdevsw, and devfs will now automaticly assign you one
when you create your device node...

There are still major numbers for a few devices that may are standard
(such as zero/null), but not common...

> I've read that FreeBSD doesn't use them any more.
> But we may need it to not interfere with other device
> drivers in previous releases of FreeBSD.

so, you are planning do do 4.x and earlier releases of your driver?

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MAJOR number

2003-11-22 Thread Roman Kurakin
Thanks!

Best regards,
 Roman Kurakin
M. Warner Losh wrote:

In message: <[EMAIL PROTECTED]>
   Roman Kurakin <[EMAIL PROTECTED]> writes:
: ???   ce   Cronyx Tau-32 E1 adapter
I've checked -stable and -current.  You may have:

185	ce		Cronyx Tau-32 E1 adapeter <[EMAIL PROTECTED]>

for your adapter.  Sorry for the hassles in getting it.  I'll be
checking in this shortly, but we're in a freeze right now so it may
take a little while.
Warner

 





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MAJOR number

2003-11-21 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Roman Kurakin <[EMAIL PROTECTED]> writes:
: ???   ce   Cronyx Tau-32 E1 adapter

I've checked -stable and -current.  You may have:

185 ce  Cronyx Tau-32 E1 adapeter <[EMAIL PROTECTED]>

for your adapter.  Sorry for the hassles in getting it.  I'll be
checking in this shortly, but we're in a freeze right now so it may
take a little while.

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"