CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/15 02:33:30
Modified files:
sys/arch/amd64/include: bus.h
sys/arch/amd64/amd64: bus_space.c
Log message:
implement bus_space_foo_8 for amd64. it will panic on attempts to do 8
byte operations on I/O space with "invalid I/O operation", but works great
for mem mappings.
compiled AND tested on myx(4) on amd64.
ok deraadt@ kettenis@ miod@ pirofti@
