This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5865e1b91b
freebsd-nq
/
sys
/
amd64
/
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
/*-
Revert r243960 based on feedback regarding keeping x86 headers unified (mdf@, tijl@) and use of KASSERT/systm.h in bus.h (zeising@, bde@). Alternate implementation will be made in a separate commit.
2012-12-13 21:27:20 +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
*/
Revert r243960 based on feedback regarding keeping x86 headers unified (mdf@, tijl@) and use of KASSERT/systm.h in bus.h (zeising@, bde@). Alternate implementation will be made in a separate commit.
2012-12-13 21:27:20 +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