Re: sio working

1999-11-08 Thread Greg Lehey
On Monday, 8 November 1999 at 10:05:54 -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Greg Lehey writes: > : I need to check why I'm not getting irq 3 for the port, but everything > : else looks OK. > > Likely because you don't have irq 3 listed in the line of available > irqs for pcc

Re: sio working

1999-11-08 Thread Warner Losh
In message <[EMAIL PROTECTED]> Greg Lehey writes: : I need to check why I'm not getting irq 3 for the port, but everything : else looks OK. Likely because you don't have irq 3 listed in the line of available irqs for pccardd Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: sio working

1999-11-08 Thread Greg Lehey
On Saturday, 6 November 1999 at 10:49:26 -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Greg Lehey writes: > : Nov 5 17:15:19 mojave /kernel: sio1: configured irq 3 not in bitmap of probed >irqs 0 > > Unless you are running pccardd, you won't see the pccard devices show > up. The p

Re: sio working

1999-11-07 Thread D. Rock
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "D. Rock" writes: > : device sio0at isa? port IO_COM1 flags 0x10 irq 4 > : device sio1at isa? port IO_COM2 irq 3 > > These look good. IIRC, the kernel I tested with also had: > > device sio2at isa? por

Re: sio working

1999-11-06 Thread Warner Losh
In message <[EMAIL PROTECTED]> "D. Rock" writes: : device sio0at isa? port IO_COM1 flags 0x10 irq 4 : device sio1at isa? port IO_COM2 irq 3 These look good. IIRC, the kernel I tested with also had: device sio2at isa? port IO_COM3 irq 5 disabled or

Re: sio working

1999-11-06 Thread Warner Losh
In message <[EMAIL PROTECTED]> "D. Rock" writes: : With the latest -current I get a slightly different output: : : Nov 7 03:34:47 /kernel.new: pccard: card inserted, slot 0 : Nov 7 03:34:57 /kernel.new: sio2: irq maps: 0x105 0x105 0x105 0x105 : Nov 7 03:34:57 /kernel.new: sio2: probe failed

Re: sio working

1999-11-06 Thread D. Rock
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "D. Rock" writes: > : I tried many different combinations. I disabled the onboard serial devices > : in the BIOS and kernel, so config index 0xf could grap io port 0x3f8 with > : irq 4 but the only thing I get is > : sio2: configured irq -1071

Re: sio working

1999-11-06 Thread D. Rock
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "D. Rock" writes: > : I tried many different combinations. I disabled the onboard serial devices > : in the BIOS and kernel, so config index 0xf could grap io port 0x3f8 with > : irq 4 but the only thing I get is > : sio2: configured irq -1071

Re: sio working

1999-10-23 Thread Will Andrews
On 23-Oct-99 Warner Losh wrote: > In message <[EMAIL PROTECTED]> Will Andrews > writes: >: I will be your guinea pig, if you like. :-) > > Grab the current patches from > http://www.freebsd.org/~imp/pccard-snap.patch > but read my other posting about the warnings and such. As of yet, I hav

Re: sio working

1999-10-23 Thread Warner Losh
In message <[EMAIL PROTECTED]> Will Andrews writes: : I will be your guinea pig, if you like. :-) Grab the current patches from http://www.freebsd.org/~imp/pccard-snap.patch but read my other posting about the warnings and such. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] wit

RE: sio working

1999-10-23 Thread Will Andrews
On 23-Oct-99 Warner Losh wrote: > OK. I managed to get sio and ep working on the plane back from > FreeBSDCon'99. There are some problems with card eject at the moment, > but will be committing things to the tree shortly. I will be your guinea pig, if you like. :-) -- Will Andrews <[EMAIL PROT

sio working

1999-10-22 Thread Warner Losh
OK. I managed to get sio and ep working on the plane back from FreeBSDCon'99. There are some problems with card eject at the moment, but will be committing things to the tree shortly. Basically, I completely gutted the compatibilty layer and it became much easier. More later after I've had a

Re: sio working

1999-01-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> "D. Rock" writes: : I tried many different combinations. I disabled the onboard serial devices : in the BIOS and kernel, so config index 0xf could grap io port 0x3f8 with : irq 4 but the only thing I get is : sio2: configured irq -1071415680 not in bitmap of probed i

Re: sio working

1999-01-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Greg Lehey writes: : Nov 5 17:15:19 mojave /kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 Unless you are running pccardd, you won't see the pccard devices show up. The probe messages that I'm interested in would be the ones that say something about

Re: sio working

1999-01-03 Thread Greg Lehey
On Friday, 5 November 1999 at 23:02:52 +0100, D. Rock wrote: > Warner Losh wrote: >> >> OK. I managed to get sio and ep working on the plane back from >> FreeBSDCon'99. There are some problems with card eject at the moment, >> but will be committing things to the tree shortly. >> >> Basically,

Re: sio working

1999-01-03 Thread D. Rock
Warner Losh wrote: > > OK. I managed to get sio and ep working on the plane back from > FreeBSDCon'99. There are some problems with card eject at the moment, > but will be committing things to the tree shortly. > > Basically, I completely gutted the compatibilty layer and it became > much easi