NetBSD/sys/arch/alpha/include
thorpej 567cda0537 Don't bother allocating mb_map on these systems. Mbuf clusters are
allocated from a pool, and the MIPS and Alpha use KSEG to map pool
pages.  So, mb_map wasn't actually being used.  Saves around 4MB of
kernel virtual address space in a typical configuration.

Garbage-collect the related VM_MBUF_SIZE constant.
1999-03-26 00:15:04 +00:00
..
Makefile Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
Makefile.inc New file, included if present for ${MACHINE_ARCH} by bsd.kmod.mk. 1999-03-10 06:41:48 +00:00
alpha.h Now that we have the kthread mechanism, massively clean up the way 1999-02-23 03:20:00 +00:00
alpha_cpu.h Implement atomic quadword load-and-latch. 1998-09-25 23:59:42 +00:00
ansi.h Provide definitions for intptr_t and uintptr_t, signed resp. unsigned integral 1998-04-27 17:39:10 +00:00
aout_machdep.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
asm.h Implement WARN_REFERENCES(). 1998-12-02 00:58:42 +00:00
autoconf.h Garbage-collect the old confargs stuff that was used in the Early Days. 1998-05-14 00:01:30 +00:00
bswap.h Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
bus.h Add a macro to check for sufficient pointer alignment in bus.h context, 1999-03-23 21:29:03 +00:00
cdefs.h Garbage-collect. 1999-03-20 01:40:25 +00:00
cfbreg.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
conf.h cdev_decl the "zs" device (which is really zstty). 1998-03-24 05:17:14 +00:00
cpu.h Rip out 70 lines of (all of) the port-alpha-specific decls and prototypes. 1998-11-19 01:51:40 +00:00
cpuconf.h Clean up a little, and add a `powerdown' hook in the platform structure. 1998-06-06 20:18:50 +00:00
db_machdep.h vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t 1998-08-14 16:50:00 +00:00
disklabel.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
ecoff_machdep.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
eisa_machdep.h move eisa/eisa_machdep.h to include/eisa_machdep.h. (can't do it via 1999-03-19 02:59:49 +00:00
elf_machdep.h Add em_alpha_exp 1998-10-03 18:17:14 +00:00
endian.h Mark [hn]to[nh][ls]() with __const__, so they are subject to CSE. 1999-01-24 12:55:01 +00:00
fbio.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
float.h Minor changes to make all the float.h files match. 1998-02-18 11:01:27 +00:00
fpu.h NetBSD RCS id. 1999-01-18 20:36:22 +00:00
frame.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
ieee.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
ieeefp.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
intr.h Restructure the IPI code a little, allowing multiple IPIs to be sent at 1999-02-24 19:17:09 +00:00
intrcnt.h Nuke the giant ugly-as-sin per-platform INTRNAMES masterpiece. 1998-11-19 01:48:04 +00:00
isa_machdep.h move isa/isa_machdep.h to include/isa_machdep.h. (can't do it via 1999-03-19 05:04:42 +00:00
isapnp_machdep.h Moved from arch/alpha/isa/isapnp_machdep.h,v 1999-03-19 03:14:05 +00:00
kbio.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
kcore.h replace the single phys_ram_seg_t with a count. an array of segment 1998-02-14 00:17:57 +00:00
limits.h _POSIX_SOURCE -> _POSIX_C_SOURCE 1998-08-06 11:25:04 +00:00
lock.h LOCKDEBUG enhancements for non-MP: 1998-11-04 06:19:55 +00:00
logout.h common logout structure definitions, or a start thereof 1998-07-08 00:36:18 +00:00
pal.h Split off PALcode functions into their own header file. 1997-09-06 01:23:52 +00:00
param.h Stop including <machine/alpha_cpu.h>; we already export <machine/cpu.h>. 1998-11-19 01:42:37 +00:00
pcb.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
pci_machdep.h move pci/pci_machdep.h to include/pci_machdep.h. (can't do it via 1999-03-19 03:40:46 +00:00
pmap.h First-cut at multiprocessor TLB shootdown. This simple implementation can 1999-02-24 19:22:16 +00:00
proc.h Now that we have the kthread mechanism, massively clean up the way 1999-02-23 03:20:00 +00:00
profile.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
prom.h 1. STANDALONE -> _STANDALONE 1998-10-15 00:47:28 +00:00
psl.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
pte.h vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t 1998-08-14 16:50:00 +00:00
ptrace.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
reg.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
rpb.h add ST_DEC_6600, clean up some comments 1999-03-17 18:58:51 +00:00
setjmp.h Need 83 longs for a jmp_buf now. 1998-09-14 06:07:29 +00:00
sfbreg.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
signal.h Make signal delivery work again. 1998-09-13 01:51:29 +00:00
stdarg.h Delint. 1998-07-27 13:55:32 +00:00
tc_machdep.h move tc/tc_machdep.h to include/tc_machdep.h. (can't do it via 1999-03-19 03:12:31 +00:00
types.h vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t 1998-08-14 16:50:00 +00:00
varargs.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
vmparam.h Don't bother allocating mb_map on these systems. Mbuf clusters are 1999-03-26 00:15:04 +00:00
vuid_event.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
wsconsio.h clean up NetBSD RCS ID strings 1997-04-06 08:39:37 +00:00
z8530var.h Initial mostly-working ioasic attachment for the MI 8530 SCC driver. It is 1998-03-24 05:12:00 +00:00