Re: is it supposed to be this broken?

2001-04-02 Thread John Baldwin
On 31-Mar-01 Warner Losh wrote: > In message <[EMAIL PROTECTED]> Alfred Perlstein writes: >: This is cute... >: hint.ppc.1.disabled="1" >: ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq >: 3 on >: isa0 > > That should work. > > However, if it doesn't, consider removing the 'at' lines from yo

Re: is it supposed to be this broken?

2001-03-31 Thread Mike Smith
> > > ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on > > > isa0 > > > > That's because the PnP entity is still matched. You can't disable PnP > > devices; it just doesn't work that way. 8) > > You mean it's impossible to disable lpt/floppy in a pnp system > and use thier IRQs for anyt

Re: is it supposed to be this broken?

2001-03-31 Thread Warner Losh
In message <[EMAIL PROTECTED]> Alfred Perlstein writes: : You mean it's impossible to disable lpt/floppy in a pnp system : and use thier IRQs for anything else unless you remove the drivers : from the kernel? That's right. : Why? because no one has implement it. : Also, is there any system in

Re: is it supposed to be this broken?

2001-03-31 Thread Adam
On Sat, 31 Mar 2001, Alfred Perlstein wrote: >* Mike Smith <[EMAIL PROTECTED]> [010331 12:41] wrote: >> > This is cute... >> > >> > If you disable a device using /boot/device.hints like so: >> > hint.ppc.0.disabled="1" >> > hint.ppc.1.disabled="1" >> > hint.ppbus.0.disabled="1" >> > hint.ppbus.1.

Re: is it supposed to be this broken?

2001-03-31 Thread Alfred Perlstein
* Mike Smith <[EMAIL PROTECTED]> [010331 12:41] wrote: > > This is cute... > > > > If you disable a device using /boot/device.hints like so: > > hint.ppc.0.disabled="1" > > hint.ppc.1.disabled="1" > > hint.ppbus.0.disabled="1" > > hint.ppbus.1.disabled="1" > > > > you get this: > > ppc1: at por

Re: is it supposed to be this broken?

2001-03-31 Thread Mike Smith
> This is cute... > > If you disable a device using /boot/device.hints like so: > hint.ppc.0.disabled="1" > hint.ppc.1.disabled="1" > hint.ppbus.0.disabled="1" > hint.ppbus.1.disabled="1" > > you get this: > ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on > isa0 That's because the PnP en

Re: is it supposed to be this broken?

2001-03-31 Thread Warner Losh
In message <[EMAIL PROTECTED]> Alfred Perlstein writes: : This is cute... : hint.ppc.1.disabled="1" : ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on : isa0 That should work. However, if it doesn't, consider removing the 'at' lines from your hints file. Warner To Unsubscribe: send mail

Re: is it supposed to be this broken?

2001-03-31 Thread Dima Dorfman
Alfred Perlstein <[EMAIL PROTECTED]> writes: > What I'd like you to do is try to disable your floppy drive > and/or lpt port without removing it from your kernel. > > If it's possible please let me know. It works for me by just sticking 'hint.fd.0.disabled="1"' into /boot/device.hints. I.e., I

is it supposed to be this broken?

2001-03-31 Thread Alfred Perlstein
This is cute... If you disable a device using /boot/device.hints like so: hint.ppc.0.disabled="1" hint.ppc.1.disabled="1" hint.ppbus.0.disabled="1" hint.ppbus.1.disabled="1" you get this: ppc1: at port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on isa0 or how about this: hint.fdc.0.at="isa" hint.fd