Date: Sat, 8 Jul 2000 16:39:01 +0400 (MSD) From: Alexey Zakirov <frank@agava.com> To: freebsd-stable@freebsd.org Subject: kernel doesn't boot on smp after last cvsup Message-ID: <Pine.BSF.4.20.0007081636450.88722-100000@hellbell.domain>
next in thread | raw e-mail | index | archive | help
Hail!
I have L440GX+ with two PIII-550. After last cvsup from
cvsup.internat.freebsd.org (about 15:30 8 Jul) my machine doesn't boot.
Machine reboots during kernel load after APIC operations:
==================================================
Copyright (c) 1992-2000 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 4.0-STABLE #0: Sat Jul 8 16:12:34 MSD 2000
frank@reality.agava.ru:/usr/src/sys/compile/REALITY
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (547.18-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x673 Stepping = 3
Features=0x387fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM>
real memory = 805240832 (786368K bytes)
avail memory = 779747328 (761472K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
==================================================
Kernel from last week cvsup works just fine with same kernel config.
Is there any suggestions or comments?
P.S. my kernel config:
==================================================
machine "i386"
cpu "I686_CPU"
ident REALITY
maxusers 256
options NMBCLUSTERS=16384
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options USERCONFIG #boot -c editor
options QUOTA #enable disk quotas
options INET #Internet communications protocols
options IPSEC #IP security
options IPSEC_ESP #IP security (crypto; define w/ IPSEC)
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
options IPFIREWALL_FORWARD #enable transparent proxy support
options IPDIVERT #divert sockets
options IPSTEALTH #support for stealth forwarding
options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN
options TCP_RESTRICT_RST #restrict emission of TCP RST
options ICMP_BANDLIM
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options SHMALL=8192
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=8192
options SHMMIN=2
options SHMMNI=256
options SHMSEG=128
options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
device isa
device pci
device ata
device atadisk # ATA disk drives
device npx0 at nexus? port IO_NPX flags 0x0 irq 13
device sio0 at isa? port IO_COM1 flags 0x10 irq 4
device sio1 at isa? port IO_COM2 flags 0x0 irq 3
device atkbdc0 at isa? port IO_KBD
device atkbd0 at atkbdc? irq 1
device vga0 at isa?
device sc0 at isa?
device smbus # Bus support, required for smb below.
device intpm
device smb
device iicbus
device iicbb
device iicsmb
device scbus # base SCSI code
device da # SCSI direct access devices (aka disks)
device pass # CAM passthrough driver
device ahc # AHA2940 and onboard AIC7xxx devices
options AHC_ALLOW_MEMIO
options SCSI_DELAY=3000 # Be pessimistic about Joe SCSI device
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device pty 64 # Pseudo-ttys (telnet etc)
pseudo-device vn 4
pseudo-device bpf 4 #Berkeley packet filter
pseudo-device gif 4 #IPv6 and IPv4 tunneling
pseudo-device ccd 8 #Concatenated disk driver
==================================================
*** WBR, Alexey Zakirov (frank@agava.com)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.20.0007081636450.88722-100000>
