# $Header: /cvs/fanf/conf/DELL-Latitude-CPx,v 1.30 2000/09/01 04:45:36 fanf Exp $

ident		DELL-Latitude-CPx
machine 	i386
cpu		I686_CPU
maxusers	256

# increase process limits
options 	MAXDSIZ="(256*1024*1024)"
options 	DFLDSIZ="(256*1024*1024)"

options 	PQ_MEDIUMCACHE		# color for 256k/16k cache
options 	NO_F00F_HACK

options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	PERFMON			# pentium performance support
options 	KTRACE			# ktrace(1) syscall trace support
options 	VESA			# support for VESA video modes

options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
options 	INVARIANT_SUPPORT	# extra sanity checking
options 	INVARIANTS
options 	DIAGNOSTIC		# debug messages
options 	DDB			# built-in debugger

options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores

options 	P1003_1B		# POSIX Real time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING

options 	INET			# InterNETworking
options 	INET6			# ...t.n.g.
options 	IPSEC			# IP security
options 	IPSEC_ESP		# IP security (crypto; define w/ IPSEC)
options 	ICMP_BANDLIM

options 	FFS			# Berkeley Fast Filesystem
options 	FFS_ROOT		# FFS usable as root device [keep this!]
options 	NFS			# Network Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	MSDOSFS			# MSDOS Filesystem
options 	PROCFS			# Process filesystem

options 	QUOTA			# disk quotas
options 	SOFTUPDATES		# better performance
options 	SYNCER_MAXDELAY=1024	# allow 17 minutes between syncs

device		pci
device		isa
options 	AUTO_EOI_1		# faster interrupt handling
#options 	AUTO_EOI_2
options 	PNPBIOS			# for better isa device configuration

# Floating point support
device		npx

# Power management support
device		apm0	at nexus? flags 0x20

# Floppy drives
#device		fdc0	
#device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
options 	ATA_STATIC_ID		# Static device numbering
options 	ATA_ENABLE_ATAPI_DMA	# Enable DMA on ATAPI devices

# Keyboard and mouse
device		atkbdc
device		atkbd0	at atkbdc? irq 1
device		psm0	at atkbdc? irq 12
options 	PSM_HOOKRESUME		#hook the system resume event
options 	PSM_RESETAFTERSUSPEND	#reset the device at the resume event

# Screen
device		vga0	at isa?		# video support
device		sc0	at isa?		# default SCO-like console driver
options 	SC_HISTORY_SIZE=256	# number of history buffer lines
options 	SC_DISABLE_REBOOT	# disable reboot key sequence
options 	SC_PIXEL_MODE		# enable raster console

# Serial ports
device		sio

# Parallel port
device		ppc			# Parallel port controller
device		ppbus			# Parallel port bus
device		lpt			# Printer
device		ppi			# Geek port

# PC Card support
device		pcic
device		card
options 	PCIC_RESUME_RESET	# reset after resume

# USB support
device		uhci		# hardware controller
device		usb		# generic controller
device		ugen		# generic device
device		uhid		# buttons and dials
device		ukbd		# keyboard
device		ulpt		# printer
device		ums		# mouse
device		umass		# disks

# SCSI support (for umass)
device		scbus		# base SCSI code
device		da		# SCSI direct access devices (aka disks)
device		pass		# CAM passthrough driver

# sound support
device		pcm

# Network interfaces
device		miibus		# MII bus support for xl
device		xl		# 3Com 3c90x (in docking station)
device		ed		# NE2000 (D-Link pccard ether)
device		wi		# IEEE 802.11 wavelan

pseudo-device	loop			# Network loopback
pseudo-device	ether			# Ethernet support
pseudo-device	tun			# Packet tunnel, for ppp(8)
pseudo-device	bpf			# Berkeley packet filter

pseudo-device	vn			# Vnode turns files into devices
pseudo-device	pty			# Pseudo-ttys (xterm, telnet etc.)
pseudo-device	speaker			# blips and beeps
