freebsd-src/sys/i386
Bruce Evans 83eab616cf Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle().
Lookup isn't done every time the system goes idle now, but it can still
take > 1800 instructions in the worst case, so if cpu interrupts are kept
disabled then it might lose 20 characters of sio input at 115200 bps.

Fixed style in vm_page_zero_idle().
1997-03-29 04:35:26 +00:00
..
apm Try to talk to the APM BIOS with version 1.2 if possible. 1997-03-28 18:38:19 +00:00
bios Try to talk to the APM BIOS with version 1.2 if possible. 1997-03-28 18:38:19 +00:00
boot Don't attempt to read past EOF. 1997-03-15 16:49:51 +00:00
conf Add "conflicts" to sbmidi0 since configured irq passed back to isa 1997-03-26 17:46:03 +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 Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle(). 1997-03-29 04:35:26 +00:00
ibcs2 Don't include <sys/ioctl.h> in the kernel. Stage 4: include 1997-03-24 11:52:29 +00:00
include Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longer 1997-03-28 12:46:52 +00:00
isa Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries to 1997-03-28 10:11:24 +00:00
linux Don't include <sys/ioctl.h> in the kernel. Stage 3: include 1997-03-24 11:37:53 +00:00
pci improve pcibus_check: Only assume PCI if at least one PCI to anything bridge 1997-03-05 20:52:00 +00:00
scsi Fix a fencepost error in ahc_find_scb that could cause us to wrongfully 1997-03-24 17:42:25 +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