freebsd-src/sys/i386
Alan Cox 03e3bc8e62 atomic.h:
Change "void *" to "volatile TYPE *", improving type safety
	and eliminating some warnings (e.g., mp_machdep.c rev 1.106).

cpufunc.h:
	Eliminate setbits.  As defined, it's not precisely correct;
	and it's redundant.  (Use atomic_set_int instead.)

ipl_funcs.c:
	Use atomic_set_int instead of setbits.

systm.h:
	Include atomic.h.

Reviewed by:	bde
1999-07-23 23:45:50 +00:00
..
apm Add braces to make if-else statement clearer. 1999-07-22 14:45:22 +00:00
bios Add braces to make if-else statement clearer. 1999-07-22 14:45:22 +00:00
boot Back the last change out. 1999-05-25 10:30:52 +00:00
conf Sync with GENERIC (place of xe0 driver) 1999-07-19 15:18:21 +00:00
eisa Add a hook for a bus to detect child devices which didn't find drivers. 1999-07-11 13:42:37 +00:00
i386 Reduce the number of "magic constants" used for page coloring 1999-07-22 06:04:17 +00:00
ibcs2 Rename struct members sa_siginfo. POSIX reserves identifiers starting 1999-07-06 06:55:29 +00:00
include atomic.h: 1999-07-23 23:45:50 +00:00
isa atomic.h: 1999-07-23 23:45:50 +00:00
linux Use the vn_todev() function, rather than VOP_GETATTR 1999-07-18 14:31:01 +00:00
pci Add support for multiple PCI busses directly connected to the nexus. 1999-07-16 01:00:30 +00:00
svr4 Back out last commit (did I get all of them?) 1999-06-02 15:35:46 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00