History log of /src/sys/arch/atari/include/types.h |
Revision | | Date | Author | Comments |
1.19 |
| 01-Apr-2021 |
simonb | Define __HAVE_LEGACY_INTRCNT to indicate this port uses legacy intrcnt interrupt accounting.
|
1.18 |
| 01-Apr-2021 |
simonb | Whitespace: #define<tab>
|
1.17 |
| 23-Jan-2021 |
christos | branches: 1.17.2; Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8
|
1.16 |
| 18-Dec-2011 |
tsutsui | branches: 1.16.60; Restore __HAVE_MM_MD_READWRITE which was added for 5.99.53 in rev 1.14 but removed by merge botch on __HAVE_NEW_STYLE_BUS_H changes in rev 1.15.
Fixes "/dev/nvram: Device not configured" problem on installboot(8) reported by David Ross.
|
1.15 |
| 17-Jul-2011 |
dyoung | branches: 1.15.2; 1.15.6; Switch to new-style <sys/bus.h>.
|
1.14 |
| 12-Jun-2011 |
rmind | Welcome to 5.99.53! Merge rmind-uvmplock branch:
- Reorganize locking in UVM and provide extra serialisation for pmap(9). New lock order: [vmpage-owner-lock] -> pmap-lock.
- Simplify locking in some pmap(9) modules by removing P->V locking.
- Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs).
- Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner. Add TLBSTATS option for x86 to collect statistics about TLB shootdowns.
- Unify /dev/mem et al in MI code and provide required locking (removes kernel-lock on some ports). Also, avoid cache-aliasing issues.
Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches formed the core changes of this branch.
|
1.13 |
| 20-Jan-2008 |
joerg | branches: 1.13.32; 1.13.42; Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, remove the conditionals and the code associated with the undef case.
|
1.12 |
| 08-Jan-2008 |
joerg | Convert Atari to generic TODR and timecounter.
|
1.11 |
| 17-Oct-2007 |
garbled | branches: 1.11.2; 1.11.8; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.10 |
| 14-Jul-2007 |
ad | branches: 1.10.10; Generic soft interrupts are mandatory.
|
1.9 |
| 21-Mar-2007 |
tsutsui | branches: 1.9.4; Apply MI softintr(9) patch before it becomes rotten. Untested. See also: http://mail-index.netbsd.org/port-atari/2007/03/07/0000.html
|
1.8 |
| 28-Feb-2002 |
simonb | branches: 1.8.70; 1.8.74; 1.8.76; 1.8.78; Use "#define<tab>".
|
1.7 |
| 10-Jul-2001 |
leo | branches: 1.7.6; Remove __BROKEN_CONFIG_UNIT_USAGE.
|
1.6 |
| 05-Feb-2000 |
cgd | branches: 1.6.8; add __BROKEN_CONFIG_UNIT_USAGE #define, becuase these ports do very wrong things with device configuration data "cf_unit" information.
|
1.5 |
| 20-Dec-1996 |
leo | branches: 1.5.28; Get rid of BROKEN_INDIRECT_CONFIG
|
1.4 |
| 05-Dec-1996 |
cgd | First step inn removing config_scan() and the hacks that gave devices on indirect-config busses a (permanent) softc that they could share between 'match' and 'attach' routines:
Define __BROKEN_INDIRECT_CONFIG so that old autoconfiguration interfaces are used, until drivers are converted to use the new interfaces (actually, converted back to use the _older_ interfaces) which prohibit indirect configuration devices from receiving a softc in their match routine that they can share with their attach routine.
|
1.3 |
| 11-Jul-1995 |
leo | Dumping works, now if there were tools to handle it...
|
1.2 |
| 26-Jun-1995 |
cgd | define __BDEVSW_DUMP_OLD_TYPE for ports where it's true. clean up some m68k ports inclusion of common header.
|
1.1 |
| 26-Mar-1995 |
leo | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 26-Mar-1995 |
leo | NetBSD/Atari, port by Leo Weppelman.
|
1.5.28.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.6.8.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.6.8.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.7.6.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.7.6.1 |
| 10-Jul-2001 |
nathanw | file types.h was added on branch nathanw_sa on 2002-04-01 07:39:33 +0000
|
1.8.78.1 |
| 29-Mar-2007 |
reinoud | Pullup to -current
|
1.8.76.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.8.74.2 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.8.74.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
1.8.70.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
1.9.4.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.10.10.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.11.8.2 |
| 23-Jan-2008 |
bouyer | Sync with HEAD.
|
1.11.8.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.11.2.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.13.42.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.13.32.1 |
| 18-Mar-2010 |
rmind | Unify /dev/{mem,kmem,zero,null} implementations in MI code. Based on patch from Joerg Sonnenberger, proposed on tech-kern@, in February 2008.
Work and depression still in progress.
|
1.15.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.15.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.16.60.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.17.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|