119397407SSherry Moore# 219397407SSherry Moore# CDDL HEADER START 319397407SSherry Moore# 419397407SSherry Moore# The contents of this file are subject to the terms of the 519397407SSherry Moore# Common Development and Distribution License (the "License"). 619397407SSherry Moore# You may not use this file except in compliance with the License. 719397407SSherry Moore# 819397407SSherry Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 919397407SSherry Moore# or http://www.opensolaris.org/os/licensing. 1019397407SSherry Moore# See the License for the specific language governing permissions 1119397407SSherry Moore# and limitations under the License. 1219397407SSherry Moore# 1319397407SSherry Moore# When distributing Covered Code, include this CDDL HEADER in each 1419397407SSherry Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1519397407SSherry Moore# If applicable, add the following below this CDDL HEADER, with the 1619397407SSherry Moore# fields enclosed by brackets "[]" replaced with your own identifying 1719397407SSherry Moore# information: Portions Copyright [yyyy] [name of copyright owner] 1819397407SSherry Moore# 1919397407SSherry Moore# CDDL HEADER END 2019397407SSherry Moore# 2119397407SSherry Moore 2219397407SSherry Moore# 23*cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 2419397407SSherry Moore# 2519397407SSherry Moore 26*cd3e9333SAli Bahrami$mapfile_version 2 2719397407SSherry Moore 28*cd3e9333SAli BahramiLOAD_SEGMENT fb_swtch { 29*cd3e9333SAli Bahrami NOHDR; 30*cd3e9333SAli Bahrami FLAGS = READ WRITE EXECUTE; 31*cd3e9333SAli Bahrami VADDR = 0x5000; 32*cd3e9333SAli Bahrami PADDR = 0x5000; 33*cd3e9333SAli Bahrami ALIGN = 0x2000; 34*cd3e9333SAli Bahrami ASSIGN_SECTION { 35*cd3e9333SAli Bahrami FLAGS = ALLOC; 36*cd3e9333SAli Bahrami }; 37*cd3e9333SAli Bahrami}; 38