Kernelproblem

From: Lars Waechtler <waechtler(at)01019freenet.de>
Date: Thu, 14 Sep 2000 16:14:58 +0200

Hallo

ich habe ein kleines Problem mit dem Kernelbau. Ich versuche die SBLive
in mein System einzubinden. Da ich nicht weiss was er von mir will und
wie ich es beheben kann wende ich mich an euch. Die make Meldungen
haenge ich als Datei an, genauso die dmesg Meldung. Das System ist
uebrigens die Lehmanns 4.0.
Wo ich schon am Fragen bin, wie kann ich ata1-slave abschalten?

Lars


Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California. All rights reserved.
FreeBSD 4.0-RELEASE #0: Thu Mar 30 20:35:41 GMT 2000
    inof(at)octavian.rz.tu-clausthal.de:/usr/src/sys/compile/GENERIC
Timecounter "i8254" frequency 1193182 Hz
CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU)
  Origin = "AuthenticAMD" Id = 0x58c Stepping = 12
  Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory = 134201344 (131056K bytes)
avail memory = 126234624 (123276K bytes)
Preloaded elf kernel "kernel" at 0xc03c0000.
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <AcerLabs M1541 (Aladdin-V) PCI host bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <AcerLabs M5243 PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <ATI Mach64-GB graphics accelerator> at 0.0
chip1: <AcerLabs M15x3 Power Management Unit> at device 3.0 on pci0
isab0: <AcerLabs M1533 portable PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
pci0: <3Dfx Voodoo 2 graphics accelerator> at 10.0
pci0: <unknown card> (vendor=0x1102, dev=0x0002) at 11.0 irq 11
pci0: <unknown card> (vendor=0x1102, dev=0x7002) at 11.1
atapci0: <AcerLabs Aladdin ATA33 controller> port 0xb000-0xb00f irq 0 at device 15.0 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/7 bytes threshold
ppi0: <Parallel I/O> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
plip0: <PLIP network interface> on ppbus0
ata1-slave: ata_command: timeout waiting for intr
ata1-slave: identify failed
ad0: 9787MB <QUANTUM FIREBALL EX10.2A> [19885/16/63] at ata0-master using UDMA33
acd0: CDROM <DELTA OPC-K101/ST1 F/W by OIPD> at ata0-slave using PIO4
acd1: CD-RW <HP CD-Writer+ 7200> at ata1-master using PIO3


cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/sound/pci/emu10k1.c
../../dev/sound/pci/emu10k1.c:173: warning: initialization makes integer from pointer without a cast
../../dev/sound/pci/emu10k1.c:174: warning: initialization makes integer from pointer without a cast
../../dev/sound/pci/emu10k1.c:175: warning: initialization makes integer from pointer without a cast
../../dev/sound/pci/emu10k1.c:186: warning: initialization makes integer from pointer without a cast
../../dev/sound/pci/emu10k1.c:197: warning: initialization from incompatible pointer type
../../dev/sound/pci/emu10k1.c: In function `emupchan_trigger':
../../dev/sound/pci/emu10k1.c:738: `PCMTRIG_EMLDMARD' undeclared (first use in this function)
../../dev/sound/pci/emu10k1.c:738: (Each undeclared identifier is reported only once
../../dev/sound/pci/emu10k1.c:738: for each function it appears in.)
../../dev/sound/pci/emu10k1.c: In function `emurchan_trigger':
../../dev/sound/pci/emu10k1.c:897: `PCMTRIG_EMLDMARD' undeclared (first use in this function)
../../dev/sound/pci/emu10k1.c: In function `emu_pci_attach':
../../dev/sound/pci/emu10k1.c:1473: warning: passing arg 1 of `mixer_init' from incompatible pointer type
../../dev/sound/pci/emu10k1.c:1499: warning: implicit declaration of function `ac97_destroy'
../../dev/sound/pci/emu10k1.c: In function `emu_pci_detach':
../../dev/sound/pci/emu10k1.c:1514: warning: implicit declaration of function `pcm_unregister'
../../dev/sound/pci/emu10k1.c:1518: warning: implicit declaration of function `pcm_getdevinfo'
../../dev/sound/pci/emu10k1.c:1518: warning: assignment makes pointer from integer without a cast
../../dev/sound/pci/emu10k1.c: At top level:
../../dev/sound/pci/emu10k1.c:1550: warning: type defaults to `int' in declaration of `MODULE_DEPEND'
../../dev/sound/pci/emu10k1.c:1550: warning: parameter names (without types) in function declaration
../../dev/sound/pci/emu10k1.c:1550: warning: data definition has no type or storage class
../../dev/sound/pci/emu10k1.c:1551: syntax error before `1'
../../dev/sound/pci/emu10k1.c:1551: warning: type defaults to `int' in declaration of `MODULE_VERSION'
../../dev/sound/pci/emu10k1.c:1551: warning: function declaration isn't a prototype
../../dev/sound/pci/emu10k1.c:1551: warning: data definition has no type or storage class
*** Error code 1

Stop in /usr/src/sys/compile/FreeBSD.

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 14 Sep 2000 - 16:14:20 CEST

search this site