is
1ac76dc9c2
Typo in the new new config conversion fixed.
1996-04-05 15:53:41 +00:00
mhitch
3ce4de5491
Pass reserved blocks in label so adosfs computes root block
...
correctly (close PR 2232).
1996-04-05 05:08:07 +00:00
mhitch
a3fa4a5449
Compute partition offset with sectors/track and number of heads from the
...
Amiga partition block. Print a diagnostic if the sectors/track or
number of heads differs from the RDSK values.
Fix sorting by partition offset (don't drop last partition).
Save filesystem blocksize for adosfs partitions. (Closes PR 2232)
1996-04-05 04:50:26 +00:00
cgd
83f9bdc359
update for the fact that config_found() and config_rootfound() now
...
return pointers. (Check vs. NULL, rather than just boolean tests.)
1996-04-04 06:25:00 +00:00
is
62dcb879c0
Typo squished.
1996-03-30 16:22:55 +00:00
is
a0d45384b6
The interrupt routine of the ivsc (and the empsc, which seems to have copied
...
it) looks truncated. At least the return(1) is missing, which I now add as
a first stopgap. Somebody needs to find out if anything else is missing for
these boards.
1996-03-28 19:23:32 +00:00
is
8435085f72
Adapt to new attach scheme. Fix operator precedence error. Normalize
...
function name prefixes.
1996-03-28 18:56:08 +00:00
is
fa2b7f8f47
Emplant SCSI driver backend by Sean Riddle and Bo Najdrovsky.
1996-03-28 18:41:45 +00:00
is
77e56e826d
Yet more MC68060 bits.
1996-03-26 16:55:37 +00:00
mhitch
e1d4601b24
Fix for SCSI mode sense disk_pages structure change, and use the _lto3b()
...
conversion function.
1996-03-24 04:12:27 +00:00
is
a6a8779b4e
It looks like the sense_data structure lost the extended_ prefix in the
...
name of some of its members. Adapt sbic.c to this. (Fixes PR 2245)
1996-03-23 15:09:54 +00:00
is
2ecf0a7b85
Interupts must be disabled and cleared before the PROM is read, as the int
...
line is shared with one of the PROMs address lines.
From PR #1478 by Jukka Marin.
1996-03-21 21:00:21 +00:00
is
ab622e51f5
- Zeroth version of M68060 support (dont want to cause emulation traps for
...
the "Fast Assembler Version of the copy loop)
- Yet another sanity check included: initialize unused receive buffers to
zero sender id; and test for sender hardware id of zero in the receiver.
Gives us better error messages in case flaky hardware causes spurious
receive interupts.
1996-03-20 13:28:50 +00:00
is
f6ff8b93d4
Add clobber lists at the appropriate places. The MMU initialization would
...
brake with gcc272 -O2.
1996-03-19 11:12:10 +00:00
mhitch
d2ac60afc0
A couple more misses from the device attachment changes:
...
afcd_cd --> afsc_cd
atzsccd --> atzsc_cd
1996-03-18 04:58:36 +00:00
is
ecc1ccd3cd
These should be and clauses, after cgd's recent config change (the second
...
one). Should probably also be done to the view packet, but I'm not 100% sure.
1996-03-17 19:36:33 +00:00
cgd
94907fa254
adjust to deal with expression support for optional file specs
1996-03-17 13:21:09 +00:00
mhitch
b00a2c1e30
Clean up typos and other errors from new device attachment changes.
1996-03-17 05:53:57 +00:00
thorpej
5c67e5fad9
New device attachment scheme:
...
- split softc size and match/attach out from cfdriver into
a new struct cfattach.
- new "attach" directive for files.*. May specify the name of
the cfattach structure, so that devices may be easily attached
to parents with different autoconfiguration semantics.
1996-03-17 01:16:48 +00:00
mhitch
a5c0ced572
Removed Debugger() declaration - the prototype is in sys/systm.h.
1996-03-16 08:19:43 +00:00
mhitch
48118d719d
Correct 53c710 initialization for the A4000T. Remove the A4000T probe
...
debugging output.
1996-03-15 22:11:09 +00:00
is
1c6c1c4af9
If compiling with "options M68060", tell compiler not to use
...
instructions which have to be emulated by the operating system on that
chip. This code will still run on M68020, M68030 and M68040, but
might be a bit slower on those chips.
1996-03-15 20:09:52 +00:00
is
ed24bc5ba8
AMIGA_68060 flag in cpu.h and genassym.c.
1996-03-15 19:47:45 +00:00
christos
ab0e60a42f
fdopen -> filedescopen
1996-03-14 21:20:59 +00:00
is
ce4541b2da
Altais graphics board support, and some nicer formatting of preconftab.
...
Closes PR #1812 by myself.
1996-03-06 20:13:28 +00:00
is
006fe839fe
Back out change intended for netbsd-1-1 and accidentally committed here
1996-03-06 16:40:16 +00:00
is
3020e66dd5
Fix problems with fast CPUs and Picasso boards. Patches originally by,
...
Klaus Burkert <crest@arkon.dontpanic.sub.org>, sent in by Ezra Story.
Closes port-amiga/2135.
k
1996-03-05 18:08:33 +00:00
veego
e77f3c0a27
ups, ite5 is at grf5 and not at grf4
1996-03-05 17:46:23 +00:00
is
04145bfde8
Fix for newer S3 chipsets by Matthias Scheler (from -current).
1996-03-04 20:36:56 +00:00
is
7873fac590
Grr... my fault when send-pr'ing the "CPU too fast" error patch. The chip
...
is called BT458, not BT478.
1996-03-04 19:49:11 +00:00
cgd
18ec26aa21
add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH,
...
execpt without quotes. meant to be __CONCAT()ted for easy #includes
of machine-dependent headers for MI code (e.g. for the MI ISA/EISA/PCI/TC
bus code).
1996-03-04 05:04:10 +00:00
veego
39aeb2aa25
console driver for the CyberVision64
1996-03-02 14:28:51 +00:00
veego
18fd2ce9c2
Updated for the new CyberVision64 console
...
gen_cvtab.c is no longer needed
1996-03-02 14:02:53 +00:00
veego
6160a6474d
Updated for the new CyberVision64 console
...
and a small cleanup in the GENERIC config
1996-03-02 14:00:31 +00:00
cgd
1c5d7babe5
Clean up tabbing/spacing in defns of MACHINE, MACHINE_ARCH, and MID_MACHINE.
1996-03-01 23:30:08 +00:00
is
c1e8e92697
"major" declarations which got lost when the scsi stuff was changed to
...
include ../../../scsi/conf/files.scsi
1996-03-01 19:42:26 +00:00
cgd
3d67685d36
Do not build vnode_if.[ch] for each kernel. Build them once, like the
...
various syscall sources/headers, and just compile them. From PR 2142, OK'd
by mycroft.
1996-02-29 20:54:58 +00:00
mycroft
2ce52ae489
Define build programs with `?=', so they can be overridden with `makeoptions'.
1996-02-26 02:53:20 +00:00
chopps
6ab6c3037d
remove floating point expressions. gen_cvtab.c generates a conversion
...
table to replace a specific floating point expression in grf_cv.c
1996-02-24 20:13:00 +00:00
chopps
830ceda65d
remove generic scsi stuff and use ../../../scsi/files.scsi
1996-02-24 08:59:21 +00:00
chopps
c6768054a9
cleanup, add (commented-out) serial buffer and lev6_defer options
1996-02-24 08:58:37 +00:00
chopps
1bf748f356
use newly allocated ethernet address ( fixes #2117 )
1996-02-24 07:47:36 +00:00
chopps
d1d39c63d4
remove local strncmp ( fixes #2115 )
1996-02-24 07:44:06 +00:00
chopps
d22df43756
cast to arg to caddr_t ( fixes #2114 )
1996-02-24 07:43:14 +00:00
mycroft
753fe3a25a
Fix mkdep problems due to missing flags.
1996-02-09 02:21:13 +00:00
christos
2c8314f73c
vm prototype changes
1996-02-05 02:06:38 +00:00
chuck
623ec41006
Ensure siop_acb alignment via malloc rather than let alignment depend
...
on the size of MI data structures that come before it in the softc.
Chip will not function properly if alignment is wrong. (as per OpenBSD)
Detected and fixed by: Chuck Cranor <chuck@ccrc.wustl.edu>
and Michael L Hitch <osymh@gemini.oscs.montana.edu>
1996-02-03 18:47:07 +00:00
mycroft
5bc076e17e
Use `-traditional-cpp' when building .s and .S files.
1996-02-03 00:43:50 +00:00
mycroft
dcd66e9f4d
Clone these, and fix many bugs.
1996-02-02 20:08:17 +00:00
mycroft
9db20bf150
Don't define _KERNEL here.
1996-02-02 19:42:08 +00:00