Mark Murray
|
aba89c509d
|
1) ifdef out some unused functions (for now)
2) improve 586 support
3) add 686 support
4) clean up comments etc
Submitted by: bde
|
1995-12-29 08:04:32 +00:00 |
|
Mark Murray
|
179c10f92d
|
1) Add #include <machine/cpu.h> to catch some 586 #defines
2) swap the 2 arguments to outb (kato)
Pointed out by: Kato Takenori <kato@eclogite.eps.nagoya-u.ac.jp>
|
1995-12-28 17:09:14 +00:00 |
|
Mark Murray
|
0738b16169
|
random_machdep.c: New version, also includes revectored interrupts, rather
than hooking permanently.
vector.s: : Remove the interrupt hook. This is done dynamically, now.
|
1995-12-27 11:22:05 +00:00 |
|
Bruce Evans
|
337e9f0bd2
|
Renamed isa/random.c to isa/random_machdep.c to avoid a conflict with
libkern/random.c.
|
1995-12-26 12:50:24 +00:00 |
|