freebsd-src/sys/i386
Bruce Evans 906265bada Removed some useless code:
- gcc assumes that %ecx and %edx are clobbered (due to calling
  conventions), thus there is no need for saving/restoring those two
  registers.
- %es is reset to default value by real_to_prot, thus there is no need
  for saving/restorig that register.
Submitted by:	tegge
1997-05-16 10:40:00 +00:00
..
apm Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
bios Fix embarrasing typo that survived because I applied the wrong patch- 1997-03-30 09:08:00 +00:00
boot Removed some useless code: 1997-05-16 10:40:00 +00:00
conf - fixed typo 1997-05-11 19:01:24 +00:00
eisa Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include 1997-03-24 11:25:10 +00:00
i386 Ignore the supplied nfs_diskless structure from the bootstrap loader 1997-05-15 19:12:56 +00:00
ibcs2 md_regs is a struct trapframe * now, not int [] 1997-05-07 20:05:45 +00:00
include Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support 1997-05-08 13:45:43 +00:00
isa 1) font loading (two fixes) 1997-05-15 05:43:59 +00:00
linux md_regs is a struct trapframe * now, not int [] 1997-05-07 20:05:45 +00:00
pci Mask out revision register in consistency test of class register. 1997-04-09 11:34:50 +00:00
scsi Print out some more diagnostic information when we reject a message. 1997-04-26 05:03:18 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00