Re: lpt0

1999-02-23 Thread Nicolas Souchu
On Tue, Feb 16, 1999 at 10:16:05PM -0700, Warner Losh wrote: > >In message <199902141331.faa27...@hub.freebsd.org> "Jonathan M. Bresler" >writes: >: how much information about this should be included in >: /usr/src/UPDATING? the entry there talks about the change but does >: not provide en

Re: lpt0

1999-02-16 Thread Warner Losh
In message <199902141331.faa27...@hub.freebsd.org> "Jonathan M. Bresler" writes: : how much information about this should be included in : /usr/src/UPDATING? the entry there talks about the change but does : not provide enough information to successfully upgrade (ppc0 is not : mentioned,

Re: lpt0

1999-02-14 Thread John Fieber
On Sun, 14 Feb 1999, Jordan K. Hubbard wrote: > > On Sat, Feb 13, 1999 at 07:36:37PM -0800, Jordan K. Hubbard wrote: > > > > > >FWIW, I would also like to see this happen. > > > > What's the deadline? I did it for -current this day. I'm waiting for > > some feedback before the 3.1 replica. > > A

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 11:58:48AM -0800, Jordan K. Hubbard wrote: > >> The alternative is to just update GENERIC, LINT et al to use ppbus >> instead of the old lpt driver, and throw in a warning in the probe >> messages in src/sys/i386/lpt.c telling people to move to ppbus. It >> should be pretty

Re: lpt0

1999-02-14 Thread Jordan K. Hubbard
> The alternative is to just update GENERIC, LINT et al to use ppbus > instead of the old lpt driver, and throw in a warning in the probe > messages in src/sys/i386/lpt.c telling people to move to ppbus. It > should be pretty safe. Now that I could live with. Are you up for that? - Jordan To Un

Re: lpt0

1999-02-14 Thread Dag-Erling Smorgrav
"Jordan K. Hubbard" writes: > Actually, subsequent discussions with Dag-Erling have sort of shown > this to have been rather too ambitious of me and now I've major second > thoughts. :( I *can* do it if you want. It's pretty straightforward, it's just that there are a lot of things to do, and the

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 11:43:36AM -0800, Jordan K. Hubbard wrote: > >> Ok, we should keep lpt, but I'll need to sync ppbus before the release >> just to fix some bugs discovered by all these new testers. > >OK, better do it soon then! :) > >> BTW, I really don't know when 3.1 will be released. > >

Re: lpt0

1999-02-14 Thread Jordan K. Hubbard
> Ok, we should keep lpt, but I'll need to sync ppbus before the release > just to fix some bugs discovered by all these new testers. OK, better do it soon then! :) > BTW, I really don't know when 3.1 will be released. The tag goes down tonite (in approximately 7 hours) and the release is tomorr

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 09:58:39AM -0800, Jordan K. Hubbard wrote: > >> On Sat, Feb 13, 1999 at 07:36:37PM -0800, Jordan K. Hubbard wrote: >> > >> >FWIW, I would also like to see this happen. >> >> What's the deadline? I did it for -current this day. I'm waiting for >> some feedback before the 3.1

Re: lpt0

1999-02-14 Thread Brian Feldman
On Sun, 14 Feb 1999, Jordan K. Hubbard wrote: > > On Sat, Feb 13, 1999 at 07:36:37PM -0800, Jordan K. Hubbard wrote: > > > > > >FWIW, I would also like to see this happen. > > > > What's the deadline? I did it for -current this day. I'm waiting for > > some feedback before the 3.1 replica. > > A

Re: lpt0

1999-02-14 Thread Jordan K. Hubbard
> On Sat, Feb 13, 1999 at 07:36:37PM -0800, Jordan K. Hubbard wrote: > > > >FWIW, I would also like to see this happen. > > What's the deadline? I did it for -current this day. I'm waiting for > some feedback before the 3.1 replica. Actually, subsequent discussions with Dag-Erling have sort of sh

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sat, Feb 13, 1999 at 07:36:37PM -0800, Jordan K. Hubbard wrote: > >FWIW, I would also like to see this happen. What's the deadline? I did it for -current this day. I'm waiting for some feedback before the 3.1 replica. > >> On 13 Feb 1999, Dag-Erling Smorgrav wrote: >> >> > Nicolas Souchu wri

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sun, Feb 14, 1999 at 05:31:08AM -0800, Jonathan M. Bresler wrote: > >> Date: Sat, 13 Feb 1999 19:17:14 +0100 >> From: Nicolas Souchu >> >> You need: >> >> controller ppbus0 # The ppbus system >> device nlpt0 at ppbus? # The printer driver >> >> And fin

Re: lpt0

1999-02-14 Thread Jonathan M. Bresler
> Date: Sat, 13 Feb 1999 19:17:14 +0100 > From: Nicolas Souchu > > You need: > > controllerppbus0 # The ppbus system > devicenlpt0 at ppbus? # The printer driver > > And finally the parallel port chipset interface, > > controllerppc0at isa? p

Re: lpt0 Not Found

1999-02-14 Thread Doug Rabson
On Sat, 13 Feb 1999, Thomas Dean wrote: > I changed to the new nlpt. No luck. > > It appears that the parallel port is not found. > > I am running SMP-current, as of this afternoon. From uname -a: > ... FreeBSD 4.0-CURRENT #0: Sat Feb 13 16:11:56 PST 1999 > > In my config, I changed to includ

Re: lpt0

1999-02-14 Thread Nicolas Souchu
On Sat, Feb 13, 1999 at 08:04:12PM +0100, Dag-Erling Smorgrav wrote: > >Nicolas Souchu writes: >> controller ppbus0 # The ppbus system >> device nlpt0 at ppbus? # The printer driver > >OBTW, when are you planning to rename nlpt0 to lpt0? Today. > >DES >--

Re: lpt0

1999-02-13 Thread Jordan K. Hubbard
FWIW, I would also like to see this happen. > On 13 Feb 1999, Dag-Erling Smorgrav wrote: > > > Nicolas Souchu writes: > > > controllerppbus0 # The ppbus system > > > devicenlpt0 at ppbus? # The printer driver > > > > OBTW, when are you planning to re

Re: lpt0 Not Found -- FOUND IT

1999-02-13 Thread Thomas Dean
I found my problem. I did a cut-paste from LINT. # Parallel-Port Bus # nlpt Parallel Printer controller ppbus0 # devicelpt0at isa? port? tty irq 7 vector lptintr device nlpt0 at ppbus? controller ppc0at isa? disable port ? tty irq 7

Re: lpt0

1999-02-13 Thread John Fieber
On 13 Feb 1999, Dag-Erling Smorgrav wrote: > Nicolas Souchu writes: > > controller ppbus0 # The ppbus system > > device nlpt0 at ppbus? # The printer driver > > OBTW, when are you planning to rename nlpt0 to lpt0? Hopefully before 3.1 goes out...it would b

Re: lpt0

1999-02-13 Thread Dag-Erling Smorgrav
Nicolas Souchu writes: > controllerppbus0 # The ppbus system > devicenlpt0 at ppbus? # The printer driver OBTW, when are you planning to rename nlpt0 to lpt0? DES -- Dag-Erling Smorgrav - d...@flood.ping.uio.no To Unsubscribe: send mail to majord...

Re: lpt0

1999-02-13 Thread Brian Feldman
On Sat, 13 Feb 1999, Chuck Robey wrote: > Recently I noticed that lpt0 has been replaced by the ppbus stuff, in > LINT. The problem is, I can't find any example as to how to set it up > for a plain, vanilla printer ppbus has so many more capabilities > than lp, I think it's embarrassed about

Re: lpt0

1999-02-13 Thread Nicolas Souchu
You need: controller ppbus0 # The ppbus system device nlpt0 at ppbus? # The printer driver And finally the parallel port chipset interface, controller ppc0at isa? port? tty irq 7 drq 3 See ppbus(4) and/or http://www.freebsd.org/~nsouch/ppbus.html