Unable to get SIIG PCI serial card to work
John Baldwin
jhb at freebsd.org
Fri Mar 17 03:48:54 UTC 2006
On Thursday 16 March 2006 05:24 pm, Clayton Scott Kern wrote:
> on 03-16-2006, John Baldwin wrote:
> > Ok, can you get a dmesg from a boot with your custom kernel with puc in
> > it and the output from kldstat -v with that kernel booted?
>
> Here's the info you requested. When not loading the puc module in
> /boot/loader.conf, the puc device isn't found, though pciconf -lv shows
> the device. I added the output of pciconf -lv at the end.
>
> Output of dmesg
>
> Copyright (c) 1992-2005 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> The Regents of the University of California. All rights reserved.
> FreeBSD 6.0-RELEASE-p5 #0: Sat Mar 11 12:12:08 EST 2006
> root at reddwarf.local:/usr/obj/usr/src/sys/GENERIC
This kernel doesn't have 'device puc' in it. If it did, it would have the
'pci/puc' and 'puc/sio' modules listed in the kldstat -v output. Make sure
you have built a custom kernel with 'device puc' enabled, installed it, and
are booting from it.
> Output of kldstat -v
>
> Id Refs Address Size Name
> 1 11 0xc0400000 63072c kernel
> Contains modules:
> Id Name
> 26 xpt
> 27 probe
> 28 cam
> ...
No puc this list tells me 'device puc' isn't in this kernel. :)
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the freebsd-questions
mailing list