History log of /src/sys/arch/sun2/dev/zs_any.c |
Revision | | Date | Author | Comments |
1.18 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.17 |
| 29-Mar-2008 |
tsutsui | branches: 1.17.2; 1.17.4; Split softc and device_t for zsc(4) and its children.
XXX we should restructure MI APIs and make it really machine independent.
|
1.16 |
| 03-Oct-2006 |
tsutsui | branches: 1.16.52; - 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.15 |
| 01-Oct-2006 |
tsutsui | First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate
XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2.
|
1.14 |
| 28-Mar-2006 |
thorpej | branches: 1.14.8; 1.14.10; Use device_unit().
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.4; 1.13.6; 1.13.8; 1.13.10; 1.13.12; merge ktrace-lwp.
|
1.12 |
| 19-Jun-2005 |
thorpej | branches: 1.12.2; Move common Sun ID PROM definitions into <dev/sun/idprom.h>.
|
1.11 |
| 22-Jan-2005 |
chs | 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 |
| 02-Oct-2002 |
thorpej | branches: 1.9.6; Add trailing ; to CFATTACH_DECL.
|
1.8 |
| 01-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.7 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.6 |
| 27-Jul-2002 |
fredette | Fixed kgdb support by including <sun2/dev/cons.h>.
|
1.5 |
| 26-Nov-2001 |
fredette | branches: 1.5.8; Only declare the console keyboard on zs if it's a Sun-2 or later keyboard.
|
1.4 |
| 27-Jun-2001 |
fredette | branches: 1.4.2; 1.4.8; Converted to use the new bus-specific attach args. Added the zs_console_flags function, used to tell MI code what zs is tied up in the console.
|
1.3 |
| 14-Jun-2001 |
fredette | Now use the bus_space_peek_N function to probe for the device, and common sun68k_find_prom_map function to find a PROM mapping for a device.
|
1.2 |
| 30-May-2001 |
lukem | add missing #include "opt_kgdb.h"
|
1.1 |
| 06-Apr-2001 |
fredette | branches: 1.1.2; Added.
|
1.1.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.2.1 |
| 06-Apr-2001 |
bouyer | file zs_any.c was added on branch thorpej_scsipi on 2001-04-21 17:54:47 +0000
|
1.4.8.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.4.8.3 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.4.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.8.1 |
| 27-Jun-2001 |
nathanw | file zs_any.c was added on branch nathanw_sa on 2002-01-08 00:28:08 +0000
|
1.4.2.3 |
| 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.4.2.2 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.8.1 |
| 31-Aug-2002 |
gehenna | catch up with -current.
|
1.9.6.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.9.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.9.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.9.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.9.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.12.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.12.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.13.10.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.13.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.13.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.13.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.14.10.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.14.8.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.16.52.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.16.52.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.17.4.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.17.2.1 |
| 18-May-2008 |
yamt | sync with head.
|