markm
|
d8fa2f292f
|
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 |
|
markm
|
2fafe0c0d4
|
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 |
|
markm
|
2da2fd1d17
|
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 |
|
bde
|
2d16c99284
|
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 |
|