Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 16:54:19 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Wilko Bulte <wkb@freebie.xs4all.nl>
Cc:        FreeBSD-alpha mailing list <freebsd-alpha@FreeBSD.ORG>
Subject:   Re: 4.7-RC1 fails on AlphaStation500/266
Message-ID:  <15766.5883.76074.626015@grasshopper.cs.duke.edu>
In-Reply-To: <20020928170433.A27043@freebie.xs4all.nl>
References:  <15764.50832.629256.712197@grasshopper.cs.duke.edu> <XFMail.20020927172029.jhb@FreeBSD.org> <20020928123411.B26238@freebie.xs4all.nl> <20020928170433.A27043@freebie.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

BTW, if you can reproduce this, please get a stack trace!

I've left a kern.flp with some of the less common (on alpha) drivers
removed, and ddb added at:
http://people.FreeBSD.org/~gallatin/kern.flp

Drew

--- BOOTMFS.orig	Sat Sep 28 16:30:43 2002
+++ BOOTMFS	Sat Sep 28 16:31:06 2002
@@ -72,7 +72,6 @@
 device		ahc		# AHA2940 and onboard AIC7xxx devices
 #device		esp		# 53C94 & friends, not CAM-ified
 device		isp		# Qlogic family
-device		mpt		# LSI-Logic MPT/Fusion
 device		sym		# NCR/Symbios Logic (newer chipsets)
 
 # SCSI peripherals
@@ -105,16 +104,11 @@
  
 # PCI Ethernet NICs.
 device		de		# DEC/Intel DC21x4x (``Tulip'')
-device		txp		# 3Com 3cR990 (``Typhoon'')
 
 # PCI Ethernet NICs that use the common MII bus controller code.
 device		miibus		# MII bus support
 device		dc		# DEC/Intel 21143 and workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
-device		rl		# RealTek 8129/8139
-device		tl		# Texas Instruments ThunderLAN
-device		vr		# VIA Rhine, Rhine II
-device		wb		# Winbond W89C840F
 device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
 
 # Pseudo devices - the number indicates how many units to allocated.
@@ -138,3 +132,5 @@
 options  NFS_NOSERVER
 options  SCSI_NO_OP_STRINGS
 options  SCSI_NO_SENSE_STRINGS
+options	DDB
+

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




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