This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
24e99dabf7
freebsd-dev
/
sys
/
i386
/
include
/
bus.h
7 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Implementation of Bus Space for FreeBSD-x86. Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
/*-
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace the original amd64 and i386 headers with stubs. Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere. Reviewed by: imp (previous version), jhb Approved by: kib (mentor)
2010-12-20 16:39:43 +00:00
*
This
file
is
in
the
public
domain
.
Implementation of Bus Space for FreeBSD-x86. Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
*/
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace the original amd64 and i386 headers with stubs. Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere. Reviewed by: imp (previous version), jhb Approved by: kib (mentor)
2010-12-20 16:39:43 +00:00
/* $FreeBSD$ */
Implementation of Bus Space for FreeBSD-x86. Obtained From: NetBSD
1998-01-15 07:32:56 +00:00
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace the original amd64 and i386 headers with stubs. Rename (AMD64|I386)_BUS_SPACE_* to X86_BUS_SPACE_* everywhere. Reviewed by: imp (previous version), jhb Approved by: kib (mentor)
2010-12-20 16:39:43 +00:00
#
include
<x86/bus.h>
Reference in New Issue
Copy Permalink