History log of /src/sys/arch/alpha/pci/mcpciareg.h |
Revision | | Date | Author | Comments |
1.9 |
| 02-Jun-2024 |
andvar | fix various typos in word `interrupt', mainly in comments.
|
1.8 |
| 06-Feb-2012 |
matt | 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.7 |
| 17-May-2006 |
drochner | branches: 1.7.100; 1.7.104; Define some fixed bus addresses as "Unsigned Long" instead of "Long Long" -- gcc4 propagates the "long long" along the way and complains about mismatches to "long". This is the same on alpha, but the conflict is unnecessary, so avoid it.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.4; 1.6.6; 1.6.8; 1.6.12; merge ktrace-lwp.
|
1.5 |
| 13-Feb-2004 |
wiz | branches: 1.5.16; Uppercase CPU, plural is CPUs.
|
1.4 |
| 26-Sep-2003 |
wiz | Definition, not defintion. From miod@openbsd.
|
1.3 |
| 15-Apr-1999 |
thorpej | branches: 1.3.36; Add support for a single statically-allocated MCPCIA configuration structure, which holds state of the MCPCIA to which the console is attached.
- All MCPCIA info is now stored in the mcpcia_config structure; the mcpcia_softc only contains a struct device and a pointer to one of these. - If attaching the console MCPCIA, use the static configuration, else allocate the substructure. - Rename mcpcia_init() to mcpcia_init0(), and make it take a "mallocsafe" argument. - Implement a new mcpcia_init(), which looks for the MCPCIA which has the EISA bridge attached. Initialize this MCPCIA as the console MCPCIA (the console on the Rawhide is only allowed on this MCPCIA; firmware rule). - Eliminate the kludgy linked listed of mcpcia_softcs. Just use mcpcia_cd to find all configured instances.
Separate bug fix: Actually clear the MCPCIA error mask after probing for PCI (and ISA) devices, don't just clear it twice in mcpcia_init0().
Some other slight cleanup.
|
1.2 |
| 08-Jul-1998 |
mjacob | branches: 1.2.8; add some error handling definitions
|
1.1 |
| 15-Apr-1998 |
mjacob | add Alpha 4100 support
|
1.2.8.1 |
| 16-Apr-1999 |
thorpej | branches: 1.2.8.1.2; Pull up 1.2 -> 1.3.
|
1.2.8.1.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.3.36.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.36.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.36.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.6.12.1 |
| 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.6.8.1 |
| 24-May-2006 |
yamt | sync with head.
|
1.6.6.1 |
| 01-Jun-2006 |
kardel | Sync with head.
|
1.6.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.7.104.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.7.100.1 |
| 17-Apr-2012 |
yamt | sync with head
|