freebsd-skq/sys/isa
green a680ffebc3 This commit gives support for the Rise mP6 CPU. It has two changes:
1. Rise is recognized in identdcpu.c.
	2. The TSC is not written to. A workaround for the CPU bug is being
	   applied to clock.c (the bug being that the mP6 has TSC enabled
	   in its CPUID-capabilities, but it only supports reading it. If we
	   try to write to it (MSR 16), a GPF occurs.) The new behavior is that
	   FreeBSD will _not_ zero the TSC. Instead, we do a bit of 64-bit
	   arithmetic.

Reviewed by:	msmith
Obtained from:	unfurl & msmith
1999-06-24 03:48:25 +00:00
..
ic
atkbd_isa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
atkbdc_isa.c No support for pnp yet. 1999-05-30 11:12:30 +00:00
atrtc.c This commit gives support for the Rise mP6 CPU. It has two changes: 1999-06-24 03:48:25 +00:00
bt_isa.c Quieten the bt_isa_probe() messages since they get a bit much when 1999-06-03 20:56:09 +00:00
fd.c * Change include file locations. 1999-05-31 18:39:17 +00:00
fdc.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
fdreg.h * Change include file locations. 1999-05-31 18:39:17 +00:00
isa_common.c * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isa_common.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isa_if.m * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isahint.c * Change device_add_child_after() to device_add_child_ordered() which is 1999-05-28 09:25:16 +00:00
isareg.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isavar.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
joy.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
pnp.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
ppc.c Return the port size from the probe. 1999-04-22 13:10:43 +00:00
ppcreg.h
psm.c Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place 1999-06-03 12:42:10 +00:00
rtc.h
sio.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
sioreg.h Merge missing changes from i386/isa/sioreg.h (PC98 related) 1999-04-18 14:37:47 +00:00
syscons_isa.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
vga_isa.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00