NetBSD/sys/arch/i386
fvdl c43b35423e Pass pointers to frames from assembly, do not use the 'frame on stack
as argument passed by value' trick, as gcc 3.3.x makes (valid) assumptions
about the stack that will not be true. Costs 2 instructions per trap/syscall
on i386, 4 per interrupt for MP. One instruction per trap/syscall on amd64,
2 per interrupt for MP. I expect gcc 3.3.1 to make up for this by better
optimization (it'd better..)

While here, make amd64 compile again by using subr_mbr_disk.c
2003-08-20 21:48:35 +00:00
..
acpi - Use local variable instead of sc_Arg in softc. 2003-08-05 14:24:45 +00:00
bios add __KERNEL_RCSID() 2003-07-14 22:13:09 +00:00
bioscall Use PAGE_SIZE rather than NBPG. 2003-04-08 23:39:14 +00:00
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Enable ahd(4) by default. There are some problems with higher speeds / 2003-08-07 12:06:15 +00:00
eisa Adapt tag initialisation to the new fields that were added recently. 2003-05-08 12:05:34 +00:00
gdbscripts
i386 Pass pointers to frames from assembly, do not use the 'frame on stack 2003-08-20 21:48:35 +00:00
include Pass pointers to frames from assembly, do not use the 'frame on stack 2003-08-20 21:48:35 +00:00
isa Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
mca Adapt for new bus_dma structure. 2003-05-08 12:47:39 +00:00
pci Add support for i855 agp. From FreeBSD. 2003-07-20 18:56:32 +00:00
pnpbios DMA, not dma nor Dma. 2003-05-03 18:10:37 +00:00
stand Further fallout from making 'path' arg to 'ufs_open' 'constchar *'. 2003-08-18 15:47:41 +00:00
Makefile Adapt for i386/x86 change. 2003-02-26 22:21:19 +00:00