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
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,
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
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
> 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
"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
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.
>
>
> 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
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
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
> 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
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
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
> 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
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
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
>--
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
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
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
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...
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
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
22 matches
Mail list logo