History log of /src/sys/arch/alpha/jensenio/jensenio_bus_intio.c |
Revision | | Date | Author | Comments |
1.7 |
| 04-Dec-2023 |
thorpej | Convert the Alpha port's bus_space back-end to manage address space with vmem(9) arenas (using statically-allocated private boundary tags for very early-in-boot) rather than extent(9).
As a side-effect, there's arguments to some initialization functions that are no longer required, so garbage-collect those, update all the call sites.
|
1.6 |
| 04-Jul-2021 |
thorpej | Remove unnecessary #include <sys/malloc.h>
|
1.5 |
| 06-Feb-2012 |
matt | branches: 1.5.64; Do a minor cleanup of alpha (this will make applying pullups post branching easier). u_int{8,16,32,64}_t -> uint{*}_t Change all old-style definitions to C89 prototypes. Whitespace cleanup. Constification in db_disasm.c
|
1.4 |
| 25-Sep-2011 |
chs | branches: 1.4.2; 1.4.6; change inline to static inline to appease gcc 4.5.
|
1.3 |
| 01-Jul-2011 |
dyoung | #include <sys/bus.h> instead of <machine/bus.h>.
|
1.2 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.1 |
| 12-Jul-2000 |
thorpej | branches: 1.1.2; 1.1.4; 1.1.130; 1.1.132; 1.1.134; Code to support the DEC 2000/300 (DECpc AXP 150, a.k.a. "Jensen") systems. Thanks to Gyenes Istvan for the rounds of testing.
|
1.1.134.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.1.132.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.1.130.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.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.1.4.1 |
| 12-Jul-2000 |
bouyer | file jensenio_bus_intio.c was added on branch thorpej_scsipi on 2000-11-20 19:57:00 +0000
|
1.1.2.2 |
| 12-Jul-2000 |
thorpej | Update from trunk: Code to support the DEC 2000/300 (DECpc AXP 150, a.k.a. "Jensen") systems. Thanks to Gyenes Istvan for the rounds of testing.
|
1.1.2.1 |
| 12-Jul-2000 |
thorpej | file jensenio_bus_intio.c was added on branch netbsd-1-5 on 2000-07-12 20:59:11 +0000
|
1.4.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.4.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.5.64.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|