Date: Sat, 20 Feb 1999 14:14:09 -0800 (PST) From: Mike Meyer <mwm@phone.net> To: stable@FreeBSD.ORG Subject: Re: Dynamic loading broke? Message-ID: <Pine.BSF.4.05.9902201413350.12736-200000@guru.phone.net> In-Reply-To: <Pine.BSF.4.05.9902201405190.12736-100000@guru.phone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] So naturally, I forget the config file... <mike On Sat, 20 Feb 1999, Mike Meyer wrote: > Date: Sat, 20 Feb 1999 14:09:18 -0800 (PST) > From: Mike Meyer <mwm@phone.net> > To: stable@FreeBSD.ORG > Subject: Dynamic loading broke? > > In pursuit of squeezing the last cycle I could out of a machine, I > discovered that I'd broken the loading of dynamic .ko modules into the > kernel. While this isn't something required, I'd like to know what > option I disabled that did that. > > If someone in the know can examine the attached config file and let me > know what I turned off to do that, i'd appreciate it. I already tried > some obvious ones, but no go. Possibly it's some unexpected > combination. > > Thanx, > <mike > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > [-- Attachment #2 --] # # SAVANT - the phone.net FreeBSD network services box. # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # <URL:http://www.FreeBSD.ORG/> # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.125 1998/10/16 01:30:11 obrien Exp $ machine "i386" cpu "I386_CPU" cpu "I486_CPU" ident SAVANT maxusers 32 #options MATH_EMULATE #Support for x87 emulation options "NO_F00F_HACK" options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options "CD9660_ROOTDELAY=20" options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device #options FAILSAFE #Be conservative config kernel root on wd0 config cdkernel root on acd0 dumps on wd0 swap on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" conflicts tty irq 1 vector pcrint #options XSERVER # support for X server #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=2 # IBM keyboards are non-std device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts options VGA_NO_FONT_LOADING # don't save/load font options VGA_NO_MODE_CHANGE # don't change video modes device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr pseudo-device loop pseudo-device ether pseudo-device pty 16 #pseudo-device gzip # Exec gzipped a.out's options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902201413350.12736-200000>
