FreeBSD 5.1 Kernel Linking Error

2004-12-28 Thread linguae
Hello.  I am using FreeBSD 5.1 on my Compaq Armada 7400.  I was trying to 
recompile my kernel.  What happened was during the buildkernel phase (I use 
make buildkernel KERNCONF=ARMADA7400), when it was time to link the kernel 
modules, it ended in an error.

Here is my kernel configuration:

machine i386
cpu I586_CPU
cpu I686_CPU
ident   ARMADA7400
maxusers10  
device  npx
device  loop
options INET
options INET6
options FFS
options UFS_ACL
options UFS_DIRHASH
options SOFTUPDATES
options MSDOSFS
options CD9660
options PSEUDOFS
options COMPAT_43
options COMPAT_FREEBSD4
options SYSVSHM
options SYSVSEM
options SYSVMSG
options _KPOSIX_PRIORITY_SCHEDULING

device  isa
device  eisa
device  pci
device  agp
device  fdc
device  ata
device  atadisk
device  atapicd
device  atapifd
device  scbus
device  da
device  sa
device  cd
device  pass
device  atkbdc
device  atkbd
device  psm
device  vga
device  splash
device  sc
device  vt
device  apm
device  cbb
device  pcic
device  pccard
device  cardbus
device  sio
device  ppc
device  ppbus
device  lpt
device  plip
device  ppi
device  vpo
device  miibus
device  ep
device  ether
device  tun
device  pty
device  gif
device  faith
device  bpf

# USB Support
device  uhci
device  ohci
device  ehci
device  usb
device  ugen
device  uhid
device  umass

# Sound Support
device  pcm
device  midi
device  seq

Here is my dmesg output:

Copyright (c) 1992-2003 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 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc0689000.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 266677191 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (266.68-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x652  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real memory  = 67067904 (63 MB)
avail memory = 58134528 (55 MB)
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
pcibios: BIOS version 2.10
Using $PIR table, 7 entries at 0xc00f0970
pcib0: Host to PCI bridge at pcibus 0 on motherboard
pci0: PCI bus on pcib0
pcib1: PCI-PCI bridge at device 0.1 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
cbb0: TI1250 PCI-CardBus Bridge mem 0x7fffe000-0x7fffefff irq 11 at device 
12.0 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
cbb1: TI1250 PCI-CardBus Bridge mem 0x7000-0x7fff irq 11 at device 
12.1 on pci0
cardbus1: CardBus bus on cbb1
pccard1: 16-bit PCCard bus on cbb1
isab0: PCI-ISA bridge at device 14.0 on pci0
isa0: ISA bus on isab0
atapci0: GENERIC ATA controller port 0x1000-0x100f,0-0x3,0-0x7,0-0x3,0-0x7 at 
device 14.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ohci0: OHCI (generic) USB controller mem 0x4408-0x44080fff irq 11 at 
device 14.2 on pci0
usb0: OHCI version 1.0
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x0e11) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
eisa0: EISA bus on motherboard
mainboard0: D@@ (System Board) on eisa0 slot 0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) at port 
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0x200
sio1: port may not be enabled
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: Generic ISA VGA at port 

Re: FreeBSD 5.1 Kernel Linking Error

2004-12-28 Thread Kris Kennaway
On Tue, Dec 28, 2004 at 03:19:46PM -0500, [EMAIL PROTECTED] wrote:

 Hello.  I am using FreeBSD 5.1 on my Compaq Armada 7400.  I was
 trying to recompile my kernel.  What happened was during the
 buildkernel phase (I use make buildkernel KERNCONF=ARMADA7400), when
 it was time to link the kernel modules, it ended in an error.

Go back to a GENERIC kernel or carefully compare yours to GENERIC, and
read /usr/src/UPDATING for mandatory changes.

Kris


pgpaTck1mRlMw.pgp
Description: PGP signature