Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 01:45:03 +0100
From:      "R. Zoontjens" <richard@radecom.nl>
To:        <questions@freebsd.org>
Subject:   RE: restore question
Message-ID:  <LGELIHAAGFPLCGDLOGMAGELBCNAA.richard@radecom.nl>
In-Reply-To: <020901c28b6f$f0b241c0$1200a8c0@gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Emmerton wrote:

> If you post your MINI kernel, I'm sure someone could find something to
> remove that would save space.

Below is my MINI kernel and my dmesg output.

PS: I need my raid (amr) driver and the ATA tape driver (see dmesg).
I tried to leave out as much as possible but sometimes I would get compile
errors and had to put the lines back in.

MINI KERNEL
-----------
#
# MINI -- Minimal kernel configuration file for FreeBSD/i386

machine	i386
cpu		I686_CPU
ident		MINI
maxusers	2

#options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
#options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
#options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
options 	USERCONFIG		#boot -c editor

device		isa
#device		eisa
device		pci

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

# ATA and ATAPI devices
#device		ata0	at isa? port IO_WD1 irq 14
#device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
#device		atapicd			# ATAPI CDROM drives
#device		atapifd			# ATAPI floppy drives
device		atapist			# ATAPI tape drives
options 	ATA_STATIC_ID		#Static device numbering

# SCSI Controllers
#device		ahb		# EISA AHA1742 family
#device		ahc		# AHA2940 and onboard AIC7xxx devices
#device		ahd		# AHA39320/29320 and onboard AIC79xx devices
#device		amd		# AMD 53C974 (Tekram DC-390(T))
#device		isp		# Qlogic family
#device		mpt		# LSI-Logic MPT/Fusion
#device		ncr		# NCR/Symbios Logic
#device		sym		# NCR/Symbios Logic (newer chipsets)
#options		SYM_SETUP_LP_PROBE_MAP=0x40
				# Allow ncr to attach legacy NCR devices when
				# both sym and ncr are configured

#device		adv0	at isa?
#device		adw
#device		bt0	at isa?
#device		aha0	at isa?
#device		aic0	at isa?

#device		ncv		# NCR 53C500
#device		nsp		# Workbit Ninja SCSI-3
#device		stg		# TMC 18C30/18C50

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

# RAID controllers interfaced to the SCSI subsystem
#device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
#device		dpt		# DPT Smartcache - See LINT for options!
#device		iir		# Intel Integrated RAID
#device		mly		# Mylex AcceleRAID/eXtremeRAID
#device		ciss		# Compaq SmartRAID 5* series

# RAID controllers
device		amr		# AMI MegaRAID

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

device		vga0	at isa?

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100

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

# Serial (COM) ports
#device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
#device		sio1	at isa? port IO_COM2 irq 3
#device		sio2	at isa? disable port IO_COM3 irq 5
#device		sio3	at isa? disable port IO_COM4 irq 9

# Parallel port
#device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
#device		lpt		# Printer
#device		ppi		# Parallel port interface device


# PCI Ethernet NICs.
#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'')

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
#pseudo-device	ether		# Ethernet support
pseudo-device	gzip  	#extra
----


DMESG OUTPUT:
-------------
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 4.7-RELEASE #0: Fri Oct 25 16:12:09 CEST 2002
    root@fs1.localhost:/usr/src/sys/compile/RADECOM
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium 4 (1799.81-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf24  Stepping = 4

Features=0x3febfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA
,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,<b28>,ACC>
real memory  = 134152192 (131008K bytes)
config> di sn0
No such device: sn0
Invalid command or syntax.  Type `?' for help.
config> di lnc0
No such device: lnc0
Invalid command or syntax.  Type `?' for help.
config> di ie0
No such device: ie0
Invalid command or syntax.  Type `?' for help.
config> di fe0
No such device: fe0
Invalid command or syntax.  Type `?' for help.
config> di ed0
No such device: ed0
Invalid command or syntax.  Type `?' for help.
config> di cs0
No such device: cs0
Invalid command or syntax.  Type `?' for help.
config> q
avail memory = 125706240 (122760K bytes)
Preloaded elf kernel "kernel" at 0xc04be000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc04be09c.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 7 entries at 0xc00fc320
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
em0: <Intel(R) PRO/1000 Network Connection, Version - 1.3.14> port
0xecc0-0xecff mem 0xfe100000-0xfe11ffff irq 10 at device 2.0 on pci0
em0:  Speed:100 Mbps  Duplex:Full
amr0: <AMI MegaRAID> mem 0xfeb00000-0xfeb0ffff irq 5 at device 4.0 on pci0
amr0: <CERC ATA100/4ch> Firmware 6.61, BIOS 1.01, 16MB RAM
pci0: <ATI Mach64-GR graphics accelerator> at 8.0
atapci0: <Generic PCI ATA controller> port
0x8b0-0x8bf,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 irq 0 at device
15.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
ohci0: <OHCI (generic) USB controller> mem 0xfe120000-0xfe120fff irq 3 at
device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
isab0: <PCI to ISA bridge (vendor=1166 device=0227)> at device 15.3 on pci0
isa0: <ISA bus> on isab0
pcib1: <Host to PCI bridge> on motherboard
pci1: <PCI bus> on pcib1
pcib2: <Host to PCI bridge> on motherboard
pci2: <PCI bus> on pcib2
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xec000-0xeffff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
acd0: CDROM <SAMSUNG CD-ROM SC-148C> at ata1-master PIO4
ast0: TAPE <Seagate STT20000A> at ata1-slave PIO4
amrd0: <MegaRAID logical drive> on amr0
amrd0: 19068MB (39051264 sectors) RAID 1 (optimal)
Mounting root from ufs:/dev/amrd0s1a
-------------


Met vriendelijke groet / with kind regards,

R.J. Zoontjens

    ____            __
   / __ \____ _____/ /_/  _________  ____ ___
  / /_/ / __ `/ __  / _ \/ ___/ __ \/ __ `__ \
 / _, _/ /_/ / /_/ /  __/ /__/ /_/ / / / / / /
/_/ |_|\__,_/\__,_/\___/\___/\____/_/ /_/ /_/

Dit bericht kan vertrouwelijke informatie bevatten. Indien u niet de
geadresseerde van dit bericht bent, verzoeken wij u dit bericht te
vernietigen zonder van de inhoud kennis te nemen en de inhoud ervan niet te
gebruiken, niet te kopiëren en niet onder derden te verspreiden.

This message may contain information which is privileged or confidential. If
you are not the named addressee of this message please destroy it without
reading, using, copying or disclosing its contents to any other person.


>



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?LGELIHAAGFPLCGDLOGMAGELBCNAA.richard>