miata hangs on boot with 5.3-BETA2-alpha-bootonly.iso image

Dag-Erling Smørgrav des at des.no
Thu Sep 2 03:35:57 PDT 2004


Bernd Walter <ticso at cicely12.cicely.de> writes:
> Is your 6.0 running with a custom build kernel, or with GENERIC?

custom kernel, I've attached a genericized copy.

DES
-- 
Dag-Erling Smørgrav - des at des.no

-------------- next part --------------

machine		alpha
cpu		EV5
ident		dsa

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	DEC_ST550		# Personal Workstation 433, 500, 600

options 	SCHED_ULE		#ULE scheduler
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		#Compatible with FreeBSD4
options 	KTRACE			#ktrace(1) syscall trace support

options 	KDB			#Enable kernel debugger support
options 	DDB			#Support DDB
options 	GDB			#Support remote GDB 
options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS

device		isa
device		eisa
device		pci

device		fdc

device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives

device		isp		# Qlogic family

device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)

device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

device		sc

device		mcclock		# MC146818 real time clock device

device		sio		# 8250, 16[45]50 based serial ports

device		ppc
device		ppbus		# Parallel port bus (required)

device		miibus		# MII bus support
device		dc		# DEC/Intel 21143 and workalikes

device		loop		# Network loopback
device		mem		# Memory and kernel memory devices
device		random		# Entropy device
device		ether		# Ethernet support
device		pty		# Pseudo-ttys (telnet etc)

device		bpf		#Berkeley packet filter

# Addenda
device		atm
device		fatm
device		utopia
options 	ADAPTIVE_GIANT
options 	DUMMYNET
options 	GEOM_MBR
options 	GEOM_VOL
options 	INCLUDE_CONFIG_FILE
options 	IPFIREWALL
options 	IPFIREWALL_DEFAULT_TO_ACCEPT
options 	IPFIREWALL_VERBOSE
options 	MSGBUF_SIZE=262144
options 	NATM
options 	PFIL_HOOKS
options 	SCSI_DELAY=2000
options 	SC_HISTORY_SIZE=1024


More information about the freebsd-alpha mailing list