head	1.20;
access;
symbols
	RELENG_5_5_0_RELEASE:1.19
	RELENG_5_5:1.19.0.8
	RELENG_5_5_BP:1.19
	RELENG_5_4_0_RELEASE:1.19
	RELENG_5_4:1.19.0.6
	RELENG_5_4_BP:1.19
	RELENG_5_3_0_RELEASE:1.19
	RELENG_5_3:1.19.0.4
	RELENG_5_3_BP:1.19
	RELENG_5:1.19.0.2
	RELENG_5_BP:1.19
	RELENG_5_2_1_RELEASE:1.18
	RELENG_5_2_0_RELEASE:1.18
	RELENG_5_2:1.18.0.4
	RELENG_5_2_BP:1.18
	RELENG_5_1_0_RELEASE:1.18
	RELENG_5_1:1.18.0.2
	RELENG_5_1_BP:1.18
	RELENG_5_0_0_RELEASE:1.13
	RELENG_5_0:1.13.0.2
	RELENG_5_0_BP:1.13;
locks; strict;
comment	@# @;


1.20
date	2005.01.07.00.51.18;	author imp;	state dead;
branches;
next	1.19;

1.19
date	2004.07.13.16.11.34;	author imp;	state Exp;
branches;
next	1.18;

1.18
date	2003.02.15.02.39.13;	author ru;	state Exp;
branches;
next	1.17;

1.17
date	2003.02.14.08.41.25;	author ru;	state Exp;
branches;
next	1.16;

1.16
date	2003.01.26.05.29.11;	author jeff;	state Exp;
branches;
next	1.15;

1.15
date	2003.01.21.13.31.52;	author imp;	state Exp;
branches;
next	1.14;

1.14
date	2002.12.30.11.34.45;	author obrien;	state Exp;
branches;
next	1.13;

1.13
date	2002.10.13.16.29.15;	author mike;	state Exp;
branches;
next	1.12;

1.12
date	2002.10.12.07.26.48;	author phk;	state Exp;
branches;
next	1.11;

1.11
date	2002.10.05.16.35.30;	author phk;	state Exp;
branches;
next	1.10;

1.10
date	2002.08.20.04.36.31;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2002.08.20.00.10.20;	author peter;	state Exp;
branches;
next	1.8;

1.8
date	2002.08.07.05.40.34;	author imp;	state Exp;
branches;
next	1.7;

1.7
date	2002.08.04.18.06.15;	author imp;	state Exp;
branches;
next	1.6;

1.6
date	2002.07.23.06.35.08;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	2002.07.21.23.09.48;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.21.23.09.15;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.08.11.56.44;	author markm;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.30.04.12.20;	author rwatson;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.22.19.23.57;	author imp;	state Exp;
branches;
next	;


desc
@@


1.20
log
@This is no longer supported, so remove it from the tree.
@
text
@#
# OLDCARD -- Generic kernel configuration file for FreeBSD/i386
#            using the OLDCARD pccard system.
#
# $FreeBSD: src/sys/i386/conf/OLDCARD,v 1.19 2004/07/13 16:11:34 imp Exp $

include GENERIC

ident		OLDCARD

# PCCARD (PCMCIA) support
nodevice	cbb		# cardbus (yenta) bridge
#nodevice	pcic		# ExCA ISA and PCI bridges
nodevice	pccard		# PC Card (16-bit) bus
nodevice	cardbus		# CardBus (32-bit) bus
device		card		# pccard bus
device		pcic		# PCMCIA bridge
@


1.19
log
@oldcard's card device no longer requires a count
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Implemented a simple "nodevice" config(8) command that cancels
the effect of the "device" command, and use it to generate the
OLDCARD from GENERIC.

Suggested by:	bde
@
text
@d16 1
a16 1
device		card	1	# pccard bus
@


1.17
log
@Diff reduction to GENERIC.
@
text
@a4 15
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files. 
# If you are in doubt as to the purpose or necessity of a line, check first 
# in NOTES.
#
d7 2
a8 4
machine		i386
cpu		I486_CPU
cpu		I586_CPU
cpu		I686_CPU
a9 134
maxusers	0

