Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 31:495e480360d7
prev2:42349f6ea216
next56:3224dceaf2a3
author nkeynes
date Mon Dec 26 03:10:41 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Update inst counter when switching CPUs
file annotate diff log raw
1.1 --- a/src/asic.h Sat Aug 21 06:15:49 2004 +0000
1.2 +++ b/src/asic.h Mon Dec 26 03:10:41 2005 +0000
1.3 @@ -1,3 +1,23 @@
1.4 +/**
1.5 + * $Id: asic.h,v 1.3 2005-12-25 08:24:07 nkeynes Exp $
1.6 + *
1.7 + * Support for the miscellaneous ASIC functions (Primarily event multiplexing,
1.8 + * and DMA). Includes MMIO definitions for the 5f6000 and 5f7000 regions,
1.9 + * although some functions (maple, ide) are implemented elsewhere.
1.10 + *
1.11 + * Copyright (c) 2005 Nathan Keynes.
1.12 + *
1.13 + * This program is free software; you can redistribute it and/or modify
1.14 + * it under the terms of the GNU General Public License as published by
1.15 + * the Free Software Foundation; either version 2 of the License, or
1.16 + * (at your option) any later version.
1.17 + *
1.18 + * This program is distributed in the hope that it will be useful,
1.19 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.20 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.21 + * GNU General Public License for more details.
1.22 + */
1.23 +
1.24 #include "mmio.h"
1.25
1.26 /**
.