Deleted Added
sdiff udiff text old ( 111313 ) new ( 111500 )
full compact
1# $FreeBSD: head/sys/conf/NOTES 111313 2003-02-23 13:32:33Z nyan $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 1034 unchanged lines hidden (view full) ---

1044# For ISA the required hints are listed.
1045# EISA, MCA, PCI and pccard are self identifying buses, so no hints
1046# are needed.
1047
1048#
1049# Mandatory devices:
1050#
1051
1052options FB_DEBUG # Frame buffer debugging
1053
1054device splash # Splash screen and screen saver support
1055
1056# Various screen savers.
1057device blank_saver
1058device daemon_saver
1059device fade_saver

--- 48 unchanged lines hidden (view full) ---

1108# Optional devices:
1109#
1110
1111#
1112# SCSI host adapters:
1113#
1114# adv: All Narrow SCSI bus AdvanSys controllers.
1115# adw: Second Generation AdvanSys controllers including the ADV940UW.
1116# ahb: Adaptec 174x EISA controllers
1117# ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
1118# 19160x/29160x, aic7770/aic78xx
1119# ahd: Adaptec 29320/39320 Controllers.
1120# aic: Adaptec 6260/6360, APA-1460 (PC Card), NEC PC9801-100 (C-BUS)
1121# amd: Support for the AMD 53C974 SCSI host adapter chip as found on devices
1122# such as the Tekram DC-390(T).
1123# isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters,
1124# ISP 1240 Dual Ultra SCSI, ISP 1080 and 1280 (Dual) Ultra2,
1125# ISP 12160 Ultra3 SCSI,
1126# Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
1127# Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
1128# ispfw: Firmware module for Qlogic host adapters
1129# mpt: LSI-Logic MPT/Fusion 53c1020 or 53c1030 Ultra4
1130# or FC9x9 Fibre Channel host adapters.
1131# ncr: NCR 53C810, 53C825 self-contained SCSI host adapters.
1132# sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors:
1133# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875,
1134# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D,
1135# 53C1010-33, 53C1010-66.
1136# trm: Tekram DC395U/UW/F DC315U adapters.
1137
1138device adv
1139hint.adv.0.at="isa"
1140device adw
1141device aic
1142hint.aic.0.at="isa"
1143device ahb
1144device ahc
1145device ahd
1146device amd
1147device isp
1148hint.isp.0.disable="1"

--- 11 unchanged lines hidden (view full) ---

1160# a leading 0x, hence this silly dodge.
1161hint.isp.0.portwnn="w50000000aaaa0000"
1162hint.isp.0.nodewnn="w50000000aaaa0001"
1163device ispfw
1164device mpt
1165device ncr
1166device sym
1167device trm
1168
1169# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
1170# controllers that have it configured only if this option is set. Unfortunately,
1171# this doesn't work on some motherboards, which prevents it from being the
1172# default.
1173options AHC_ALLOW_MEMIO
1174
1175# Dump the contents of the ahc controller configuration PROM.

--- 30 unchanged lines hidden (view full) ---

1206 # 4 (1<<2) -> 895a, 896, 1510d
1207#options SYM_SETUP_SCSI_DIFF #-HVD support for 825a, 875, 885
1208 # disabled:0 (default), enabled:1
1209#options SYM_SETUP_PCI_PARITY #-PCI parity checking
1210 # disabled:0, enabled:1 (default)
1211#options SYM_SETUP_MAX_LUN #-Number of LUNs supported
1212 # default:8, range:[1..64]
1213
1214#
1215# The 'ATA' driver supports all ATA and ATAPI devices, including PC Card
1216# devices. You only need one "device ata" for it to find all
1217# PCI and PC Card ATA/ATAPI devices on modern machines.
1218device ata
1219device atadisk # ATA disk drives
1220device atapicd # ATAPI CDROM drives
1221device atapifd # ATAPI floppy drives
1222device atapist # ATAPI tape drives

--- 528 unchanged lines hidden (view full) ---

1751# device iicbb
1752# device iicsmb
1753# The iic and smb devices are only needed if you want to control other
1754# I2C slaves connected to the external connector of some cards.
1755#
1756device bktr
1757
1758#
1759# SMB bus
1760#
1761# System Management Bus support is provided by the 'smbus' device.
1762# Access to the SMBus device is via the 'smb' device (/dev/smb*),
1763# which is a child of the 'smbus' device.
1764#
1765# Supported devices:
1766# smb standard io through /dev/smb*

--- 346 unchanged lines hidden (view full) ---

2113# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2114##options BKTR_ALLOC_PAGES=(217*4+1)
2115options BROOKTREE_ALLOC_PAGES=(217*4+1)
2116options MAXFILES=999
2117# METEOR_TEST_VIDEO has no effect since meteor is broken.
2118options METEOR_TEST_VIDEO
2119options NDEVFSINO=1025
2120options NDEVFSOVERFLOW=32769