Deleted Added
full compact
EP80219 (220982) EP80219 (221071)
1# EP80219 -- Custom kernel configuration file for FreeBSD/arm on the EP80219
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# EP80219 -- Custom kernel configuration file for FreeBSD/arm on the EP80219
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/EP80219 220982 2011-04-24 08:58:58Z mav $
18# $FreeBSD: head/sys/arm/conf/EP80219 221071 2011-04-26 17:01:49Z mav $
19
20ident EP80219
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25
26options STARTUP_PAGETABLE_ADDR=0xa0000000

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

69#device saarm
70device miibus
71device fxp
72device uart
73device pci
74
75device ata
76options ATA_CAM
19
20ident EP80219
21
22options PHYSADDR=0xa0000000
23options KERNPHYSADDR=0xa0200000
24options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
25
26options STARTUP_PAGETABLE_ADDR=0xa0000000

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

69#device saarm
70device miibus
71device fxp
72device uart
73device pci
74
75device ata
76options ATA_CAM
77options ATA_STATIC_ID # Static device numbering
77
78device scbus # SCSI bus (required for ATA/SCSI)
79device cd # CD
80device da # Direct Access (disks)
81device pass # Passthrough device (direct ATA/SCSI access)
82
83# SCSI Controllers
84

--- 30 unchanged lines hidden ---
78
79device scbus # SCSI bus (required for ATA/SCSI)
80device cd # CD
81device da # Direct Access (disks)
82device pass # Passthrough device (direct ATA/SCSI access)
83
84# SCSI Controllers
85

--- 30 unchanged lines hidden ---