thorpej
|
d071d9a8d0
|
Use PAGE_SIZE rather than NBPG.
|
2003-04-01 15:02:05 +00:00 |
christos
|
866b37e61b
|
pmap_kremove the pages before uvm_km_free'ing them. Thanks jason!
|
2003-03-14 18:47:53 +00:00 |
thorpej
|
7d8f167f16
|
Split bus_space and bus_dma into separate files.
|
2003-03-12 00:09:51 +00:00 |
fvdl
|
91ef1f21bf
|
Make the apic address unsigned, as it should be.
|
2003-03-04 23:27:32 +00:00 |
fvdl
|
c89161c65f
|
ioapic address is not actually a pointer, initialize it as uint32_t
|
2003-03-04 23:21:25 +00:00 |
fvdl
|
e575c4bc69
|
Fix some fields that did not have explicit types yet.
|
2003-03-04 23:20:29 +00:00 |
fvdl
|
48aa516ffe
|
Use read_psl and write_psl.
|
2003-03-04 22:43:36 +00:00 |
fvdl
|
d9bd125d50
|
Make EISA support conditional (on by default on i386).
|
2003-03-04 22:19:04 +00:00 |
fvdl
|
a345044000
|
s/i386_isa_chipset/x86_isa_chipset/
|
2003-03-04 01:07:36 +00:00 |
fvdl
|
7b925fa8cf
|
Use unsigned long long to print msr values.
|
2003-03-03 22:23:22 +00:00 |
fvdl
|
2934facefc
|
use CVAROFF.
|
2003-03-03 22:17:15 +00:00 |
fvdl
|
60ff7764b1
|
Use pmap_cpu_has_pg_n()
|
2003-03-03 22:16:54 +00:00 |
fvdl
|
22c3c5973b
|
The IDT is an array of struct gate_descriptor.
|
2003-03-03 22:16:20 +00:00 |
fvdl
|
cf1495e079
|
Install cpuvar.h
|
2003-03-03 20:26:18 +00:00 |
fvdl
|
7f72a2bff2
|
Clean up some unneeded "mca.h" and "eisa.h" includes, make one that is
needed dependent on !__x86_64__. To be revisited later.
|
2003-03-02 18:27:14 +00:00 |
fvdl
|
636c7ca859
|
x86_64 has no mca.h and eisa.h (should perhaps just generate empty ones)
|
2003-03-02 18:11:03 +00:00 |
fvdl
|
0cb6724bc7
|
lock_machdep.c moved here from arch/i386/i386.
|
2003-03-01 22:55:02 +00:00 |
fvdl
|
9ad868eb65
|
Moved here from i386/include
|
2003-03-01 18:29:28 +00:00 |
fvdl
|
d2315fd2b7
|
Remove accidentally enabled debug printf.
From Enami.
|
2003-03-01 13:05:37 +00:00 |
fvdl
|
f8b0474185
|
Reinstate some const qualifiers I accidentally removed when moving this
file.
|
2003-02-27 11:22:46 +00:00 |
fvdl
|
dd22310ae1
|
Add consinit.c
|
2003-02-27 01:50:40 +00:00 |
fvdl
|
b5a7ec69dd
|
Moved here from arch/i386/i386.
|
2003-02-27 01:49:05 +00:00 |
fvdl
|
d89d6b98f7
|
Catch up with isa_machdep.c and pci_machdep.c move.
|
2003-02-27 00:39:40 +00:00 |
fvdl
|
e397aa2f84
|
Moved here from i386/pci.
|
2003-02-27 00:30:31 +00:00 |
fvdl
|
8556a55a8d
|
Moved here from i386/isa
|
2003-02-27 00:28:08 +00:00 |
fvdl
|
20e439b5cb
|
Move a few more files to x86/include. Trim the list of files to install
in /usr/include a bit.
|
2003-02-27 00:10:56 +00:00 |
fvdl
|
2b14e212b1
|
Install header files.
|
2003-02-26 22:27:00 +00:00 |
fvdl
|
8375b2d985
|
Move some files out of i386 into x86, so that they can be shared with
other ports.
|
2003-02-26 21:26:09 +00:00 |