1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/i386
Peter Wemm d2dc185840 Fix the warnings about "cant inline call to xxx" by reordering two
functions.  It seems gcc wants to have seen the definitions of the
function before it will insert it inline in a caller.
1996-05-27 06:02:52 +00:00
..
apm - This code adds some backwards compatability hacks for buggy APM BIOS 1996-04-23 19:59:14 +00:00
bios - This code adds some backwards compatability hacks for buggy APM BIOS 1996-04-23 19:59:14 +00:00
boot Fixed BOOT_HD_BIAS. 1996-05-11 04:27:24 +00:00
conf A patch for the meteor device driver. It fixes: 1996-05-17 09:43:15 +00:00
eisa "board not responding" -> "board is not responding" 1996-05-22 00:04:12 +00:00
i386 Fix harmless warning.. pmap_nw_modified was not having it's arg 1996-05-22 17:07:14 +00:00
ibcs2 Removed unnecessary #includes from <sys/imgact.h> so that it is 1996-05-01 02:43:13 +00:00
include Add an incremental checksum update routine. Perhaps some i386 assembly 1996-05-23 20:11:48 +00:00
isa Fix the warnings about "cant inline call to xxx" by reordering two 1996-05-27 06:02:52 +00:00
linux First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
pci Make pcibus_check() ignore Device/Vendor IDs of all 0. 1996-04-30 21:37:21 +00:00
scsi Correct a botched commit from yesturday. It helps to bring over the 1996-05-23 15:02:18 +00:00
Makefile