History log of /src/sys/arch/amigappc/include/Makefile |
Revision | | Date | Author | Comments |
1.26 |
| 21-Dec-2015 |
christos | Add mips fenv.h (From FreeBSD)
|
1.25 |
| 23-Jul-2014 |
alnsn | branches: 1.25.4; Rename sljitarch.h to sljit_machdep.h.
|
1.24 |
| 17-Nov-2013 |
alnsn | branches: 1.24.2; Enable sljit and bpfjit on powerpc.
|
1.23 |
| 24-Jan-2010 |
phx | branches: 1.23.12; 1.23.22; 1.23.26; Fixed a typo. Make ./build.sh release work.
|
1.22 |
| 21-Jul-2009 |
phx | Some improvements based on the work of Adam Ciarcinski. Adapted everything to integrate with current 5.99 source. Added an Amiga PIC for interrupt handling.
Status: A CSPPC machine probably boots into single user, but only few devices will attach without problems (e.g. keyboard, serial, parallel, floppy disk, the RTC, CC graphics, sometimes Ariande ethernet and A4000 IDE. BPPC support is prepared, but unfinished and untested (I don't own a BPPC).
A problem which has to be solved is interrupt acknowledging, which may happen twice. Once in the amiga drivers from sys/arch/amiga/dev and then in the PPC specific pic_amiga.c.
|
1.21 |
| 09-Feb-2007 |
ad | branches: 1.21.48; Merge newlock2 to head.
|
1.20 |
| 26-Jul-2006 |
drochner | branches: 1.20.4; don't install <machine/db_machdep.h>, this is kernel only
|
1.19 |
| 11-Dec-2005 |
christos | branches: 1.19.4; 1.19.8; merge ktrace-lwp.
|
1.18 |
| 08-May-2004 |
kleink | branches: 1.18.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.17 |
| 21-Jan-2003 |
kleink | branches: 1.17.2; Add <machine/mcontext.h> wrapper.
|
1.16 |
| 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
1.15 |
| 06-Sep-2002 |
gehenna | Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
1.14 |
| 07-Aug-2002 |
briggs | Implement pmc(9) -- An interface to hardware performance monitoring counters. These counters do not exist on all CPUs, but where they do exist, can be used for counting events such as dcache misses that would otherwise be difficult or impossible to instrument by code inspection or hardware simulation.
pmc(9) is meant to be a general interface. Initially, the Intel XScale counters are the only ones supported.
|
1.13 |
| 04-Apr-2002 |
bjh21 | branches: 1.13.2; ... and lock.h.
|
1.12 |
| 04-Apr-2002 |
bjh21 | Install endian_machdep.h.
|
1.11 |
| 04-Apr-2002 |
bjh21 | Install reloc.h.
|
1.10 |
| 28-Nov-2001 |
kleink | No point in installing svr4_machdep.h.
|
1.9 |
| 19-Sep-2001 |
thorpej | Amiga doesn't need its own fbio.h anymore; screenblank(8) uses <dev/sun/fbio.h>, and the ioctl that this file defines is compatible.
|
1.8 |
| 15-Apr-2001 |
kleink | branches: 1.8.2; 1.8.4; Add definitions of C99 integer format conversion macros. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
1.7 |
| 15-Apr-2001 |
kleink | Add definitions of C99 specified-width integer type limits. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
1.6 |
| 14-Apr-2001 |
kleink | Add long-missing(!) <machine/math.h>.
|
1.5 |
| 14-Apr-2001 |
kleink | Add definitions of C99 integer constant macros. Tidy Makefiles up a little.
|
1.4 |
| 14-Apr-2001 |
kleink | Add definitions of C99 minimum-width and greatest-width integer types. XXX Fastest minimum-width integer types haven't been decided upon yet.
|
1.3 |
| 26-Jun-2000 |
kleink | branches: 1.3.2; 1.3.4; Add <machine/int_types.h>, which provides namespace-pure definitions of exact-width integer types.
|
1.2 |
| 05-Jun-2000 |
is | This is amigappc, not amiga.
|
1.1 |
| 25-May-2000 |
is | branches: 1.1.2; Initial AmigaPPC commit.
Lots of the work was done by Adam Ciarcinsky.
Currently, this only supports CyberPPC boards by Phase 5. Blizzard PPC expected later.
The kernel is useless but for demonstrating that it starts... especially interupts, and most of MMU support, is not in yet. Builtin console works, however, and you can look at the kernel startup messages.
|
1.1.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.3.4.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.3.2.3 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.3.2.2 |
| 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.3.2.1 |
| 26-Jun-2000 |
bouyer | file Makefile was added on branch thorpej_scsipi on 2000-11-20 19:59:37 +0000
|
1.8.4.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.8.2.4 |
| 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.8.2.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.8.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.8.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.13.2.2 |
| 30-Aug-2002 |
gehenna | catch up with -current.
|
1.13.2.1 |
| 19-May-2002 |
gehenna | Remove port-dependent conf.h.
|
1.17.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.17.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.17.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.18.12.2 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.18.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.19.8.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.19.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.20.4.1 |
| 01-Feb-2007 |
ad | Header file cleanup.
|
1.21.48.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.21.48.1 |
| 19-Aug-2009 |
yamt | sync with head.
|
1.23.26.1 |
| 18-May-2014 |
rmind | sync with head
|
1.23.22.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.23.22.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.23.12.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")
|
1.24.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.25.4.1 |
| 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|