Date: Fri, 19 Nov 1999 15:03:28 -0800 (PST) From: Mike Whitley <mwhitley@borg.proceon.com> To: "Sean O'Connell" <sean@stat.Duke.EDU> Cc: freebsd-mobile@freebsd.org Subject: Re: Thinkpad 600E and Xfree.... Message-ID: <Pine.BSF.3.96.991119145626.21877C-100000@borg.proceon.com> In-Reply-To: <19991119171141.F22244@stat.Duke.EDU>
index | next in thread | previous in thread | raw e-mail
Sean -
Thanks for the reply...I've disabled my second
serial port...rebooted...no luck.
I've reset the pccard irq to seemingly free irqs
in /boot/defaults/loader.conf...rebooted...no success.
dmesg output is tacked on....
Thanks
- Mike Whitley
--- Start dmesg output ----
Copyright (c) 1992-1999 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 3.3-RELEASE #1: Fri Nov 19 14:28:06 PST 1999
root@:/usr/src/sys/compile/NEMATODE3
Timecounter "i8254" frequency 1193182 Hz
CPU: Celeron (365.81-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x66a Stepping = 10
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory = 67108864 (65536K bytes)
avail memory = 61947904 (60496K bytes)
Preloaded elf kernel "kernel" at 0xc032a000.
Pentium Pro MTRR support enabled
Probing for devices on PCI bus 0:
chip0: <Host to PCI bridge (vendor=10b9 device=1621)> rev 0x05 on pci0.0.0
chip1: <AcerLabs M5247 PCI-PCI(AGP Supported) bridge> rev 0x01 on pci0.1.0
chip2: <AcerLabs M1533 portable PCI-ISA bridge> rev 0x0a on pci0.7.0
ide_pci0: <Acer Aladdin IV/V (M5229) Bus-master IDE controller> rev 0x20 int a irq 15 on pci0.15.0
chip3: <PCI to 0x80 bridge (vendor=10b9 device=7101)> rev 0x09 on pci0.17.0
chip4: <PCI to CardBus bridge (vendor=1217 device=6832)> rev 0x34 int a irq 9 on pci0.19.0
chip5: <PCI to CardBus bridge (vendor=1217 device=6832)> rev 0x34 int a irq 9 on pci0.19.1
Probing for devices on PCI bus 1:
vga0: <NeoMagic model 0005 VGA-compatible display device> rev 0x20 int a irq 9 on pci1.0.0
Probing for PnP devices:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 not found at 0x300
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
psm0 irq 12 on isa
psm0: model Generic PS/2 mouse, device ID 0
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <IBM-DBCA-204860>
wd0: 4645MB (9514260 sectors), 10068 cyls, 15 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <CD-224E/1.5A>, removable, accel, ovlap, dma, iordis
acd0: drive speed 4134KB/sec, 128KB cache
acd0: supported read types: CD-R, CD-DA
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: no/blank disc inside, unlocked
wt0 not found at 0x300
mcd0 not found at 0x300
matcdc0 not found at 0x230
scd0 not found at 0x230
ppc0 at 0x3bc irq 7 flags 0x40 on isa
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface> on ppbus 0
adv0 not found at 0x330
bt0 not found at 0x134
aha0 not found at 0x134
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
Initializing PC-card drivers: ed sio
changing root device to wd0s2a
---- End dmesg ---
On Fri, 19 Nov 1999, Sean O'Connell wrote:
> On 1999 Nov 19, Mike Whitley (aka mwhitley@borg.proceon.com) wrote:
> > Thanks Chris -
> >
> > I have compiled in the PCIC module in the kernel
> > and have loaded it dynamically with kldload...
> > The module loads fine either way, but
> > I get the following both ways when pccardc runs
> > from rc.pccard
> >
> > /dev/card0: device not configured
> >
> > The device is definately there...I've checked the
> > archives and I don't find anything definitive
> > about what else to look for...permissions look good
> > I've tried to remake the device with MAKEDEV etc.
> >
> > Any ideas?
>
> Mike-
>
> Maybe. Could you send along the output from dmesg to
> the list. I suspect it is an irq issue. I often find
> it is most useful to zap any onboard serial/ir ports in
> the BIOS. Also, warmbooting from windows often completely
> hoses the pccard support under FreeBSD.
>
> By default freebsd tries to use irq 3 for the pccard stuff
> and its irq selection is somewhat unpredictable. Make sure
> that there are no devices using irq 3 in your BIOS or in your
> kernel. Or find a free irq and add the following to /boot/loader.conf
>
> set machdep.pccard.pcic_irq=free_irq
>
> And then reboot. If you are using the stock freebsd, don't set
> this irq to the one that the cardbus controller uses ...
>
> Hope this helps.
> S
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.991119145626.21877C-100000>
