On Sat, 9 Oct 1999, Poul-Henning Kamp wrote:

> Well, there are two options, either your sources are not up to date,
> or your config is very special in some way...

I am absolutely certain that my sources are up-to-date.  I'll attach my
kernel config in case you can find something special there.

> 
> --
> Poul-Henning Kamp             FreeBSD coreteam member
> [EMAIL PROTECTED]               "Real hackers run -current on their laptop."
> FreeBSD -- It will take a long time before progress goes too far!
> 

-- 
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 [EMAIL PROTECTED]                    `------------------------------'


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# 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.102 1998/01/11 02:16:38 jkh Exp $

machine         i386
cpu             I586_CPU
ident           GREEN   
maxusers        64
makeoptions     DEBUG="-g"

#options        MATH_EMULATE          #Support for x87 emulation
options         INET                    #InterNETworking
options         IPX
options         NETATALK
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT
options         CD9660          #ISO 9660 Filesystem
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         UCONSOLE                #Allow users to grab the console
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         NO_F00F_HACK
options         IPFIREWALL
options         IPFIREWALL_FORWARD      #enable xparent proxy support
options         IPFIREWALL_VERBOSE
options         IPFIREWALL_VERBOSE_LIMIT=100
options         IPDIVERT
options         IPSTEALTH
#options                IPFILTER
options         DUMMYNET
options         DDB
options         DDB_UNATTENDED
options         SOFTUPDATES
options         PQ_HUGECACHE           # color for 1024k cache
options         ICMP_BANDLIM                                                  
options         MSGBUF_SIZE=16384
options         INVARIANTS
options         INVARIANT_SUPPORT
options         CLK_USE_TSC_CALIBRATION

#options        ICMP_BANDLIM_SILENT
options         CPU_WT_ALLOC
options         NO_MEMORY_HOLE
options         MAXFILES=65536

controller      pci0    at nexus?
controller      isa0    at nexus?
controller      pnp0

# Luigi's snd code.
# You may also wish to enable the pnp controller with this, for pnp
# sound cards.
#
#device pcm0 at isa? port 0x220 irq 5 drq 1 #flags 0x16

controller      snd0
device sb0      at isa? port 0x220 irq 5 drq 1
device sbxvi0   at isa? drq 6 
device sbmidi0  at isa? port 0x330
device opl0     at isa? port 0x388
device          joy0    at isa? port IO_GAME

#controller     fdc0    at isa? port IO_FD1 irq 6 drq 2
#disk           fd0     at fdc0 drive 0
#disk           fd1     at fdc0 drive 1

# for a PCI only system (most modern machines)
controller      ata0
device          atadisk0        # ATA disks
device          atapicd0        # ATAPI CDROM's
device          atapist0        # ATAPI tapes
device          atapifd0

controller      ncr0
controller      scbus0  #base SCSI code
device          ch0     #SCSI media changers
device          da0     #SCSI direct access devices (aka disks)
device          sa0     #SCSI tapes
device          cd0     #SCSI CD-ROMs
device          pass0   #CAM passthrough driver
device pt0 at scbus?    # SCSI processor type
options         SCSI_DELAY=5000 # Be pessimistic about Joe SCSI device

# The keyboard controller; it controlls the keyboard and the PS/2 mouse.
controller      atkbdc0 at isa? port IO_KBD

# The AT keyboard
device          atkbd0  at atkbdc? irq 1

# PS/2 mouse
device          psm0    at atkbdc? irq 12

# The video card driver.
device          vga0    at isa? port ? conflicts

# The syscons console driver (sco color console compatible).
device          sc0     at isa?

device          npx0    at nexus? port IO_NPX irq 13

#
# Laptop support (see LINT for more options)
#
#device         apm0    at nexus? conflicts # Advanced Power Management

# System Management Bus!

controller smbus0
controller alpm0
device smb0 at smbus?

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 3

controller      ppbus0
device          lpt0   at ppbus?
device          plip0   at ppbus?
device          ppi0    at ppbus?
device          pps0    at ppbus?

controller      ppc0    at isa? port ? irq 7 drq 3

# USB support
# UHCI controller
#controller      uhci0
# OHCI controller
controller      ohci0
# General USB code (mandatory for USB)
controller      usb0

pseudo-device   loop
pseudo-device   ether
#pseudo-device  sl      2
#pseudo-device  ppp     2
#pseudo-device  tun     4
pseudo-device   pty
#pseudo-device  gzip            # Exec gzipped a.out's
pseudo-device   speaker
pseudo-device   snp     4       
pseudo-device   bpf     4       #Berkeley packet filter
pseudo-device   splash
pseudo-device   md

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options         KTRACE          #kernel tracing

# This provides support for System V shared memory.
#
options         SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options         SHMMAXPGS=8200
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         USER_LDT                #allow user-level control of i386 ldt
options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to