Home | History | Annotate | Download | only in sun3x
History log of /src/sys/arch/sun3/sun3x/idprom.c
RevisionDateAuthorComments
 1.16  06-Sep-2013  tsutsui Tab/whitespace cleanup.
 1.15  28-Apr-2008  martin branches: 1.15.34; 1.15.44; 1.15.50;
Remove clause 3 and 4 from TNF licenses
 1.14  04-Mar-2007  christos branches: 1.14.40; 1.14.42; 1.14.44;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.13  03-Oct-2006  tsutsui branches: 1.13.4;
- change find_prom_map() to take paddr_t and return vaddr_t rather than
bus_space_handle_t since bus space handle without bus space tag looks weird
- replace old sun3 obio_find_mapping() with new common find_prom_map()
- add bus_space_vaddr(), from hp300
 1.12  11-Dec-2005  christos branches: 1.12.20; 1.12.22;
merge ktrace-lwp.
 1.11  22-Jan-2005  chs branches: 1.11.8;
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.10  15-Jul-2003  lukem branches: 1.10.8;
__KERNEL_RCSID()
 1.9  05-Sep-2001  tsutsui branches: 1.9.6; 1.9.22;
bcopy() -> memcpy(), bzero() -> memset()
 1.8  12-Apr-1999  gwr branches: 1.8.2; 1.8.22;
Fix unused variable warning
 1.7  08-Apr-1999  gwr Fix the IDPROM checksum. It should check only the first 16 bytes.
Also try to make the sun3 and sun3x versions more similar.
 1.6  05-Feb-1998  gwr Merge arch/sun3x into arch/sun3
 1.5  16-Oct-1997  gwr branches: 1.5.4;
Remove the autoconfig glue. This driver is mandatory,
and the match/attach functions did nothing anyway.
 1.4  28-Apr-1997  gwr Use unsigned when doing copy/xor check.
 1.3  25-Apr-1997  gwr Make idprom_init() figure out where the IDPROM resides.
Add autoconfig glue, which currently just shows the
address where the IDPROM was found.
 1.2  27-Jan-1997  gwr Add machdep.h; use sunmon_abort() instead of mon_exit_to_mon().
 1.1  14-Jan-1997  gwr branches: 1.1.1;
Initial revision
 1.1.1.1  14-Jan-1997  gwr Initial import. Gets as far as nfs_mountroot.
 1.5.4.1  27-Jan-1998  gwr Merged Sun3 and Sun3X kernel sources.
 1.8.22.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.8.2.2  12-Apr-1999  gwr Fix unused variable warning
 1.8.2.1  12-Apr-1999  gwr file idprom.c was added on branch netbsd-1-4 on 1999-04-12 01:30:23 +0000
 1.9.22.4  24-Jan-2005  skrll Sync with HEAD.
 1.9.22.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.22.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.22.1  03-Aug-2004  skrll Sync with HEAD
 1.9.6.2  05-Sep-2001  tsutsui bcopy() -> memcpy(), bzero() -> memset()
 1.9.6.1  05-Sep-2001  tsutsui file idprom.c was added on branch nathanw_sa on 2001-09-05 14:18:11 +0000
 1.10.8.1  29-Apr-2005  kent sync with -current
 1.11.8.2  03-Sep-2007  yamt sync with head.
 1.11.8.1  30-Dec-2006  yamt sync with head.
 1.12.22.1  06-Oct-2006  tsutsui Sync files of recent sun3 and sun68k merge and intersil7170(4) changes
with HEAD to build sun3 kernel on this branch.
 1.12.20.1  18-Nov-2006  ad Sync with head.
 1.13.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.14.44.1  16-May-2008  yamt sync with head.
 1.14.42.1  18-May-2008  yamt sync with head.
 1.14.40.1  02-Jun-2008  mjf Sync with HEAD.
 1.15.50.1  18-May-2014  rmind sync with head
 1.15.44.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.15.34.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed