Home | History | Annotate | Download | only in alchemy
History log of /src/sys/arch/mips/alchemy/au_wired_space.c
RevisionDateAuthorComments
 1.11  04-Jan-2021  thorpej malloc(9) -> kmem(9)
 1.10  10-Nov-2019  chs branches: 1.10.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.9  27-Jan-2012  para branches: 1.9.48;
converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged
 1.8  10-Jul-2011  matt branches: 1.8.2; 1.8.6;
Fix machine/ includes
 1.7  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.6  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.5  04-Mar-2007  christos branches: 1.5.40; 1.5.42; 1.5.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.4  21-Feb-2007  thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.3  16-Mar-2006  simonb branches: 1.3.4; 1.3.10; 1.3.16; 1.3.22;
Update a comment.
 1.2  16-Feb-2006  gdamore branches: 1.2.2; 1.2.4; 1.2.6;
Remove useless extra assignment.
 1.1  06-Feb-2006  gdamore Add a bus_space that makes use of wired TLB entries, as required for PCI,
PCMCIA, and perhaps other devices on Alchemy parts.

Closes PR port-evbmips/32298
Reviewed as part of PCI changes by matt@, izumi@, and probably also simonb@.

This implementation has been tested seperately with my PCI code. This commit
does not add the necessary changes to configuration files to include this in
current configurations yet, as I intend to add that when I add the
multi-platform configuration support for evbmips/alchemy (which will be
required for PCI anyway.)
 1.2.6.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.2.4.1  01-Apr-2006  yamt sync with head.
 1.2.2.2  18-Feb-2006  yamt sync with head.
 1.2.2.1  16-Feb-2006  yamt file au_wired_space.c was added on branch yamt-uio_vmspace on 2006-02-18 15:38:41 +0000
 1.3.22.2  12-Mar-2007  rmind Sync with HEAD.
 1.3.22.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.3.16.2  09-Sep-2006  rpaulo sync with head
 1.3.16.1  16-Mar-2006  rpaulo file au_wired_space.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:41:14 +0000
 1.3.10.4  03-Sep-2007  yamt sync with head.
 1.3.10.3  26-Feb-2007  yamt sync with head.
 1.3.10.2  21-Jun-2006  yamt sync with head.
 1.3.10.1  16-Mar-2006  yamt file au_wired_space.c was added on branch yamt-lazymbuf on 2006-06-21 14:53:28 +0000
 1.3.4.2  22-Apr-2006  simonb Sync with head.
 1.3.4.1  16-Mar-2006  simonb file au_wired_space.c was added on branch simonb-timecounters on 2006-04-22 11:37:41 +0000
 1.5.44.1  16-May-2008  yamt sync with head.
 1.5.42.1  18-May-2008  yamt sync with head.
 1.5.40.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.6.1  18-Feb-2012  mrg merge to -current.
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.9.48.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.10.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed