Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 15:31:41 -0400
From:      Michael Elias <Michael@eliasconsulting.com>
To:        <freebsd-questions@FreeBSD.org>
Message-ID:  <00ef01bfcb36$d9238740$0a5c61d1@eliasconsulting>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_00EB_01BFCB15.51E5A720
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_00EC_01BFCB15.51E5A720"


------=_NextPart_001_00EC_01BFCB15.51E5A720
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,=20
I am trying to Build a customer kernel on an HP NETSERVER LH
I can run the config ok and the make depend.
but when i run the make it bombs out.
Does it have to do with wias 12 thing for these hp's? I tryed my kernel =
with both the Reg eisa statmen and also tryed putting a 12 next to it. =
niether worked.
Its exits on the scsi shit aic7800.c

aic7xxx.o: In function `ahc_send_lstate_events':
aic7xxx.o(.text+0x88b2): undefined reference to `xpt_done'
*** Error code 1

any help would gretly be appreated.





------=_NextPart_001_00EC_01BFCB15.51E5A720
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi, </FONT></DIV>
<DIV><FONT size=3D2>I am trying to Build a customer kernel on an HP =
NETSERVER=20
LH</FONT></DIV>
<DIV><FONT size=3D2>I can run the config ok and the make =
depend.</FONT></DIV>
<DIV><FONT size=3D2>but when i run the make it bombs out.</FONT></DIV>
<DIV><FONT size=3D2>Does it have to do with wias 12 thing for these =
hp's? I tryed=20
my kernel with both the Reg eisa statmen and also tryed putting a 12 =
next to it.=20
niether worked.</FONT></DIV>
<DIV><FONT size=3D2>Its exits on the scsi shit aic7800.c</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>aic7xxx.o: In function=20
`ahc_send_lstate_events':<BR>aic7xxx.o(.text+0x88b2): undefined =
reference to=20
`xpt_done'<BR>*** Error code 1<BR></FONT></DIV>
<DIV><FONT size=3D2>any help would gretly be appreated.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>

------=_NextPart_001_00EC_01BFCB15.51E5A720--

------=_NextPart_000_00EB_01BFCB15.51E5A720
Content-Type: text/html;
	name="NS4CUSTOM.htm"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="NS4CUSTOM.htm"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from =
url=3D(0061)ftp://michael:m9davr3p@209.97.92.7/usr/home/michael/NS4CUSTOM=
 -->
<HTML><HEAD>
<META content=3D"text/html; charset=3Dwindows-1252" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR></HEAD>
<BODY><XMP>#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.freebsd.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.ORG/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ./LINT configuration file. If you =
are
# in doubt as to the purpose or necessity of a line, check first in =
LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246 2000/03/09 16:32:55 jlemon =
Exp $

machine		i386
cpu		I686_CPU
ident		NS4CUSTOM
maxusers	64

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

#options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	MFS			#Memory Filesystem
options 	MD_ROOT			#MD is a potential root device
#options 	NFS			#Network Filesystem
#options 	NFS_ROOT		#NFS usable as root device, NFS required
#options 	MSDOSFS			#MSDOS Filesystem
#options 	CD9660			#ISO 9660 Filesystem
#options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=3D5000		#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		ICMP_BANDLIM		#Rate limit bad replies

# To make an SMP kernel, the next two are needed
#options 	SMP			# Symmetric MultiProcessor Kernel
#options 	APIC_IO			# Symmetric (APIC) I/O
# Optionally these may need tweaked, (defaults shown):
#options 	NCPU=3D2			# number of CPUs
#options 	NBUS=3D4			# number of busses
#options 	NAPIC=3D1			# number of IO APICs
#options 	NINTR=3D24		# number of INTs

device		isa
device		eisa 12
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# SCSI Controllers
device		ahc		# AHA2940 and onboard AIC7xxx devices

device		aic0	at isa?

# SCSI peripherals
device		da		# Direct Access (disks)
device		cd		# CD


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

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
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 on a vt console
#options 	FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT =
lines
#options 	PCVT_SCANSET=3D2		# IBM keyboards are non-std

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13


device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da



# PCI Ethernet NICs that use the common MII bus controller code.
device		miibus		# MII bus support

# ISA Ethernet NICs.
device		ep
device		xl
# The probe order of these is presently determined by =
i386/isa/isa_compat.c.
device		ie0	at isa? port 0x300 irq 10 iomem 0xd0000
device		fe0	at isa? port 0x300
device		le0	at isa? port 0x300 irq 5 iomem 0xd0000
device		lnc0	at isa? port 0x280 irq 10 drq 0
device		cs0	at isa? port 0x300
device		sn0	at isa? port 0x300 irq 10

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"
pseudo-device	gif	4	# IPv6 and IPv4 tunneling
pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-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
# USB Ethernet, requires mii
#device		aue		# ADMtek USB ethernet
#device		cue		# CATC USB ethernet
#device		kue		# Kawasaki LSI USB ethernet
</XMP></BODY></HTML>

------=_NextPart_000_00EB_01BFCB15.51E5A720--



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ef01bfcb36$d9238740$0a5c61d1>