History log of /src/sys/arch/alpha/pci/lca.c |
Revision | | Date | Author | Comments |
1.58 |
| 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.57 |
| 07-Aug-2021 |
thorpej | Merge thorpej-cfargs2.
|
1.56 |
| 16-Jul-2021 |
thorpej | branches: 1.56.2; On LCA45 systems, look at the memory controller's Bcache configuration to initialize uvmexp.ncolors rather than hard-coding a value per model (some models can have more than one configuration).
|
1.55 |
| 04-Jul-2021 |
thorpej | Remove unnecessary #include <sys/malloc.h>
|
1.54 |
| 19-Jun-2021 |
thorpej | Don't use a bunch of switch() statements in the core logic drivers to select the PCI interrupt initialization routine. Instead, register said routines by systype in a link set, and look them up and invoke them in a new function alpha_pci_intr_init().
|
1.53 |
| 18-Jun-2021 |
thorpej | Sprinkle some static.
|
1.52 |
| 24-Apr-2021 |
thorpej | branches: 1.52.2; Merge thorpej-cfargs branch:
Simplify and make extensible the config_search() / config_found() / config_attach() interfaces: rather than having different variants for which arguments you want pass along, just have a single call that takes a variadic list of tag-value arguments.
Adjust all call sites: - Simplify wherever possible; don't pass along arguments that aren't actually needed. - Don't be explicit about what interface attribute is attaching if the device only has one. (More simplification.) - Add a config_probe() function to be used in indirect configuiration situations, making is visibly easier to see when indirect config is in play, and allowing for future change in semantics. (As of now, this is just a wrapper around config_match(), but that is an implementation detail.)
Remove unnecessary or redundant interface attributes where they're not needed.
There are currently 5 "cfargs" defined: - CFARG_SUBMATCH (submatch function for direct config) - CFARG_SEARCH (search function for indirect config) - CFARG_IATTR (interface attribte) - CFARG_LOCATORS (locators array) - CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)
...and a sentinel value CFARG_EOL.
Add some extra sanity checking to ensure that interface attributes aren't ambiguous.
Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark ports to associate those device handles with device_t instance. This will trickle trough to more places over time (need back-end for pre-OFW Sun OBP; any others?).
|
1.51 |
| 06-Feb-2012 |
matt | branches: 1.51.62; 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
|
1.50 |
| 14-Jun-2011 |
matt | branches: 1.50.2; 1.50.6; Major cleanup of alpha device drivers. Switch to CFATTACH_DECL_NEW. struct device * -> device_t struct cfdata * -> cfdata_t Use of device_xname. No direct access to struct device members. Use aprint* (not complete).
|
1.49 |
| 17-May-2011 |
dyoung | branches: 1.49.2; PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functional role in NetBSD (drivers are no longer supposed to write these to pa_flags) without changing name. Correct that.
Rename PCI_FLAGS_IO_ENABLED to PCI_FLAGS_IO_OKAY and PCI_FLAGS_MEM_ENABLED to PCI_FLAGS_MEM_OKAY, thus making their names consistent with the other PCI flags and poisoning 3rd-party driver sources that use the flags in the old bad way.
This patch produces no binary changes in this set of PCI kernels when they are compiled w/o 'options DIAGNOSTIC' and w/ -V MKREPRO=yes:
algor P4032 P5064 P6032 alpha GENERIC amd64 GENERIC XEN3_DOM0 arc GENERIC atari HADES MILAN-PCIIDE bebox GENERIC cats GENERIC cobalt GENERIC evbarm-el ADI_BRH ARMADILLO9 CP3100 GEMINI GEMINI_MASTER GEMINI_SLAVE evbarm-el GUMSTIX HDL_G IMX31LITE INTEGRATOR IQ31244 IQ80310 IQ80321 evbarm-el IXDP425 IXM1200 KUROBOX_PRO evbarm-el LUBBOCK MARVELL_NAS NAPPI NSLU2 SHEEVAPLUG SMDK2800 TEAMASA_NPWR evbarm-el TEAMASA_NPWR_FC TS7200 TWINTAIL ZAO425 evbmips-el AP30 DBAU1500 DBAU1550 MALTA MERAKI MTX-1 OMSAL400 RB153 WGT624V3 evbmips64-el XLSATX evbppc EV64260 MPC8536DS MPC8548CDS OPENBLOCKS200 OPENBLOCKS266 evbppc OPENBLOCKS266_OPT P2020RDB PMPPC RB800 WALNUT hp700 GENERIC i386 ALL XEN3_DOM0 XEN3_DOMU ibmnws GENERIC iyonix GENERIC landisk GENERIC macppc GENERIC mvmeppc GENERIC netwinder GENERIC ofppc GENERIC prep GENERIC sandpoint GENERIC sbmips-el GENERIC sgimips GENERIC32_IP2x GENERIC32_IP3x sparc GENERIC_SUN4U KRUPS sparc64 GENERIC
|
1.48 |
| 15-Dec-2010 |
matt | branches: 1.48.2; Remove unneeded includes of <uvm/uvm_extern.h>
|
1.47 |
| 14-Mar-2009 |
dsl | branches: 1.47.4; ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
1.46 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.45 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.44 |
| 28-Apr-2008 |
martin | branches: 1.44.8; 1.44.14; Remove clause 3 and 4 from TNF licenses
|
1.43 |
| 11-Dec-2005 |
christos | branches: 1.43.74; 1.43.76; 1.43.78; merge ktrace-lwp.
|
1.42 |
| 30-Aug-2004 |
drochner | Phase out the use of a string as first "attach args" member to control which bustype should be attached with a specific call to config_found() (from a "mainbus" or a bus bridge). Do it for isa/eisa/mca and pci/agp for now. These buses all attach to an mi interface attribute "isabus", "eisabus" etc., and the autoconf framework now allows to specify an interface attribute on config_found() and config_search(), which limits the search of matching config data to these which attach to that specific attribute. So we basically have to call config_found_ia(..., "foobus", ...) where such a bus is attached. As a consequence, where a "mainbus" or alike also attaches other devices (eg CPUs) which do not attach to a specific attribute yet, we need at least pass an attribute name (different from "foobus") so that the foo bus is not found at these places. This made some minor changes necessary which are not obviously related to the mentioned buses.
|
1.41 |
| 15-Jun-2003 |
fvdl | branches: 1.41.2; Handle 64bit DMA addresses on PCI for platforms that can (currently only enabled on amd64). Add a dmat64 field to various PCI attach structures, and pass it down where needed. Implement a simple new function called pci_dma64_available(pa) to test if 64bit DMA addresses may be used. This returns 1 iff _PCI_HAVE_DMA64 is defined in <machine/pci_machdep.h>, and there is more than 4G of memory.
|
1.40 |
| 01-Jan-2003 |
thorpej | Use aprint_normal() for cfprint routines.
|
1.39 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.38 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.37 |
| 16-May-2002 |
thorpej | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. * Implement a machine-dependent pci_enumerate_bus() for sparc64 which uses OFW device nodes to enumerate the bus. When a PCI bus that is behind a bridge is attached, pci_attach_hook() allocates a new PCI chipset tag for the new bus and sets it's "curnode" to the OFW node of the bridge. This is used as a starting point when enumerating that bus. Root busses get the OFW node of the host bridge (psycho). * Garbage-collect "ofpci" and "ofppb" from the sparc64 port.
|
1.36 |
| 29-Jun-2000 |
mrg | branches: 1.36.2; 1.36.4; 1.36.16; remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
|
1.35 |
| 26-Feb-2000 |
thorpej | - Add a bus space method for getting the translation for a window. - Add sysarch methods for "get bus window count", "get bus window", and "pci conf read/write".
These are a hack, but they're what's necessary in order to make XFree86 work in its current state.
|
1.34 |
| 04-Nov-1999 |
thorpej | Allow rd/line, rd/mult, and wr/inval.
|
1.33 |
| 10-Apr-1999 |
cgd | branches: 1.33.2; 1.33.4; 1.33.8; be more consistent about use of 'cputype'. e.g. it's in a header, don't bother 'externing' it everywhere!
|
1.32 |
| 27-Jun-1998 |
thorpej | branches: 1.32.10; Take a stab at EB66 support. An EB66 is basically an EB64+ with a 21066 LCA instead of a 21064 + APECS.
|
1.31 |
| 27-Jun-1998 |
thorpej | Oops, forgot option header.
|
1.30 |
| 26-Jun-1998 |
thorpej | Very preliminary support for the Tadpole/DEC AlphaBook. These are basically AXPpci33 machines + power management and a Cirrus PCI-PCMCIA controller.
There is currently no support for the power management facilities, and the PCI-PCMCIA controller driver needs some work, but this should boot and run from disk.
|
1.29 |
| 06-Jun-1998 |
thorpej | Don't call *_dma_init() twice; there's no need to. Just do it in *attach().
|
1.28 |
| 14-May-1998 |
thorpej | Garbage-collect the old confargs stuff that was used in the Early Days. It isn't really appropriate anymore. Replace it with a real mainbus attach args structure.
|
1.27 |
| 17-Jan-1998 |
thorpej | Don't assume that we'll be using direct-mapped DMA for PCI.
|
1.26 |
| 12-Jan-1998 |
thorpej | Adjust for config changes.
|
1.25 |
| 02-Sep-1997 |
thorpej | Fix a typo.
|
1.24 |
| 02-Sep-1997 |
thorpej | Pull in DEC_AXPPCI_33 option.
|
1.23 |
| 02-Sep-1997 |
thorpej | Nuke the idea of <machine/options.h>. It completely defeats the purpose of fine-grain option dependencies.
|
1.22 |
| 02-Sep-1997 |
thorpej | Fix oversight in a previous commit.
|
1.21 |
| 02-Sep-1997 |
thorpej | Treat bus space tags more like pci chipset tags and bus dma tags: allocate them statically within a chipset's state structure, and pass them to the *_bus_{io,mem}_init() functions.
|
1.20 |
| 06-Jun-1997 |
thorpej | branches: 1.20.4; Pull thorpej-bus-dma branch into mainline.
|
1.19 |
| 10-Apr-1997 |
cgd | branches: 1.19.2; pass memory- and i/o-enabled flags down via the PCI bus and device attach arguments, so that a device can tell if its memory and I/O spaces are enabled. The flags are cleared, depending on the contents of devices CSR registers, in the machine-independent PCI bus code.
|
1.18 |
| 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.17 |
| 07-Apr-1997 |
cgd | clean up NetBSD RCS ID strings, include machine/options.h
|
1.16 |
| 06-Apr-1997 |
cgd | clean up some #ifdefs
|
1.15 |
| 08-Dec-1996 |
cgd | remove all traces of __BROKEN_INDIRECT_CONFIG (except in shared drivers)
|
1.14 |
| 05-Dec-1996 |
cgd | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG is defined.
|
1.13 |
| 25-Nov-1996 |
cgd | branches: 1.13.2; update for new extent management code. Most importantly, we can't call the chipset space init functions multiple times, since that would clobber extent allocations made between the two calls. Also, deal with the fact that the APECS and LCA no longer shared common chipset functions.
|
1.12 |
| 11-Nov-1996 |
cgd | clean up some spacing in switch statements
|
1.11 |
| 23-Oct-1996 |
cgd | update for new bus.h macros. bus_io_* and bus_mem_* integrated into single bus_space_* framework. Unfortunately, bus_space_{read,write}_* operations still imply barriers. That will change soon.
|
1.10 |
| 13-Oct-1996 |
christos | backout previous kprintf change
|
1.9 |
| 10-Oct-1996 |
christos | printf -> kprintf, sprintf -> ksprintf
|
1.8 |
| 27-Aug-1996 |
cgd | change cfprint_t type definition to take a const char *, rather than a char *, because that's what was really intended, and because if the print function modifies the string, various things could become unhappy (so the string should _not_ be modified).
|
1.7 |
| 11-Jul-1996 |
cgd | some cleanup for -Wall
|
1.6 |
| 09-Jul-1996 |
cgd | clean and update for new defintions, prototypes, etc.
|
1.5 |
| 23-Apr-1996 |
cgd | Corrections from hardware manual, from Trevor Mendez <tmendez@bbn.com>. Adds comments and sets IOC_CONF correctly (it's write-only!).
|
1.4 |
| 12-Apr-1996 |
cgd | clean up copyrights and RCS IDs
|
1.3 |
| 12-Apr-1996 |
cgd | partially update for new ISA/EISA/PCI and 'bus' interfaces. not yet complete, or tested.
|
1.2 |
| 17-Mar-1996 |
thorpej | New device attachment scheme:
- split softc size and match/attach out from cfdriver into a new struct cfattach.
- new "attach" directive for files.*. May specify the name of the cfattach structure, so that devices may be easily attached to parents with different autoconfiguration semantics.
|
1.1 |
| 23-Nov-1995 |
cgd | wholesale update from my NetBSD/Alpha source tree. Includes: Support for AXPpci CPUs, Support for AlphaStation 600 CPUs, new boot block structure, which requires an 'installboot' program and works a lot like the NetBSD/sparc boot blocks.
|
1.13.2.4 |
| 07-Jun-1997 |
cgd | syng thorpej-bus-dma changes with alpha-nwscons branch
|
1.13.2.3 |
| 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.13.2.2 |
| 08-Dec-1996 |
cgd | sync __BROKEN_INDIRECT_CONFIG removal with trunk.
|
1.13.2.1 |
| 07-Dec-1996 |
cgd | mostly sync with changes on the trunk
|
1.19.2.1 |
| 23-May-1997 |
thorpej | - Garbage-collect all DMA-related initialization, calling a separate *_dma_init() function instead. - Pass the appropriate bus dma tag to children.
|
1.20.4.1 |
| 04-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.32.10.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.33.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.33.4.1 |
| 14-Nov-1999 |
fvdl | Sync with -current.
|
1.33.2.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.36.16.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
1.36.4.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.36.4.1 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.36.2.3 |
| 03-Jan-2003 |
thorpej | Sync with HEAD.
|
1.36.2.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.36.2.1 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.41.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.41.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.41.2.1 |
| 03-Sep-2004 |
skrll | Sync with HEAD
|
1.43.78.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.43.78.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.43.76.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.43.74.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.44.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.44.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.47.4.2 |
| 31-May-2011 |
rmind | sync with head
|
1.47.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.48.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.49.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.50.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.50.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.51.62.1 |
| 23-Mar-2021 |
thorpej | Convert config_found_ia() call sites where the device only carries a single interface attribute to bare config_found() calls.
|
1.52.2.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|
1.56.2.1 |
| 03-Aug-2021 |
thorpej | Adapt to CFARGS().
|