Date: Fri, 09 Feb 2001 17:21:24 +0300 From: "Kirill" <kirillyb@mail.ru> To: freebsd-questions@FreeBSD.ORG Subject: Strange behaviour of the FreeBSD Kernel. Message-ID: <E14REQO-00024P-00@f12.port.ru>
next in thread | raw e-mail | index | archive | help
Dear Sirs: We have faced with a very strange behaviour of the FreeBSD 3.2 on the Pentium III based CompactPCI machine. After successfull installation of the Os we have tried to make a custom kernel, but the make utility soon dropped in to the core. Then we made a custom kernel on the other FreeBSD machine. Kernel was booted successfully but the keyboard was not respond, also it was not possible to login using telnet (system failed to load inted). The examination of the dmesg shown up a very strange interrupt number assigned to Video (255; VGA interrupt assignmet was enabled in BIOS), and drq numbers of some other devices. Can somebody help us to fix this problems? Kirill. *** Hardware configuration: 450 Mhz Pentium III, 64Mb SDRAM, i440BX, 2 Intel DEC 21150 PCI-to-PCI bridges, 2 fxp Ethernet NIC, Chips & Technologies 69000 AGP Video, SYM53C895 SCSI Interface controller, 4GB Fujitsu SCSI-2 HDD. *** 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.2-RELEASE #0: Fri Feb 9 13:12:16 MSK 2001 root@dmc01.sait.ru:/usr/src/sys/compile/hub Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 451042642 Hz CPU: Pentium III (451.04-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping=3 Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,<b18>,MMX,<b24>,<b25>> real memory = 67108864 (65536K bytes) avail memory = 62492672 (61028K bytes) Preloaded elf kernel "kernel" at 0xc0296000. Probing for devices on PCI bus 0: chip0: <Intel 82443BX host to PCI bridge> rev 0x03 on pci0.0.0 chip1: <Intel 82443BX host to AGP bridge> rev 0x03 on pci0.1.0 chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0 ide_pci0: <Intel PIIX4 Bus-master IDE controller> rev 0x01 on pci0.7.1 chip3: <Intel 82371AB Power management controller> rev 0x02 on pci0.7.3 chip4: <PCI to PCI bridge (vendor=1011 device=0022)> rev 0x04 on pci0.9.0 fxp0: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x08 int a irq 11 on pci0.10.0 fxp0: Ethernet address 00:d0:c9:08:03:70 fxp1: <Intel EtherExpress Pro 10/100B Ethernet> rev 0x08 int a irq 12 on pci0.11.0 fxp1: Ethernet address 00:d0:c9:08:03:71 chip5: <PCI to PCI bridge (vendor=1011 device=0022)> rev 0x04 on pci0.13.0 ncr0: <ncr 53c895 fast40 wide scsi> rev 0x01 int a irq 10 on pci0.14.0 Probing for devices on PCI bus 1: vga0: <Chips & Technologies 69000 SVGA controller> rev 0x64 int a irq 255 on pci1.0.0 Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for PnP devices: Probing for devices on the ISA bus: sc0 drq 16777215 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 not probed due to drq conflict with sc0 at 16777215 atkbd0 not probed due to drq conflict with sc0 at 16777215 psm0 not probed due to drq conflict with sc0 at 16777215 wdc0 not found at 0x1f0 vga0 at 0x3b0-0x3df drq 16777215 maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle changing root device to da0s1a da0 at ncr0 bus 0 target 0 lun 0 da0: <COMPAQ MAB3045SP 0814> Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 4094MB (8386000 512 byte sectors: 255H 63S/T 522C) inetd[140]: Out of memory. *** Configuration file: machine "i386" cpu "I686_CPU" ident hub maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on da0 # SCSI only !!!! controller isa0 controller pnp0 controller pci0 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # SCSI controller ncr0 # NCR 53c8xx (we have 53c895!!!) controller scbus0 at ncr0 # main code device da0 # direct access (aka disks) device pass0 # CAM passthrough driver options CAMDEBUG # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 options "VESA" options "VM86" device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash device sc0 at isa? tty # system console options SC_HISTORY_SIZE = 200 #history buffer lines options MATH_EMULATE device npx0 at isa? port IO_NPX irq 13 # math co-processor device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) pseudo-device loop pseudo-device ether pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM options CLK_USE_TSC_CALIBRATION options PANIC_REBOOT_WAIT_TIME=5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14REQO-00024P-00>