Re: [PATCH] Witness breakage

From: Steve Kargl <sgk_at_troutmask.apl.washington.edu>
Date: Thu, 8 Jul 2004 15:08:58 -0700
On Thu, Jul 08, 2004 at 03:00:58PM -0700, Doug White wrote:
> On Thu, 8 Jul 2004, Steve Kargl wrote:
> 
> > I can't build a kernel or I would have tested this by now.  No one
> > appears to read the freebsd-current mailing list because I reported
> > this several hours ago.
> >
> > linking kernel.debug
> > bootp_subr.o(.text+0x1f0e): In function `bootpc_init':
> > /usr/src/sys/nfsclient/bootp_subr.c:1660: undefined reference to `nfs_diskless_valid'
> 
> I didn't see this on today's kernel build. Can you post your kernel
> config?
> 

There are no BOOTP or NFS related options.  See below

-- 
Steve


machine		i386
cpu		I686_CPU
ident		MOBILE
maxusers	0

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

options		SCHED_ULE
#options		SCHED_4BSD

options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MSDOSFS			#MSDOS Filesystem
options 	NTFS			#NT File System
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		#Compatible with FreeBSD4
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	MAXCONS=8		# number of virtual consoles
options         CPU_ENABLE_SSE


options 	DDB
options 	DDB_TRACE  # Print a stack trace to console for a panic.

#options 	INVARIANTS
#options 	INVARIANT_SUPPORT
#options 	WITNESS		
#options 	WITNESS_SKIPSPIN

device		isa
device		pci
device		acpi
device		apic

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
device		atapifd			# ATAPI floppy drives
device		atapist			# ATAPI tape drives

# atkbdc0 controls both the keyboard and the PS/2 mouse
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

# syscons is the default console driver, resembling an SCO console
device		sc
device		npx

# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
device		cbb			# cardbus (yenta) bridge
#device		pcic			# ExCA ISA and PCI bridges
device		pccard			# PC Card (16-bit) bus
device		cardbus			# CardBus (32-bit) bus

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')

# Pseudo devices - the number indicates how many units to allocate.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		usb		# USB Bus (required)
device		ugen		# Generic
device		uhid		# "Human Interface Devices"
device		ukbd		# Keyboard
device		ulpt		# Printer
device		umass		# Disks/Mass storage - Requires scbus and da
device		ums		# Mouse
device		uscanner	# Scanners

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

device		smbus		# Bus support, required for smb below.
device		intpm
device		ichsmb
device		smb

device		iicbus		# Bus support, required for ic/iic/iicsmb below.
device		iicbb
device		ic
device		iic
device		iicsmb		# smb over i2c bridge
Received on Thu Jul 08 2004 - 20:08:59 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:00 UTC