Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 1999 16:42:15 -0800 (PST)
From:      Bob Vaughan <techie@roadwarrior.stanford.edu>
To:        current@freebsd.org
Subject:   boot problems with todays kernel
Message-ID:  <199911050042.QAA00326@roadwarrior.stanford.edu>

next in thread | raw e-mail | index | archive | help
kernel source cvsup'd within the last hour..
world from 991101


Preloaded elf module "linux.ko" at 0xc03bf2cc.
Preloaded elf module "atapi.ko" at 0xc03bf36c.
link_elf: symbol atapi_drvtab undefined
Intel Pentium detected, installing workaround for F00F bug
VESA: v1.2, 2048k memory, flags:0x0, mode table:0xc00c7a88 (c0007a88)
VESA: Copyright 1994 TRIDENT MICROSYSTEMS INC.

apm0: <APM BIOS> on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
isab0: <Intel 82371AB PCI to ISA bridge> at device 1.0 on pci0
devclass_alloc_unit: npx0 already exists, using next available unit number
isa0: <ISA bus> on isab0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> at device 1.1 on pci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 0 at device 1.2 on pci0
uhci0: could not map ports
device_probe_and_attach: uhci0 attach returned 6
chip1: <Intel 82371AB Power management controller> at device 1.3 on pci0
vga-pci0: <Trident model 9660 VGA-compatible display device> at device 2.0 on pci0
pcic-pci0: <TI PCI-1220 PCI-CardBus Bridge> irq 10 at device 3.0 on pci0
pcic-pci1: <TI PCI-1220 PCI-CardBus Bridge> irq 10 at device 3.1 on pci0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
wdc0 at port 0x1f0-0x1f7 irq 14 on isa0
wdc0: unit 0 (wd0): <TOSHIBA MK4006MAV>
wd0: 3909MB (8007552 sectors), 7944 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at port 0x170-0x177 irq 15 on isa0
wdc1: unit 0 (atapi): <UJDA110/1.05>, removable, accel, dma, iordy
wcd0: drive speed 2416KB/sec, 128KB cache
wcd0: supported read types: CD-DA
wcd0: Audio: play, 16 volume levels
wcd0: Mechanism: ejectable tray
wcd0: Medium: no/blank disc inside, unlocked
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 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x200>
pcic0: <VLSI 82C146> at irq 10 on isa0
pccard0: <PC Card bus -- kludge version> on pcic0
pccard1: <PC Card bus -- kludge version> on pcic0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio2: not probed (disabled)
sio3: not probed (disabled)
ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus 0
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
unknown0: <ESS ES1869 Plug and Play AudioDrive> at port 0x800-0x807 on isa0
pcm0: <ESS1869> at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,0 on isa0
unknown1: <ESS ES1869 Plug and Play AudioDrive> at port 0x201 on isa0
Mounting root from ufs:/dev/wd0s1a
pccard: card inserted, slot 0


Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x0
fault code              = supervisor write, page not present
instruction pointer     = 0x8:0xc0680c04
stack pointer           = 0x10:0xc03d3f08
frame pointer           = 0x10:0x2a94
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = 0 (swapper)
interrupt mask          = none




#
# ROADWARRIOR -- Laptop machine with ide/usb/pcmcia/tools
#
#	$Id: ROADWARRIOR,v 1.143.3.0.1 1999/11/03 21:15:00 techie Exp $

machine		"i386"
cpu		"I586_CPU"
cpu		"I686_CPU"
ident		ROADWARRIOR
maxusers	30

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		UCONSOLE		#Allow users to grab the console
options		USERCONFIG		#boot -c editor
options		VISUAL_USERCONFIG	#visual boot -c editor
options         KTRACE                  #ktrace(1) syscall trace support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores

## 	options from LINT
options		MD5
options		PERFMON
options		NETATALK
options		ICMP_BANDLIM
options		PCIC_RESUME_RESET
options		MROUTING		# Multicast routing
options		COMPAT_LINUX
options		POWERFAIL_NMI
options		INCLUDE_CONFIG_FILE
options		DDB
options 	PPP_BSDCOMP 		#PPP BSD-compress support
options 	PPP_DEFLATE 		#PPP zlib/deflate/gzip support
options 	PPP_FILTER 		#enable bpf filtering (needs bpf)

controller	isa0
controller      pnp0
controller	eisa0
controller	pci0

controller	fdc0	at isa? port IO_FD1 irq 6 drq 2
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	wdc0	at isa? port IO_WD1 irq 14
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port IO_WD2 irq 15
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

device          wcd0            #IDE CD-ROM

# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller	atkbdc0	at isa? port IO_KBD 
device		atkbd0	at atkbdc? irq 1
device		psm0	at atkbdc? irq 12

device		vga0	at isa? port ? conflicts

pseudo-device	splash

device          sc0     at isa? 

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa? 
#options		XSERVER			# support for X server
#options		FAT_CURSOR		# start with block cursor

device		npx0	at isa? port IO_NPX irq 13

device		apm0    at nexus? flags 0x31 # Advanced Power Management

# PCCARD (PCMCIA) support
device		pcic0	at isa?
device		pcic1	at isa?
controller	card0

device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3
device		sio2	at isa? disable port IO_COM3 irq 5
device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
device		ppc0	at isa? port? flags 0x40 irq 7
controller      ppbus0          # Parallel port bus (required)
device          lpt0            # Printer
device          plip0           # TCP/IP over parallel
device          ppi0            # Parallel port interface device
#controller     vpo0            # Requires scbus and da0

controller	miibus0
device ep0
device ed0 at isa? port 0x320 irq 11 conflicts iomem 0xd8000

# audio
device		pcm0

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device	tun	4
pseudo-device	pty	64
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device	bpf 4		# Berkeley packet filter
pseudo-device	snp

# USB support
controller     uhci0           # UHCI PCI->USB interface
controller     usb0            # USB Bus (required)
device         ugen0           # Generic
device         uhid0           # "Human Interface Devices"
device         ukbd0           # Keyboard
device         ulpt0           # Printer
#controller     umass0          # Disks/Mass storage - Requires scbus and da0
device         ums0            # Mouse



               -- Welcome My Son, Welcome To The Machine --
Bob Vaughan  | techie@w6yx.stanford.edu | kc6sxc@w6yx.ampr.org
             | techie@t.stanford.edu	| KC6SXC@W6YX.#NCA.CA.USA.NOAM
	     | P.O. Box 9792, Stanford, Ca 94309-9792
-- I am Me, I am only Me, And no one else is Me, What could be simpler? --


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911050042.QAA00326>