#To statically compile in device wiring instead of /boot/device.hints
#hints		"OLDCARD.hints"		#Default places to look for devices.

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	SCHED_4BSD		#4BSD scheduler
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_ACL			#Support for access control lists
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MD_ROOT			#MD is a potential root device
options 	NFSCLIENT		#Network Filesystem Client
options 	NFSSERVER		#Network Filesystem Server
options 	NFS_ROOT		#NFS usable as root device, requires NFSCLIENT
options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		#Compatible with FreeBSD4
options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger
options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
options 	WITNESS			#Enable checks to detect deadlocks and cycles
options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed

# To make an SMP kernel, the next two are needed
#options 	SMP			# Symmetric MultiProcessor Kernel
#options 	APIC_IO			# Symmetric (APIC) I/O

device		isa
device		eisa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
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 + those of `ncr')
device		trm		# Tekram DC395U/UW/F DC315U adapters

device		adv		# Advansys SCSI adapters
device		adw		# Advansys wide SCSI adapters
device		aha		# Adaptec 154x SCSI adapters
device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
device		bt		# Buslogic/Mylex MultiMaster SCSI adapters

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

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

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers
device		aac		# Adaptec FSA RAID
device		aacp		# SCSI passthrough for aac (requires CAM)
device		amr		# AMI MegaRAID
device		ida		# Compaq Smart RAID
device		mlx		# Mylex DAC960 family
device		pst		# Promise Supertrak SX6000
device		twe		# 3ware ATA RAID

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver

device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

# Enable this for the pcvt (VT220 compatible) console driver
#device		vt
#options 	XSERVER			# support for X server on a vt console
#options 	FAT_CURSOR		# start with block cursor

device		agp		# support several AGP chipsets

# Floating point support - do not disable.
device		npx

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254.
device		pmtimer
d12 4
a17 90

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports

# Parallel port
device		ppc
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da


# PCI Ethernet NICs.
device		de		# DEC/Intel DC21x4x (``Tulip'')
device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
device		txp		# 3Com 3cR990 (``Typhoon'')
device		vx		# 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		dc		# DEC/Intel 21143 and various workalikes
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
device		rl		# RealTek 8129/8139
device		sf		# Adaptec AIC-6915 (``Starfire'')
device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
device		ste		# Sundance ST201 (D-Link DFE-550TX)
device		tl		# Texas Instruments ThunderLAN
device		tx		# SMC EtherPower II (83c170 ``EPIC'')
device		vr		# VIA Rhine, Rhine II
device		wb		# Winbond W89C840F
device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
device		bge		# Broadcom BCM570xx Gigabit Ethernet

# ISA Ethernet NICs.  pccard nics included.
device		cs		# Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
device		ex		# Intel EtherExpress Pro/10 and Pro/10+
device		ep		# Etherlink III based cards
device		fe		# Fujitsu MB8696x based cards
device		lnc		# NE2100, NE32-VL Lance Ethernet cards
device		sn		# SMC's 9000 series of ethernet chips
device		xe		# Xircom pccard ethernet

# ISA devices that use the old ISA shims
#device		le

# Wireless NIC cards
device		wlan		# 802.11 support
device		an		# Aironet 4500/4800 802.11 wireless NICs. 
device		awi		# BayStack 660 and others
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# Pseudo devices - the number indicates how many units to allocate.
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
device		faith		# IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		usb		# USB Bus (required)
#device		udbp		# USB Double Bulk Pipe devices
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		urio		# Diamond Rio 500 MP3 player
device		uscanner	# Scanners
# USB Ethernet, requires mii
device		aue		# ADMtek USB ethernet
device		cue		# CATC USB ethernet
device		kue		# Kawasaki LSI USB ethernet
@


1.16
log
@ - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
   of the scheduler.
 - Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
@
text
@d34 1
a34 1
options         SCHED_4BSD              #4BSD scheduler
d216 1
a218 1
device		wlan		# generic 802.11 support
@


1.15
log
@Needs wlan for wi.
@
text
@d34 1
@


1.14
log
@Sync with GENERIC rev 1.371.
@
text
@d217 1
@


1.13
log
@Remove the P1003_1B kernel option; it is no longer used.
@
text
@d38 1
d57 4
d91 1
a91 1
device		ahd		# AHA39320 and onboard AIC79xx devices
d97 1
d131 1
d188 1
a188 1
device		pcn		# AMD Am79C97x PCI 10/100 NICs
d198 1
@


1.12
log
@Remove NO_GEOM option.  No outstanding show-stoppers.

Sponsored by:	DARPA & NAI Labs.
@
text
@d54 1
a54 2
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
@


1.11
log
@NB: This commit does *NOT* make GEOM the default in FreeBSD
NB: But it will enable it in all kernels not having options "NO_GEOM"

Put the GEOM related options into the intended order.

Add "options NO_GEOM" to all kernel configs apart from NOTES.

In some order of controlled fashion, the NO_GEOM options will be
removed, architecture by architecture in the coming days.

There are currently three known issues which may force people to
need the NO_GEOM option:

boot0cfg/fdisk:
        Tries to update the MBR while it is being used to control
        slices.  GEOM does not allow this as a direct operation.

SCSI floppy drives:
        Appearantly the scsi-da driver return "EBUSY" if no media
        is inserted.  This is wrong, it should return ENXIO.

PC98:
        It is unclear if GEOM correctly recognizes all variants of
        PC98 disklabels.  (Help Wanted!  I have neither docs nor HW)

These issues are all being worked.

Sponsored by:	DARPA & NAI Labs.
@
text
@a33 2
options		NO_GEOM

@


1.10
log
@Merge changes in GENERIC to reduce difference (mostly cosmetic).
@
text
@d34 2
@


1.9
log
@remove unit counts from atkbdc, pckbd, sc
@
text
@d8 1
a8 1
#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
d16 3
a18 2
# device lines is also present in the NOTES configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in NOTES.
d48 1
d90 1
d129 3
a131 3
device		atkbdc		# At keyboard controller
device		atkbd		# at keyboard
device		psm		# psm mouse
d133 1
a133 1
device		vga		# VGA screen
d135 1
a135 2
# splash screen/screen saver
device		splash
d145 2
d210 1
a210 1
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs 
@


1.8
log
@Add Intersil and Symbol as vendors for 802.11 cards that the wi driver
supports.

Obtained from: NetBSD
@
text
@d126 1
a126 1
device		atkbdc	1	# At keyboard controller
d136 1
a136 1
device		sc	1
d214 1
a214 1
device		ppp	1	# Kernel PPP
@


1.7
log
@Remove commented out PCI_ENABLE_IO_MODES.  It is gone now.
@
text
@d206 1
a206 1
device		wi		# WaveLAN/IEEE 802.11 wireless NICs. 
@


1.6
log
@de-count pci
@
text
@a69 1
#options 	PCI_ENABLE_IO_MODES	# Enable pci resources left off by a "lazy BIOS"
@


1.5
log
@Add static unit count for 'card'
@
text
@d69 1
a69 1
device		pci	1		# Unit count is for ahc/ahd
@


1.4
log
@Add static unit count for pci here as well.
@
text
@d153 1
a153 1
device		card		# pccard bus
@


1.3
log
@Comment out apm; ACPI is the modern replacement, and folks who really
need it can uncomment it. This may buy us some kernel space.

Discussed with:	imp & msmith (quite a while ago)
@
text
@d69 1
a69 1
device		pci
@


1.2
log
@Remove ALT_BREAK_TO_DEBUGGER.  This was inconsistent (both in form
and function) with existing configuration choices.  Arguably if
ALT_BREAK_TO_DEBUGGER was present, so should have been
BREAK_TO_DEBUGGER.  Regardless, it broke the option sort order in
these kernel configuration files.

Requested by:	bde
@
text
@d148 1
a148 1
device		apm
@


1.1
log
@OLDCARD version of GENERIC.
@
text
@a61 1
options 	ALT_BREAK_TO_DEBUGGER
@

