Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2004 11:21:40 +0000
From:      Ernst de Haan <ernst.dehaan@nl.wanadoo.com>
To:        eivind.hestnes@stabbursmoen.no
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Custom kernel config for Dell PowerEdge 1750 w/RAID
Message-ID:  <200401091121.40597.ernst.dehaan@nl.wanadoo.com>
In-Reply-To: <1311.158.38.100.106.1073566079.squirrel@webmail.stabbursmoen.no>
References:  <1311.158.38.100.106.1073566079.squirrel@webmail.stabbursmoen.no>

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

--Boundary-00=_E7o//tE6tAiZYGX
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

It all depends on what you need. You should really do the kernel config file 
yourself, but perhaps I can give you a hand. Attached is my kernel 
configuration file for a Dell PowerEdge 4500, also with PERC RAID 
controller. It's an SMP box, but I've commented out SMP in the config file.

Note that my kernel configuration file supports a sound card, OHCI USB 
controllers, an Intel network card (fxp), Adaptec SCSI drivers (ahc/aic), 
only one serial comm. port, no IDE.

Ernst

On Thursday 08 January 2004 12:47, Eivind Hestnes wrote:
> Hi,
>
> Anyone out there with a complete custom kernel config for the Dell
> PowerEdge 1750 w/PERC4 RAID-controller (one of those pizzaboxes :-)
>
> - Eivind Hestnes
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

--Boundary-00=_E7o//tE6tAiZYGX
Content-Type: text/plain;
  charset="iso-8859-1";
  name="BLACKY"
Content-Transfer-Encoding: 7bit
Content-Description: FreeBSD 4.x kernel configuration file
Content-Disposition: attachment;
	filename="BLACKY"

# BLACKY -- Generic kernel configuration file for FreeBSD/i386
#
# $Id: BLACKY,v 1.10 2004/01/05 15:05:35 root Exp root $

# General options
ident		BLACKY
#makeoptions	DEBUG=-g
options 	COMPAT_43	# Compatibility with BSD 4.3
maxusers	0

# Boot options
options 	USERCONFIG

# Processor
machine		i386
cpu		I686_CPU
device		npx0	at nexus? port IO_NPX irq 13
#options 	SMP
#options 	APIC_IO
options 	USER_LDT

# Bus architectures
device		isa
device		pci

# File systems
options 	FFS
options 	FFS_ROOT
options 	SOFTUPDATES
options 	UFS_DIRHASH
options 	MSDOSFS	
options 	CD9660
options 	PROCFS

# Advanced Power Management
device		apm0	at nexus? flags 0x20

# FireWire
device		firewire	# FireWire bus code
device		sbp		# SCSI over FireWire (Requires scbus and da)

# Networking
device		miibus
device		fxp
options 	INET
options 	ICMP_BANDLIM
pseudo-device	loop
pseudo-device	ether
pseudo-device	bpf
device		fwe

# Process-related options
options 	KTRACE
options 	P1003_1B
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	SYSVSHM
options 	SYSVMSG
options 	SYSVSEM

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

# SCSI
options 	SCSI_DELAY=5000
device		ahc
device		aic0	at isa?
device		scbus
device		da
device		cd
device		pass
device		amr

# Keyboard and mice
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12
options 	KBD_INSTALL_CDEV

# Video, graphics and terminals
device		agp
device		vga0	at isa?
pseudo-device	splash
device		sc0	at isa? flags 0x100
pseudo-device	pty
options 	UCONSOLE


# USB support
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

# COM ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4

# Sound card
device pcm

--Boundary-00=_E7o//tE6tAiZYGX--



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