1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/sys/pc98/pc98
Jake Burkholder 227f9a1c58 - Add vm_paddr_t, a physical address type. This is required for systems
where physical addresses larger than virtual addresses, such as i386s
  with PAE.
- Use this to represent physical addresses in the MI vm system and in the
  i386 pmap code.  This also changes the paddr parameter to d_mmap_t.
- Fix printf formats to handle physical addresses >4G in the i386 memory
  detection code, and due to kvtop returning vm_paddr_t instead of u_long.

Note that this is a name change only; vm_paddr_t is still the same as
vm_offset_t on all currently supported platforms.

Sponsored by:	DARPA, Network Associates Laboratories
Discussed with:	re, phk (cdevsw change)
2003-03-25 00:07:06 +00:00
..
30line.h
atapi.c More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). 2003-03-02 16:54:40 +00:00
atapi.h
busio.s Fixed SBUS_RA_*_region_* functions. 2002-10-10 13:38:50 +00:00
busiosubr.c
canbepm.c Oops, fix copyright again. 2003-02-04 16:17:13 +00:00
canbus_if.m Oops, fix copyright again. 2003-02-04 16:17:13 +00:00
canbus.c Oops, fix copyright again. 2003-02-04 16:17:13 +00:00
canbus.h Oops, fix copyright again. 2003-02-04 16:17:13 +00:00
canbusvars.h Oops, fix copyright again. 2003-02-04 16:17:13 +00:00
clock.c PC98 systems don't need to worry about the MCA bus. 2003-03-24 19:10:33 +00:00
epsonio.h
fd.c Fix malloc() without legal mode flag. 2003-03-17 07:28:01 +00:00
fdreg.h
isa_dma.c
machdep.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
module.h
mse.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
olpt.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
pc98_machdep.c
pc98_machdep.h
pc98.h
pc98gdc.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
pc98kbd.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
pcaudio.c Gigacommit to improve device-driver source compatibility between 2003-03-03 12:15:54 +00:00
pmc.c
ppc.c More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). 2003-03-02 16:54:40 +00:00
ppcreg.h
sc_machdep.h
scgdcrndr.c
scterm-sck.c
scvtbpc98.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sio_cbus.c Added some buggy PC-98 PnP cards support. 2002-09-29 13:31:26 +00:00
sio.c Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388. 2003-03-09 10:15:11 +00:00
syscons_pc98.c Merged from sys/isa/syscons_isa.c revision 1.21. 2003-01-15 13:12:12 +00:00
syscons.c - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
wd_cd.c Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:44:46 +00:00
wd_cd.h use __packed. 2002-09-23 18:54:32 +00:00
wd.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
wdreg.h
wormio.h