Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 17:07:11 -1000
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Current <freebsd-current@freebsd.org> 
Subject:   Re: make kernel "kldxref: file isn't dynamically-linked"
Message-ID:  <17254.56287.352910.314361@roam.psg.com>
References:  <17254.34119.81378.589992@roam.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> very current gets
> 
> ===> xl (install)
> install -o root -g wheel -m 555   if_xl.ko /boot/kernel
> install -o root -g wheel -m 555   if_xl.ko.symbols /boot/kernel
> kldxref /boot/kernel
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> kldxref: file isn't dynamically-linked
> 
> this is after buildworld to get correct config

fwiw, there had been a change in GENERIC since my build last
week, so my custom kernel changed as follows

19c19
< # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.432 2005/08/06 23:05:48 davidxu Exp 
$
---
> # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.433 2005/10/27 17:34:35 jhb Exp $
83,84c83
< # Bus support.  Do not remove isa, even if you have no isa slots
< device                isa
---
> # Bus support.
170,172d168
< # Floating point support - do not disable.
< device                npx
< 
263,264d258
< device                mem             # Memory and kernel memory devices
< device                io              # I/O device

randy




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17254.56287.352910.314361>