freebsd-src/sys/i386
Bruce Evans b55fb9dee6 Use an array of uintptr_t's instead of an array of u_longs to hold
address constants.  This fixes some warnings for conversions from
64-bit integers to 32-bit pointers on i386's with 64-bit longs.
vm86 still uses too many u_longs.
1998-08-16 00:05:05 +00:00
..
apm Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
bios Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
boot Correct an irritating documentation error. 1998-08-04 00:39:45 +00:00
conf Reserve majors for M-Systems DiskOnChip driver. This driver will be 1998-08-10 09:06:21 +00:00
eisa MF22: Shut this thing up by default. 1998-08-09 02:22:34 +00:00
i386 Use an array of uintptr_t's instead of an array of u_longs to hold 1998-08-16 00:05:05 +00:00
ibcs2 Updated generated files. 1998-06-09 03:36:59 +00:00
include Removed a bogus ifdef that broke using SWI_* in LKMs. 1998-08-11 19:21:17 +00:00
isa Use offsetof() to avoid some casts from pointers to integers (of a 1998-08-15 21:36:16 +00:00
linux Oops, the previous fix confused Linux's sigset_t with a pointer type. 1998-08-15 22:29:43 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
scsi Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00