1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/amd64/isa
David E. O'Brien fc81cf82e9 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit
operands.  `movw' could be used, but instead let the assembler decide
   the right instruction to use.
2. AT&T asm syntax requires a leading '*' in front of the operand for
   indirect calls and jumps.
2000-05-10 01:24:23 +00:00
..
atpic_vector.S 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit 2000-05-10 01:24:23 +00:00
clock.c Isolate the Timecounter internals in their own two files. 2000-03-20 14:09:06 +00:00
icu_ipl.s
icu_ipl.S
icu_vector.s 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit 2000-05-10 01:24:23 +00:00
icu_vector.S 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit 2000-05-10 01:24:23 +00:00
icu.h
intr_machdep.c Mark two functions as private. 2000-04-29 07:48:37 +00:00
intr_machdep.h Mark two functions as private. 2000-04-29 07:48:37 +00:00
isa_dma.c Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. 2000-03-13 10:19:32 +00:00
isa_dma.h Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags. 2000-03-13 10:19:32 +00:00
isa.c Added indirect pio into the bus space stuff for the NEC PC-98. bus.h 2000-03-29 03:15:22 +00:00
isa.h
nmi.c Mark two functions as private. 2000-04-29 07:48:37 +00:00
npx.c Add a little do-nothing ``slopsucker'' device which gives a home 2000-05-04 23:57:32 +00:00
timerreg.h
vector.s
vector.S