Date: Sat, 11 Mar 2000 21:36:14 +0000 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: "Eric D. Futch" <efutch@nyct.net> Cc: freebsd-current@freebsd.org Subject: Re: Weird problems with PnP (related to sio?)? Message-ID: <20000311213614.A235@parish> In-Reply-To: <Pine.BSF.4.05.10003111511290.19380-300000@bsd1.nyct.net>; from efutch@nyct.net on Sat, Mar 11, 2000 at 03:30:33PM -0500 References: <Pine.BSF.4.05.10003111511290.19380-300000@bsd1.nyct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 11, 2000 at 03:30:33PM -0500, Eric D. Futch wrote: > I'm having some weird problems with PnP, I guess. I have a "SmartLink 56K > Voice Fax Modem" that I just stuck into the computer. Before I added the > PnP magic to src/sys/isa/sio.c, in the kernel messages just said unknown > for it, which is what I expected. So at that point I had three unkowns, > one for <CTRL>, <MPU> and then that modem. > > The src/sys/isa/sio.c magic for this modem looks like this: > {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ > > Now that I have that in there, after building/installing a fresh kernel, > it gets attached to the sio driver but I'm getting these other lines of > unknown stuff that seems to be causing problems with memory. Random things > die on signal 11 now, like kdm. > > >From dmesg: > sio2: <5634BTS 56K Video Ready Modem> at port 0x3e8-0x3ef irq 10 on isa0 > sio2: type 16550A > unknown2: <PNP0000> at port 0x20-0x21,0xa0-0xa1,0x4d0-0x4d1 irq 2 on isa0 > unknown3: <PNP0201> at port 0-0xf,0x80-0x90,0x94-0x9f,0xc0-0xde,0x40b,0x410-0x43f,0x481-0x483,0x487,0x489-0x48c,0x4d6 drq 4 on isa0 > unknown4: <PNP0100> at port 0x40-0x43 irq 0 on isa0 > unknown5: <PNP0b00> at port 0x70-0x71 irq 8 on isa0 > unknown: <PNP0800> can't assign resources [snip] Remove the line device pnp0 from the kernel config file and re-build. -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000311213614.A235>