freebsd-nq/sys/sparc64/sparc64
Marcel Moolenaar e4793b0eda Better fix the busdma problem exposed by ATA. With the CMD 646 for
example the maximum segment size is 64K while the boundary is set
to 8K due to controller limitations. It is impossible to NOT cross
the boundary for any segment size that's larger than the boundary.
So, once we inherited the boundary from the parent tag, make sure
to reduce the maximum segment size to the boundary if it was larger.

MT5 candidate.
2004-09-10 07:00:28 +00:00
..
autoconf.c
bus_machdep.c Better fix the busdma problem exposed by ATA. With the CMD 646 for 2004-09-10 07:00:28 +00:00
cache.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
cheetah.c Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
clock.c
counter.c Prefer explicit ints to implicit ints in the prototype as well as in 2004-05-10 11:17:20 +00:00
critical.c Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's 2003-08-12 23:24:05 +00:00
db_disasm.c
db_hwwatch.c
db_interface.c Mega update for the KDB framework: turn DDB into a KDB backend. 2004-07-10 23:47:20 +00:00
db_trace.c Unify db_stack_trace_cmd(). All it did was look up the thread given 2004-07-21 05:07:09 +00:00
dump_machdep.c Don't confuse NULL with 0. 2003-12-26 14:30:19 +00:00
eeprom_ebus.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
eeprom_sbus.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
eeprom.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
elf_machdep.c Add __elfN(dump_thread). This function is called from __elfN(coredump) 2004-08-11 02:35:06 +00:00
exception.S add support for interrupt counting on sparc64. This copies part of the 2003-07-16 00:08:43 +00:00
gdb_machdep.c Introduce the GDB debugger backend for the new KDB framework. The 2004-07-10 17:47:22 +00:00
genassym.c Move the per-CPU vmspace pointer fixup that is required before a 2004-05-26 12:06:52 +00:00
identcpu.c Update the reference to the FreeBSD sparc64 mailing list, its name has 2004-04-30 14:04:21 +00:00
in_cksum.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
interrupt.S add support for interrupt counting on sparc64. This copies part of the 2003-07-16 00:08:43 +00:00
intr_machdep.c Implement preemption of kernel threads natively in the scheduler rather 2004-07-02 20:21:44 +00:00
iommu.c These don't need RMAN_RESOURCE_VISIBLE now that rman is visible 2004-07-03 20:56:16 +00:00
locore.S - Fix placement of cvs ids in previous commit to match .S files in libc. 2003-04-29 00:37:41 +00:00
machdep.c Refactor a bunch of scheduler code to give basically the same behaviour 2004-09-05 02:09:54 +00:00
mem.c Correct some uses of the wrong members of the *min()/*max()-familiy, e.g. 2004-08-15 21:37:52 +00:00
mp_exception.S - Rename the IPI_WAIT macro to IPI_DONE. 2003-06-19 05:27:04 +00:00
mp_locore.S - Fix placement of cvs ids in previous commit to match .S files in libc. 2003-04-29 00:37:41 +00:00
mp_machdep.c Update for the KDB framework: 2004-07-10 23:10:07 +00:00
nexus.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofw_bus.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofw_machdep.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
pmap.c Add pmap locking to pmap_remove_all(). 2004-08-13 18:54:21 +00:00
prof_machdep.c
rwindow.c
sc_machdep.c "md" files for syscons. 2003-08-24 00:47:40 +00:00
spitfire.c Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
support.S Fix a bug in the data access error recorvery. Before re-enabling the data 2003-11-11 06:41:54 +00:00
swtch.S Move the per-CPU vmspace pointer fixup that is required before a 2004-05-26 12:06:52 +00:00
sys_machdep.c - Push down Giant into the sysarch() calls that still need Giant. 2003-04-25 20:04:02 +00:00
tick.c Completely disable interrupts (not just raise %pil) when calculating the 2003-05-29 17:49:21 +00:00
tlb.c - Move the routine for flushing all user mappings from the tlb from pmap to 2003-04-13 21:54:58 +00:00
trap.c Remove an unneeded argument.. 2004-08-31 07:34:54 +00:00
tsb.c Add pmap locking to many of the functions. 2004-08-10 20:53:26 +00:00
uio_machdep.c Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or 2004-08-21 18:50:34 +00:00
vm_machdep.c Bring in mbuma to replace mballoc. 2004-05-31 21:46:06 +00:00