From owner-freebsd-questions@FreeBSD.ORG Fri Jan 9 02:21:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E907D16A4CE for ; Fri, 9 Jan 2004 02:21:04 -0800 (PST) Received: from smtp4.wanadoo.nl (smtp4.wanadoo.nl [194.134.35.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B64F43D48 for ; Fri, 9 Jan 2004 02:20:59 -0800 (PST) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from 10.0.0.153 (db-c-1b11d.adsl.wanadoo.nl [81.69.207.29]) by smtp4.wanadoo.nl (Postfix) with ESMTP id 6275A412E9; Fri, 9 Jan 2004 11:20:57 +0100 (CET) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: eivind.hestnes@stabbursmoen.no Date: Fri, 9 Jan 2004 11:21:40 +0000 User-Agent: KMail/1.5.4 References: <1311.158.38.100.106.1073566079.squirrel@webmail.stabbursmoen.no> In-Reply-To: <1311.158.38.100.106.1073566079.squirrel@webmail.stabbursmoen.no> X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_E7o//tE6tAiZYGX" Message-Id: <200401091121.40597.ernst.dehaan@nl.wanadoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Custom kernel config for Dell PowerEdge 1750 w/RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 10:21:05 -0000 --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--