History log of /src/sys/arch/next68k/stand/boot/boot.c |
Revision | | Date | Author | Comments |
1.15 |
| 12-Feb-2023 |
tsutsui | Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.
Fix boot failure on my ancient Seagate ST52160N drive. It looks some of such old drives can't respond to SCSI test-unit-ready command without proper wait after SCSI bus reset. Bump version again to denote a fix.
XXX we should re-evaluate cpuspeed counts for DELAY() in bootloaders (where cache is disabled) on other m68k ports, hp300 and luna68k etc.
|
1.14 |
| 12-Feb-2023 |
tsutsui | Use common declarations and macros in proper headers.
Also fix inconsistent sdopen() and sdstrategy() args and remove useless #if 0'ed out code. No functional change.
|
1.13 |
| 11-Feb-2023 |
tsutsui | Add and check machine type NeXT_CUBE_TURBO (type 8).
Info from Andreas Grabher on port-next68k@.
|
1.12 |
| 11-Jun-2016 |
dholland | branches: 1.12.22; 1.12.48; PR 51200 gets in libsa considered harmful: use kgets
|
1.11 |
| 25-Mar-2014 |
christos | branches: 1.11.6; kill sprintf
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.112; 1.10.122; 1.10.128; merge ktrace-lwp.
|
1.9 |
| 19-Jan-2005 |
chs | de-__P, remove register, ansify.
|
1.8 |
| 23-Oct-2003 |
cl | branches: 1.8.8; Fix NULL change lossage.
|
1.7 |
| 11-Sep-2002 |
mycroft | branches: 1.7.6; Determine turbo-ness based on the ROM machine type here, too.
|
1.6 |
| 11-Sep-2002 |
mycroft | Comprehensive patches from Christian Limpach: * Fix problems with the DMA and SCSI drivers. * Make turbo machines sort of work. Additional fixes from me: * Determine if we're a turbo at boot time, by looking at the ROM machine type. * Set the display size correctly (1120 pixels wide, but padded to 1152 only on non-turbo machines). Caveats: * SCSI doesn't work on the turbo (or at least it blows chunks with no devices attached). * Media selection doesn't work on the turbo (the BMAP stuff doesn't exist on turbo machines). * The boot block is prone to timing out.
|
1.5 |
| 11-Jul-2002 |
christos | Apply patches from Christian Limpach:
- NeXT label reading support - SCSI dma fixes - media support for if_xe.c
Some of these need more cleanup, but at least make SCSI support usable on the NeXT.
|
1.4 |
| 12-May-2001 |
chs | branches: 1.4.2; 1.4.8; 1.4.16; switch next68k to ELF. highlight include: add "%" prefix to register names in assembly code. change assembly functions to return pointer values in %a0 instead of %d0. C symbols no longer prepend an underscore, adjust assembly code for this. 32-bit values are now 32-bit aligned instead of 16-bit aligned, adjust structure packing and padding to override this where necessary. make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional. use the MI loadfile() instead of several home-grown versions.
|
1.3 |
| 21-Jul-2000 |
jdolecek | branches: 1.3.2; do bootblock versioning standard way via sys/conf/newvers_stand.sh, keep what was previously called "subversion" as "build", remove old cruft from newvers.sh
XXX very lighly tested build on NetBSD/hp300 1.4.1, though could not do full XXX build due to toolchain differences to -current
|
1.2 |
| 07-Jul-1998 |
dbj | branches: 1.2.14; Removed unnecessary bug-workaround headers. Minor compilation and header tweak.
|
1.1 |
| 09-Jun-1998 |
dbj | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 09-Jun-1998 |
dbj | Initial import of NetBSD/next68k.
|
1.2.14.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.3.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.16.1 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
1.4.8.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.4.8.2 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.4.8.1 |
| 12-May-2001 |
nathanw | file boot.c was added on branch nathanw_sa on 2002-08-01 02:42:52 +0000
|
1.4.2.2 |
| 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.1 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.7.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.7.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.7.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.7.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.10.128.1 |
| 18-May-2014 |
rmind | sync with head
|
1.10.122.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.10.122.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10.112.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.11.6.1 |
| 09-Jul-2016 |
skrll | Sync with HEAD
|
1.12.48.2 |
| 22-Feb-2023 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #90):
sys/arch/next68k/stand/boot/en.c: revision 1.20 sys/arch/next68k/stand/boot/scsi.c: revision 1.13 sys/arch/next68k/stand/boot/scsi.c: revision 1.14 sys/arch/next68k/stand/boot/conf.c: revision 1.8 sys/arch/next68k/stand/boot/sd.c: revision 1.17 sys/arch/next68k/stand/boot/samachdep.h: revision 1.1 sys/arch/next68k/stand/boot/samachdep.h: revision 1.2 sys/arch/next68k/stand/boot/rtc.c: revision 1.8 sys/arch/next68k/stand/boot/machdep.c: revision 1.9 sys/arch/next68k/stand/boot/boot.c: revision 1.14 sys/arch/next68k/stand/boot/boot.c: revision 1.15 sys/arch/next68k/stand/boot/scsivar.h: revision 1.2 sys/arch/next68k/stand/boot/devopen.c: revision 1.8 sys/arch/next68k/stand/boot/version: revision 1.7
Use common declarations and macros in proper headers.
Also fix inconsistent sdopen() and sdstrategy() args and remove useless #if 0'ed out code. No functional change.
Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.
Fix boot failure on my ancient Seagate ST52160N drive. It looks some of such old drives can't respond to SCSI test-unit-ready command without proper wait after SCSI bus reset.
Bump version again to denote a fix.
XXX we should re-evaluate cpuspeed counts for DELAY() in bootloaders (where cache is disabled) on other m68k ports, hp300 and luna68k etc.
Actually bump version (missed in the previous commit).
|
1.12.48.1 |
| 15-Feb-2023 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #88):
sys/arch/next68k/next68k/nextrom.h: revision 1.13 sys/arch/next68k/dev/nextdisplayvar.h: revision 1.6 sys/arch/next68k/dev/intiovar.h: revision 1.8 sys/arch/next68k/dev/nextcons.c: revision 1.12 sys/arch/next68k/next68k/locore.s: revision 1.69 sys/arch/next68k/dev/nextcons.c: revision 1.13 sys/arch/next68k/dev/nextcons.c: revision 1.14 sys/arch/next68k/dev/nextdisplay.c: revision 1.30 sys/arch/next68k/stand/boot/boot.c: revision 1.13 sys/arch/next68k/next68k/nextrom.c: revision 1.28 sys/arch/next68k/next68k/nextrom.c: revision 1.29 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.46 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.47 sys/arch/next68k/include/cpu.h: revision 1.52 sys/arch/next68k/dev/intio.c: revision 1.17 sys/arch/next68k/dev/intio.c: revision 1.18 sys/arch/next68k/dev/intio.c: revision 1.19 sys/arch/next68k/next68k/locore.s: revision 1.72 sys/arch/next68k/stand/boot/version: revision 1.6 sys/arch/next68k/include/bus_space.h: revision 1.21 sys/arch/next68k/include/bus_space.h: revision 1.22 sys/arch/next68k/dev/nextdisplay.c: revision 1.26 sys/arch/next68k/include/bus_space.h: revision 1.23 sys/arch/next68k/dev/nextdisplay.c: revision 1.27 sys/arch/next68k/dev/nextdisplay.c: revision 1.28 sys/arch/next68k/dev/nextdisplay.c: revision 1.29
Misc KNF and cosmetics.
Use proper C99 int types.
Remove trailing spaces and TABs.
Handle NeXT Turbo VRAM regions properly. Info from Andreas Grabher on port-next68k@: https://mail-index.netbsd.org/port-next68k/2023/02/06/msg000052.html
Also refactor bus_space_map(9) and fix (unused) bus_space_mmap(9).
Add and check machine type NeXT_CUBE_TURBO (type 8). Info from Andreas Grabher on port-next68k@.
NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG. Info from Andreas Grabher on port-next68k@.
Bump version again to denote NeXT_CUBE_TURBO support.
|
1.12.22.2 |
| 22-Feb-2023 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #1600):
sys/arch/next68k/stand/boot/en.c: revision 1.20 sys/arch/next68k/stand/boot/scsi.c: revision 1.13 sys/arch/next68k/stand/boot/scsi.c: revision 1.14 sys/arch/next68k/stand/boot/conf.c: revision 1.8 sys/arch/next68k/stand/boot/sd.c: revision 1.17 sys/arch/next68k/stand/boot/samachdep.h: revision 1.1 sys/arch/next68k/stand/boot/samachdep.h: revision 1.2 sys/arch/next68k/stand/boot/rtc.c: revision 1.8 sys/arch/next68k/stand/boot/machdep.c: revision 1.9 sys/arch/next68k/stand/boot/boot.c: revision 1.14 sys/arch/next68k/stand/boot/boot.c: revision 1.15 sys/arch/next68k/stand/boot/scsivar.h: revision 1.2 sys/arch/next68k/stand/boot/devopen.c: revision 1.8 sys/arch/next68k/stand/boot/version: revision 1.7
Use common declarations and macros in proper headers.
Also fix inconsistent sdopen() and sdstrategy() args and remove useless #if 0'ed out code. No functional change.
Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.
Fix boot failure on my ancient Seagate ST52160N drive. It looks some of such old drives can't respond to SCSI test-unit-ready command without proper wait after SCSI bus reset.
Bump version again to denote a fix.
XXX we should re-evaluate cpuspeed counts for DELAY() in bootloaders (where cache is disabled) on other m68k ports, hp300 and luna68k etc.
Actually bump version (missed in the previous commit).
|
1.12.22.1 |
| 15-Feb-2023 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #1598):
sys/arch/next68k/next68k/nextrom.h: revision 1.13 sys/arch/next68k/dev/nextdisplayvar.h: revision 1.6 sys/arch/next68k/dev/intiovar.h: revision 1.8 sys/arch/next68k/dev/nextcons.c: revision 1.12 sys/arch/next68k/next68k/locore.s: revision 1.69 sys/arch/next68k/dev/nextcons.c: revision 1.13 sys/arch/next68k/dev/nextcons.c: revision 1.14 sys/arch/next68k/include/bus_space.h: revision 1.18 sys/arch/next68k/dev/nextdisplay.c: revision 1.30 sys/arch/next68k/include/bus_space.h: revision 1.19 sys/arch/next68k/stand/boot/boot.c: revision 1.13 sys/arch/next68k/next68k/nextrom.c: revision 1.28 sys/arch/next68k/next68k/nextrom.c: revision 1.29 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.46 sys/arch/next68k/next68k/pmap_bootstrap.c: revision 1.47 sys/arch/next68k/include/cpu.h: revision 1.52 sys/arch/next68k/dev/intio.c: revision 1.17 (patch) sys/arch/next68k/dev/intio.c: revision 1.18 (patch) sys/arch/next68k/dev/intio.c: revision 1.19 (patch) sys/arch/next68k/next68k/locore.s: revision 1.72 sys/arch/next68k/stand/boot/version: revision 1.6 sys/arch/next68k/include/bus_space.h: revision 1.21 sys/arch/next68k/include/bus_space.h: revision 1.22 sys/arch/next68k/dev/nextdisplay.c: revision 1.26 sys/arch/next68k/include/bus_space.h: revision 1.23 sys/arch/next68k/dev/nextdisplay.c: revision 1.27 sys/arch/next68k/dev/nextdisplay.c: revision 1.28 sys/arch/next68k/dev/nextdisplay.c: revision 1.29
s/impliment/implement/ in comment.
Remove cargo-culted '#if 0' code that was designed to produce a compile-time error if any of the bus_space_*_8 functions was used, but was documented that it produces a link-time error.
Misc KNF and cosmetics.
Use proper C99 int types.
Remove trailing spaces and TABs.
Handle NeXT Turbo VRAM regions properly. Info from Andreas Grabher on port-next68k@: https://mail-index.netbsd.org/port-next68k/2023/02/06/msg000052.html
Also refactor bus_space_map(9) and fix (unused) bus_space_mmap(9).
Add and check machine type NeXT_CUBE_TURBO (type 8). Info from Andreas Grabher on port-next68k@.
NeXT Turbo Color doesn't have NEXT_P_C16_CMD_REG. Info from Andreas Grabher on port-next68k@.
Bump version again to denote NeXT_CUBE_TURBO support.
|