1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/powerpc
John Birrell ba90c265b0 Implement the _long functions using u_long rather than trying to
cast as uint32_t which is defined as unsigned int. gcc doesn't want to
consider that there might not be much difference between an int and
a long on a 32 bit architecture.
2007-11-26 05:52:45 +00:00
..
aim Prevent the leakage of wired pages in the following circumstances: 2007-11-17 22:52:29 +00:00
compile
conf Cut over to ULE on PowerPC 2007-10-23 00:52:25 +00:00
include Implement the _long functions using u_long rather than trying to 2007-11-26 05:52:45 +00:00
ofw - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the 2006-01-06 19:22:19 +00:00
powermac Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
powerpc Extend critical section coverage in the low-level interrupt handlers to 2007-11-21 04:03:51 +00:00
psim Revamp the interrupt handling in support of INTR_FILTER. This includes: 2007-08-11 19:25:32 +00:00