Date: 1 Feb 1998 21:20:33 -0000 From: "evanc-freebsd-stable@freebsd.org"@synapse.net To: freebsd-stable@freebsd.org Subject: Instant trap on make installworld -- kernel config and dmesg Message-ID: <19980201212033.2696.qmail@piano.synapse.net>
next in thread | raw e-mail | index | archive | help
Kernel config:
# piano
machine "i386"
cpu "I586_CPU"
ident PIANO
maxusers 256
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options DEVFS #devices filesystem
options NULLFS #NULL filesystem
options SHOW_BUSYBUFS #List buffers that prevent root unmount
config kernel root on sd0
controller isa0
controller pci0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.
controller dpt0
options DPT_MEASURE_PERFORMANCE
options DPT_TIMEOUT_FACTOR=4 # This one is MANDATORY.
controller scbus0
device sd0
device st0
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
# Mandatory, don't remove
device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device fxp0
pseudo-device loop
pseudo-device ether
pseudo-device bpfilter 4
pseudo-device log
pseudo-device pty 16
# 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
# These three options provide support for System V Interface
# Definition-style interprocess communication, in the form of shared
# memory, semaphores, and message queues, respectively.
#
options SYSVSHM
options SYSVSEM
options SYSVMSG
Dmesg:
FreeBSD 2.2.5-STABLE #0: Sun Feb 1 09:17:21 EST 1998
evanc@piano.synapse.net:/usr/src/sys/compile/TIMPANI
CPU: Pentium (99.72-MHz 586-class CPU)
Origin = "GenuineIntel" Id = 0x525 Stepping=5
Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
real memory = 134217728 (131072K bytes)
avail memory = 129499136 (126464K bytes)
DEVFS: ready for devices
DPT: RAID Manager driver, Version 1.0.1
Probing for devices on PCI bus 0:
chip0 <Intel 82439> rev 1 on pci0:0
chip1 <Intel 82371SB PCI-ISA bridge> rev 1 on pci0:7:0
chip2 <Intel 82371SB IDE interface> rev 0 on pci0:7:1
DPT: PCI SCSI HBA Driver, version 1.2.4
dpt0 <DPT Caching SCSI RAID Controller> rev 2 int a irq 10 on pci0:9
dpt0: DPT type 3, model PM3334UW firmware 07L0, Protocol 0
on port e010 with 458753MB Write-Back cache. LED = 0000 0000
dpt0: Enabled Options:
Collect Metrics
(dpt0:0:0): "DPT RAID-5 07L0" type 0 fixed SCSI 2
sd0(dpt0:0:0): Direct-Access 16536MB (33866752 512 byte sectors)
de0 <Digital 21140 Fast Ethernet> rev 17 int a irq 11 on pci0:10
de0: SMC 9332DST 21140 [10-100Mb/s] pass 1.1
de0: address 00:00:c0:70:ad:9e
de0: enabling 100baseTX port
vga0 <VGA-compatible display device> rev 0 on pci0:11
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44MB 3.5in
npx0 flags 0x1 on motherboard
npx0: INT 16 interface
Intel Pentium F00F detected, installing workaround
DEVFS: ready to run
So there's not too much there to go wrong...
Anyway, any help would be much appreciated.
Evan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980201212033.2696.qmail>
