History log of /netbsd/sys/arch/alpha/pci/irongate_bus_mem.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 7189b781 04-Jul-2021 thorpej <thorpej@NetBSD.org>

Remove unnecessary #include <sys/malloc.h>


# b627dca8 06-Feb-2012 matt <matt@NetBSD.org>

Do a minor cleanup of alpha (this will make applying pullups post branching
easier).
u_int{8,16,32,64}_t -> uint{*}_t
Change all old-style definitions to C89 prototypes.
Whitespace cleanup.
Constific

Do a minor cleanup of alpha (this will make applying pullups post branching
easier).
u_int{8,16,32,64}_t -> uint{*}_t
Change all old-style definitions to C89 prototypes.
Whitespace cleanup.
Constification in db_disasm.c

show more ...


# fe6db6ff 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# adab2527 15-Dec-2010 matt <matt@NetBSD.org>

Remove unneeded includes of <uvm/uvm_extern.h>


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# a51a1d8c 17-Apr-2001 thorpej <thorpej@NetBSD.org>

- Get rid of the prot bits in the mem_clusters[] array when
reserving RAM in the bus_mem extent map. Problem pointed
out by Artur Grabowski.
- Work around a slightly annoying bit of behavior exh

- Get rid of the prot bits in the mem_clusters[] array when
reserving RAM in the bus_mem extent map. Problem pointed
out by Artur Grabowski.
- Work around a slightly annoying bit of behavior exhibited by
the UP1000 firmware. The UP1000 firmware reports the space
consumed by the "ISA hole" in the same MDDT entry as two
chunks of RAM (on either side of the hole) used by the PALcode,
all as one "reserved for PALcode" chunk. We must take this
into account when reserving RAM in the bus_mem extent map.

show more ...


# 96294f7b 29-Nov-2000 thorpej <thorpej@NetBSD.org>

Do the additional PCI memory initialization after configuring DMA.


# d6150838 29-Nov-2000 thorpej <thorpej@NetBSD.org>

The AMD 751 doesn't have DMA windows, so allocate the RAM out of the
PCI memory extent map. Bad things will happen if we try to assign
a device where RAM is mapped into PCI space.


# c88e94a4 29-Jun-2000 mrg <mrg@NetBSD.org>

remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>


# 69a6fe11 26-Jun-2000 thorpej <thorpej@NetBSD.org>

Garbage-collect CHIP_PHYSADDR().


# 9a2d9ff6 26-Jun-2000 thorpej <thorpej@NetBSD.org>

Because of the Cool sign-extension hack we use to access PCI space,
the `get window' method ends up with the wrong physical address to
pass onto userspace (which wants to mmap the space).

Compensate

Because of the Cool sign-extension hack we use to access PCI space,
the `get window' method ends up with the wrong physical address to
pass onto userspace (which wants to mmap the space).

Compensate by adding a CHIP_PHYSADDR() macro which un-hacks the address
suitably for mapping with other-than-KSEG.

show more ...


# 98515712 01-Jun-2000 thorpej <thorpej@NetBSD.org>

Add support for the Alpha Processor, Inc. UP1000 EV6 system.