Deleted Added
full compact
CRB (171631) CRB (172297)
1# GENERIC -- Generic kernel configuration file for FreeBSD/arm
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
1# GENERIC -- Generic kernel configuration file for FreeBSD/arm
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files.
15# If you are in doubt as to the purpose or necessity of a line, check first
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/CRB 171631 2007-07-27 14:57:03Z cognet $
18# $FreeBSD: head/sys/arm/conf/CRB 172297 2007-09-22 16:25:43Z cognet $
19
20machine arm
21ident CRB
22
23options PHYSADDR=0x00000000
24options KERNPHYSADDR=0x00200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

79device ata
80device atadisk # ATA disk drives
81device ataraid # ATA RAID drives
82device atapicd # ATAPI CDROM drives
83device atapifd # ATAPI floppy drives
84device atapist # ATAPI tape drives
85options ATA_STATIC_ID # Static device numbering
86
19
20machine arm
21ident CRB
22
23options PHYSADDR=0x00000000
24options KERNPHYSADDR=0x00200000
25options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26

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

79device ata
80device atadisk # ATA disk drives
81device ataraid # ATA RAID drives
82device atapicd # ATAPI CDROM drives
83device atapifd # ATAPI floppy drives
84device atapist # ATAPI tape drives
85options ATA_STATIC_ID # Static device numbering
86
87device "7seg"
88
87# SCSI Controllers
88
89device pty
90#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
91 # output. Adds ~128k to driver.
92#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
93 # output. Adds ~215k to driver.
94

--- 20 unchanged lines hidden ---
89# SCSI Controllers
90
91device pty
92#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
93 # output. Adds ~128k to driver.
94#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
95 # output. Adds ~215k to driver.
96

--- 20 unchanged lines hidden ---