diff options
author | nyan <nyan@FreeBSD.org> | 2005-05-29 04:42:30 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2005-05-29 04:42:30 +0000 |
commit | 0fce92f5c4e1bb05c348b1c481e9e4997a7900b4 (patch) | |
tree | 11cf0b1c58ae0ae1241d5d22b3cc1d2cd8a7c9d7 /sys/dev/ncv | |
parent | 58d2b4c1934326f78f952f421b56521a36ed3026 (diff) | |
download | FreeBSD-src-0fce92f5c4e1bb05c348b1c481e9e4997a7900b4.zip FreeBSD-src-0fce92f5c4e1bb05c348b1c481e9e4997a7900b4.tar.gz |
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
and amd64. The optimization is a trivial on recent machines.
Reviewed by: -arch (imp, marcel, dfr)
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r-- | sys/dev/ncv/ncr53c500.c | 1 | ||||
-rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 346c09a..32bd902 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$"); #ifdef __FreeBSD__ #include <machine/clock.h> #include <machine/cpu.h> -#include <machine/bus_pio.h> #include <machine/bus.h> #include <compat/netbsd/dvcfg.h> diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 6434f6a..7472e62 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -46,7 +46,6 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <machine/bus.h> -#include <machine/bus_pio.h> #include <machine/resource.h> #include <sys/rman.h> #include <compat/netbsd/dvcfg.h> |