NetBSD/sys/arch/i386/include
thorpej 2c4c690f14 Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
..
Makefile Machine pmc.h 2000-11-05 22:28:00 +00:00
ansi.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
aout_machdep.h
apmvar.h Enable the APM_IOC_DEV_CTL ioctl. Works at least for turning off & on 2001-01-12 03:36:50 +00:00
asm.h Remove ALTENTRY(). It's dangerous and should not be used. 2000-12-14 20:15:26 +00:00
bios32.h Basic interface to BIOS32. Separated from UCHIYAMA Yasushi's PCI BIOS 1999-11-17 00:55:50 +00:00
bioscall.h Clean up bios_reg a little, and add support for accessing 2000-07-12 22:58:12 +00:00
bootinfo.h Actually define the ACPI memory map entry (bi_memmap_entry). 2000-06-02 18:27:47 +00:00
bswap.h Include <sys/bswap.h> for function prototypes. i386, pc532 and vax 1999-08-21 05:39:51 +00:00
bus.h Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
byte_swap.h This code has nothing to do with UCB. 2000-03-16 14:15:26 +00:00
cdefs.h Garbage-collect. 1999-03-20 01:40:25 +00:00
coff_machdep.h Move a bunch of the COFF definitions into exec_coff.h, so they can be used by 2000-06-04 16:23:59 +00:00
conf.h Assign copyright to TNF. 1998-09-05 15:28:06 +00:00
cpu.h Remove prototype for long-defunct i386_user_cleanup(). 2001-02-14 01:29:45 +00:00
cpufunc.h The assembler understands rdmsr, wrmsr, rdtsc, and rdpmc, so there's 2000-03-28 19:17:29 +00:00
cputypes.h Bump CPU_MAXFAMILY to 7. 2000-09-29 14:17:17 +00:00
db_machdep.h remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:44:03 +00:00
disklabel.h Use highest bit of minor as an extra bit for the partition number to 2001-01-02 23:06:54 +00:00
eisa_machdep.h Add functions to read EISA configuration data for MEM, IRQ, DMA, and IO. 2000-08-11 00:43:18 +00:00
elf_machdep.h Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian_machdep.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
float.h
frame.h appease lint: use u_int32_t and name the bit fields. 2001-02-08 17:54:43 +00:00
freebsd_machdep.h Prototype freebsd_syscall_intern() in freebsd_machdep.h so that 2000-12-18 23:29:46 +00:00
gdt.h Move the TSS selector out of the PCB and put it into mdproc. We 2000-08-16 04:44:35 +00:00
ibcs2_machdep.h Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
ieee.h Add an ieee.h. 1999-03-10 08:13:01 +00:00
ieeefp.h
int_types.h replace 'long long' with int64_t to compile stand alone program with 2001-01-03 10:08:55 +00:00
intr.h Make sure everybody has an splvm() and equate it with splimp() (splimp() 2001-01-14 02:00:37 +00:00
ipkdb.h Make IPKDB working again. 2000-03-22 20:58:25 +00:00
isa_machdep.h Garbage-collect some more stuff. 2000-11-15 19:30:10 +00:00
isapnp_machdep.h kill __P in these files. (I had to look at them anyway with an eye for 2000-06-01 00:04:50 +00:00
joystick.h
kcore.h
limits.h Preparation for the future introduction of multibyte locale. 2000-08-08 22:31:13 +00:00
loadfile_machdep.h Allow loading of kernels larger than (16-1)M. 1999-11-30 12:02:13 +00:00
lock.h Let each platform typedef the new __cpu_simple_lock_t, which should 2000-05-02 04:41:04 +00:00
math.h Improve namespace test macros a bit. 2000-02-05 14:04:36 +00:00
mca_machdep.h move struct sys_config from mca_machdep.c to mca_machdep.h 2000-07-09 10:35:11 +00:00
mouse.h
npx.h add prototypes for the assembly functions that moved to locore.s 1999-01-26 14:25:02 +00:00
param.h Bring the default value of NMBCLUSTERS into the modern age. 2000-09-19 22:21:54 +00:00
pcb.h Move the TSS selector out of the PCB and put it into mdproc. We 2000-08-16 04:44:35 +00:00
pccons.h sort the dependencies between terminal devices a bit and add consistency 1999-02-06 18:46:21 +00:00
pci_machdep.h Change pci_intr_map to get interrupt source information from a "struct 2000-12-28 22:59:06 +00:00
pio.h Make the inline asm conform to what gcc thinks they should look like (per 2000-03-13 21:10:24 +00:00
pmap.h Just garbage-collect the #if 0'd pmap_transfer() stuff. 2001-01-04 00:17:43 +00:00
pmc.h Add support for using the 586- and 686-class performance 2000-09-13 04:47:00 +00:00
proc.h Include "machine/frame.h" to avoid lint errors while building "libc". 2000-12-11 10:22:55 +00:00
profile.h Delint. 2000-01-22 22:40:58 +00:00
psl.h
pte.h Define PG_LGFRAME, which is the page frame mask for large (4MB) pages. 2000-09-05 21:52:16 +00:00
ptrace.h
rbus_machdep.h Remove unnecessary function arguments. 2000-06-06 08:20:06 +00:00
reg.h
rnd.h Return the full width of the counter here. 2000-07-02 21:05:14 +00:00
segments.h add GDT segments for pnpbios use 1999-11-12 18:37:29 +00:00
setjmp.h Need 13 longs for jmp_buf; signal mask is 128 bits now. 1998-09-14 21:31:52 +00:00
signal.h oops, missed one. 1998-09-14 02:50:12 +00:00
specialreg.h Print cpu features line only when corresponding part of bits are set. 2000-12-21 05:11:00 +00:00
spkr.h
stdarg.h Use __GNUC_PREREQ__(). 2000-05-05 00:20:22 +00:00
svr4_machdep.h Introduce 2 new flags in types.h: 2000-12-11 05:28:59 +00:00
sysarch.h Add support for using the 586- and 686-class performance 2000-09-13 04:47:00 +00:00
trap.h
tss.h
types.h Define __HAVE_OLD_DISKLABEL in <machine/types.h> for i386 (where the 2001-01-07 17:55:40 +00:00
userret.h Introduce PROC_PC(), which is used to get a process's user PC. If this is 2000-12-10 19:29:30 +00:00
varargs.h Only use __builtin_va_alist_t if using GCC 2.96 or later. Fixes 2000-05-12 23:49:11 +00:00
vm86.h
vmparam.h Bump shm max pages value to a more realistic one. 2001-01-03 20:19:33 +00:00