This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-04 00:45:17 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
295df609df
opnsense-src
/
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 02:32:56 -05: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 16:27:20 -05:00
*
This
file
is
in
the
public
domain
.
Implementation of Bus Space for FreeBSD-x86. Obtained From: NetBSD
1998-01-15 02:32:56 -05: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 16:27:20 -05:00
/* $FreeBSD$ */
Implementation of Bus Space for FreeBSD-x86. Obtained From: NetBSD
1998-01-15 02:32:56 -05: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 11:39:43 -05:00
#
include
<x86/bus.h>
Reference in a new issue
Copy permalink