1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00
freebsd/sys/i386
Doug Rabson 7095ee912b * Fix a couple of places in the device pager where an address was
truncated to 32 bits.
* Change the calling convention of the device mmap entry point to
  pass a vm_offset_t instead of an int for the offset allowing
  devices with a larger memory map than (1<<32) to be supported
  on the alpha (/dev/mem is one such).

These changes are required to allow the X server to mmap the various
I/O regions used for device port and memory access on the alpha.
1998-11-08 12:39:07 +00:00
..
apm Add the ability to specify where on the at_shutdown queue a handler is 1998-10-30 05:41:15 +00:00
bios Add the ability to specify where on the at_shutdown queue a handler is 1998-10-30 05:41:15 +00:00
boot Removed all `vector xxxintr' specifications. Interrupt handlers are now 1998-10-22 15:31:33 +00:00
conf Missing newline at end of file causes syntax error. 1998-11-08 09:57:28 +00:00
eisa Bring back support for honoring the primary channel setting for twin channel 1998-10-15 18:21:50 +00:00
i386 * Fix a couple of places in the device pager where an address was 1998-11-08 12:39:07 +00:00
ibcs2 Don't define the module glue if building as an LKM, this happens to have 1998-11-07 04:34:02 +00:00
include Add the ability to specify where on the at_shutdown queue a handler is 1998-10-30 05:41:15 +00:00
isa * Fix a couple of places in the device pager where an address was 1998-11-08 12:39:07 +00:00
linux *gulp*. Jordan specifically OK'ed this.. 1998-10-16 03:55:01 +00:00
pci
Makefile