Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/alpha/isa/isa_machdep.c
RevisionDateAuthorComments
 1.22  07-May-2021  thorpej Liberally sprinkle static around to get more symbols out of the
global namespace. A small bit of const poisoning in the TC code.
 1.21  06-Feb-2012  matt branches: 1.21.64;
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.20  06-Jun-2011  matt branches: 1.20.2; 1.20.6;
CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t
 1.19  15-Dec-2010  matt branches: 1.19.6;
rework <uvm/uvm_extern.h> includes.
 1.18  14-Mar-2009  dsl branches: 1.18.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.17  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.16  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.15  02-Oct-2002  thorpej branches: 1.15.112; 1.15.120; 1.15.126;
Use CFATTACH_DECL().
 1.14  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.13  29-Jun-2000  mrg branches: 1.13.2; 1.13.4;
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
 1.12  07-Aug-1998  drochner branches: 1.12.12;
implemt a simple "beep" device to access the ISA speaker
 1.11  28-May-1998  drochner pull in new PC display headers
 1.10  15-Apr-1998  drochner Adapt ISA console selection ti new mi drivers.
(was broken anyway, a "++" was missing somewhere)
 1.9  02-Sep-1997  thorpej Nuke the idea of <machine/options.h>. It completely defeats the purpose
of fine-grain option dependencies.
 1.8  07-Apr-1997  cgd branches: 1.8.4;
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.7  06-Apr-1997  cgd clean up NetBSD RCS ID strings, include machine/options.h
 1.6  06-Apr-1997  cgd fix bogon in comment (s/PCI/ISA/)
 1.5  23-Nov-1996  cgd branches: 1.5.2;
update for new names for ISA VGA console match and attach functions
 1.4  19-Nov-1996  cgd implement isa_display_console(), to be used when console is an ISA display dev
 1.3  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.2  03-Aug-1995  cgd oops; trim some bogus 1994's from copyrights
 1.1  28-Jun-1995  cgd ISA and PCI support for DEC AlphaStations
 1.5.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.8.4.1  04-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.12.12.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.13.4.1  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.13.2.1  18-Oct-2002  nathanw Catch up to -current.
 1.15.126.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.15.120.1  28-Apr-2009  skrll Sync with HEAD.
 1.15.112.1  04-May-2009  yamt sync with head.
 1.18.4.2  12-Jun-2011  rmind sync with head
 1.18.4.1  05-Mar-2011  rmind sync with head
 1.19.6.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.20.6.1  18-Feb-2012  mrg merge to -current.
 1.20.2.1  17-Apr-2012  yamt sync with head
 1.21.64.1  13-May-2021  thorpej Sync with HEAD.

RSS XML Feed