[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Boot block woes



Using this kernel config on an i386, pentium 90 with 80 megs of ram, and a
buslogic bt-946c running as isa, I cannot boot with very current
boot-blocks.  The last config that does run on it has BUFCACHEPERCENT=50
and NULLFS and UNION...

On this machine it was dying with vm_map_create_entry: 73 new entries
created which would display 3 times in blue and then the machine would be
far too slow to use.. So I am upping MAX_KMAP..

But now after I have edited this kernel config, to take out some
unnecessary stuff, using current boot blocks (noticed "fixed boot blocks"
on plus.html), I get booting bsd 1234 5678 90000 +[309303 failed(5)

Also with this config, when ever I halt the machine, I get a large display
of info with panic: vref rele .... If I can get these boot blocks working,
I can make a debug kernel to get this down...

Any ideas/info on the boot blocks and failed(5) ?

machine		i386		# architecture, used by config; REQUIRED

option		I586_CPU
option		BUFCACHEPERCENT=40

option		COMPAT_FREEBSD	# binary compatibility with FreeBSD
option		COMPAT_BSDOS	# binary compatibility with BSD/OS

option		TIMEZONE=0	# time zone to adjust RTC time by
option		DST=0		# daylight savings time used by RTC

option		SWAPPAGER	# paging; REQUIRED
option		DEVPAGER	# mmap() of devices

option		DIAGNOSTIC	# internal consistency checks
option		KTRACE		# system call tracing, a la ktrace(1)

option		SYSVMSG		# System V-like message queues
option		SYSVSEM		# System V-like semaphores
option		SYSVSHM		# System V-like memory sharing

option		COMPAT_11	# NetBSD 1.1,
option		COMPAT_43	# and 4.3BSD

option		MAX_KMAP=80	# 4x the fun
option		MAX_KMAPENT=4000

option		FFS		# UFS
option		FFS_SOFTUPDATES	# enable ffs softupdates
option		QUOTA		# UFS quotas
#option		LFS		# log-structured file system
option		MFS		# memory file system

option		NFSCLIENT	# Network File System client
option		NFSSERVER	# Network File System server

option		MSDOSFS		# MS-DOS file system
option		FDESC		# /dev/fd
option		FIFO		# FIFOs; RECOMMENDED
option		KERNFS		# /kern
option		PROCFS		# /proc

#option		GATEWAY		# packet forwarding
option		NMBCLUSTERS="4096"
option		INET		# IP + ICMP + TCP + UDP
option		IPSEC		# IPsec
#option		NS		# XNS
#option		NSIP		# XNS tunneling over IP
#option		IPX		# IPX+SPX
#option		IPXIP		# IPX tunneling over IP
#option		ISO,TPIP	# OSI
#option		EON		# OSI tunneling over IP
#option		CCITT,LLC,HDLC	# X.25
option		IPFILTER	# IP packet filter for security
option		IPFILTER_LOG	# use /dev/ipl to log IPF
#option		PPP_BSDCOMP	# PPP BSD compression
#option		PPP_DEFLATE

option		BOOT_CONFIG	# add support for boot -c

maxusers	32		# estimated number of users

config		bsd	swap generic

mainbus0 at root

bios0	at mainbus0
apm0	at bios0

isa0	at mainbus0
pci0	at mainbus0 bus ?
option	PCIVERBOSE

pchb*	at pci? dev ? function ?	# PCI Host bridges
ppb*	at pci? dev ? function ?	# PCI-PCI bridges
pci*	at ppb? bus ?
pci*	at pchb? bus ?

npx0	at isa? port 0xf0 irq 13	# math coprocessor
isadma0	at isa?
#isapnp0	at isa?

#vga0	at pci? dev ? function ?
#pc0	at isa? port 0x60 irq 1		# generic PC console device
vt0	at isa? port 0x60 irq 1

pccom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
pccom1	at isa? port 0x2f8 irq 3

lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports

bt0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
#bt1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
#bt2	at isa? port ? irq ?
scsibus* at bt?
#aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
#aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
#scsibus* at aha?
#ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
#scsibus* at ahb?
#ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
#ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
ahc*	at pci? dev ? function ?	# Adaptec 2940 SCSI controllers
scsibus* at ahc?
#aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
#scsibus* at aic?
#ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
#scsibus* at ncr?
#sea0	at isa? iomem 0xc8000 irq 5	# Seagate ST0[12] SCSI controllers
#scsibus* at sea?
#uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
#uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
#uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
#scsibus* at uha?
#wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
#wds1	at isa? port 0x358 irq 11 drq 5
#scsibus* at wds?

sd*	at scsibus? target ? lun ?	# SCSI disk drives
st*	at scsibus? target ? lun ?	# SCSI tape drives
#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
#ch*	at scsibus? target ? lun ?	# SCSI autochangers
#ss*	at scsibus? target ? lun ?	# SCSI scanners
#uk*	at scsibus? target ? lun ?	# unknown SCSI

fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
fdc1	at isa? port 0x370 irq ? drq ?
fd*	at fdc? drive ?


fxp0	at pci? dev ? function ?                # EtherExpress 10/100B ethernet

spkr0	at pckbd? port 0x61

pseudo-device	loop	1	# network loopback
pseudo-device	bpfilter 8	# packet filter
pseudo-device	tun	2	# network tunneling over tty
pseudo-device	enc	1	# encryption device

pseudo-device	pty	64	# pseudo-terminals
pseudo-device	tb	1	# tablet line discipline
pseudo-device	vnd	4	# paging to files
pseudo-device	ccd	4	# concatenated disk devices

pseudo-device	pctr	1


---
"Microsoft is to quality software what MacDonalds is to gourmet cooking"

Visit your host, monkey.org