History log of /src/sys/arch/alpha/pci/apecs_bus_io.c |
Revision | | Date | Author | Comments |
1.13 |
| 04-Dec-2023 |
thorpej | Convert the Alpha port's bus_space back-end to manage address space with vmem(9) arenas (using statically-allocated private boundary tags for very early-in-boot) rather than extent(9).
As a side-effect, there's arguments to some initialization functions that are no longer required, so garbage-collect those, update all the call sites.
|
1.12 |
| 04-Jul-2021 |
thorpej | Remove unnecessary #include <sys/malloc.h>
|
1.11 |
| 01-Jul-2011 |
dyoung | branches: 1.11.70; #include <sys/bus.h> instead of <machine/bus.h>.
|
1.10 |
| 15-Dec-2010 |
matt | Remove unneeded includes of <uvm/uvm_extern.h>
|
1.9 |
| 29-Jun-2000 |
mrg | branches: 1.9.152; remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
1.8 |
| 02-Sep-1997 |
thorpej | branches: 1.8.18; Nuke the idea of <machine/options.h>. It completely defeats the purpose of fine-grain option dependencies.
|
1.7 |
| 02-Sep-1997 |
thorpej | Use more complete #include directives when pulling in the chipdep functions.
|
1.6 |
| 02-Sep-1997 |
thorpej | Adjust for new names for the PCI i/o and mem swizzle-style access function files.
|
1.5 |
| 10-Apr-1997 |
cgd | branches: 1.5.4; move and split pcs_bus_{mem,io}_common.c, so that: (1) object code can be shared (where the hardware makes that possible), and (2) so that the file names better describe the systems which use them. (the pci_swiz* files are for machines whose PCI interfaces require address "swizzling." Later, there will be probably be other sets, e.g. pci_bwx* for machines whose chipsets can easily deal with the Alpha BWX extensions when doing device accesses.)
|
1.4 |
| 07-Apr-1997 |
cgd | by default, provide RCS IDs for NetBSD/alpha kernel files in kernel binaries. This can be disabled (to save a bit of space) with the NO_KERNEL_RCSIDS options, which is present but commented out in the ALPHA config file. In ELF-format kernels, these strings are present in the kernel binary but are not loaded into memory. (In ECOFF-format kernels, there's no easy way to keep them from being loaded, so they _are_ loaded into memory.)
|
1.3 |
| 07-Apr-1997 |
cgd | include machine/options.h
|
1.2 |
| 07-Apr-1997 |
cgd | clean up NetBSD RCS ID strings
|
1.1 |
| 25-Nov-1996 |
cgd | branches: 1.1.2; split the APECS and LCA bus memory and I/O functions. Most of them still do the same things, but the extent maps have to be managed differently, since the two chipsets provide different memory and I/O region mapping possibilities.
|
1.1.2.1 |
| 01-Jun-1997 |
cgd | sync the nwscons branch up with yesterday's version of the trunk. Lots of conflicts/changes because of the RCS Id format changes. Also, a few cleanups and corrections.
|
1.5.4.1 |
| 04-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.8.18.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.9.152.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.11.70.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|