freebsd-skq/sys/i386
dyson 53c148264d Hopefully fix a few problems that could cause hangs in SMP mode.
1)	Make sure that the region mapped by a 4MB page is
	properly aligned.
2)	Don't turn on the PG_G flag in locore for SMP.  I plan
	to do that later in startup anyway.
3)	Make sure the 2nd processor has PSE enabled, so that 4MB
	pages don't hose it.

We don't use PG_G yet on SMP -- there is work to be done to make that
work correctly.  It isn't that important anyway...
1997-07-17 19:45:01 +00:00
..
apm Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
bios Fix crash when halting where APM was configured but not enabled 1997-06-19 00:25:03 +00:00
boot Saved a few bytes by omitting frame pointers, using byte-sized 1997-07-13 15:24:15 +00:00
conf Add some support for the 16650 type UARTS. 1997-07-17 06:01:15 +00:00
eisa Don't cast function pointers to (void *). This will cause warnings. 1997-07-01 00:45:45 +00:00
i386 Hopefully fix a few problems that could cause hangs in SMP mode. 1997-07-17 19:45:01 +00:00
ibcs2 Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- we 1997-06-25 01:01:21 +00:00
include Hopefully fix a few problems that could cause hangs in SMP mode. 1997-07-17 19:45:01 +00:00
isa Add some support for the 16650 type UARTS. 1997-07-17 06:01:15 +00:00
linux Make this thing actually compile. 1997-06-02 10:43:41 +00:00
pci
scsi Modify my copyright notice to allow the sequencer to be used with GPLed 1997-06-27 19:39:34 +00:00
Makefile