Age | Commit message (Collapse) | Author |
|
Eventually, pmap_activate and pmap_deactivate will go away completely in favor
of a better m68k framework, but we're not ready for that.
|
|
We're striving for progressiveness. If you want to build a kernel now, though, you /need/ gcc 2.8.
|
|
Obviously, they break earlier versions of which there are still a great number
floating around.
|
|
|
|
As long as I'm here, deprecate some register's and do some KNF.
|
|
|
|
|
|
|
|
|
|
<chuck@openbsd.org>. This code is as of yet disabled on all platforms,
actually not yet supported on more than mvme68k, although other
platforms are expected soon, as code is already available.
This code makes handling of multiple physical memory regions
consistent over all platforms, as well as keeping the performance of
maintaining a single continuous memory chunk. It is also a
requirement for the upcoming UVM replacement VM system.
What I did in this merge: just declared the pmap_map function in a
MD include file per port that needs it. It's not an exported pmap
interface, says Chuck. It ended up in differnt include files on
differnet ports, as I tried to follow the current policy on a per-arch
basis.
|
|
|
|
db_console is set.
|
|
Pointed do not merge *_match() semantics as we haven't changed those.
|
|
Add several new partition types.
Process unknown partition types of A/UX type as SCRATCH rather than UNKNOWN.
Hack around the long-standing 8-partition problem by searching the entire
map and filling out the disklabel struct properly.
|
|
+ Some datatype nits and deprecation of register
+ Implement a much better debug structure that doesn't spam you with
OpenBSD/mac68k doesn't trust itself...
Complete merge minus the rtc_offset stuff.
|
|
Not yet used but will be in the code that is to come (mc).
|
|
|
|
|
|
Also, clean up comments and wrap with _KERNEL correctly.
|
|
where appropriate. Note that this buys us notable speed boosts on a machine
as slow as the mac68k.
|
|
ufs/ffs/ffs_extern.h. This must be fallout from the lite2 merge. Compiles
again.
|
|
|
|
|
|
cleanup verses vttest to make things prettier. Still not perfect, though.
From Dave Huang <khym@bga.com>
|
|
Also, KNF and multi-inclusion protection.
|
|
expect this to happen) compile.
While I'm here, beautify and KNF this thing a bit and standardize the name
of the multiple inclusion macro.
|
|
part. Some ports can optimize the swap operations. This also means the
general API is extended with swap16, swap32, htobe16, htobe32, betoh16,
betoh32, htole16, htole32, letoh16 and letoh32.
|
|
|
|
Add HZ=60 to GENERIC and GENERICSBC configurations. Make sure clockreg.h
does not compile unless HZ is defined. We can't just define it here since
param.c needs to agree with whatever clockreg.h uses. This has been broken
since June. Only effect is that the clocks would lose time badly.
|
|
|
|
|
|
|
|
reference for making transferral of meta-information possible from
readdisklabel to bounds_check_with_label. The first (and maybe only)
thing that will use this is the multi-disklabel-format code on the
alpha where the labelsector is passed via cpu_disklabel so the label
write-protection can work correctly no matter what label was found.
Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel
implementations that contain it. This too is for multi-disklabel
architectures where the "bad" field can be inside a union. Use this
macro as a means for a driver to check if an architecture supports
dkbad constructs.
Remove proto of bounds_check_with_label from all MD disklabel.h as it
is in sys/disklabel.h.
I have not been able to test the changes everywhere, if I break anything
I apologize, and promise to fix it as soon as I become aware of it.
|
|
class a lot more understandable.
|
|
|
|
|
|
at least the Q840av to boot and maybe others.
|
|
statement). This is fallout from the recent config changes; pointed out by
Steven Campbel.
|
|
|
|
would be {DEV,SWAP}PAGER, so std.mac68k is out of here. Update the
machine-specific files to reflect this.
|
|
options out of std.mac68k. This means that people will have to add them to
their local kernel config files.
Please test.
|
|
Chris Jones In NetBSD PR#port-mac68k/3739 (I believe). Also, remove a comment
that this change obsoletes.
|
|
sonic_get is faster and simpler.
sn_ioctl works like other current ether drivers now.
Sync up with netbsd to ease maintenance; incorporate some "gratuitous" formatting changes so I won't have to do two totally seperate mods each time.
|
|
Also, add some description as to what these are for.
|
|
|
|
|
|
|
|
|
|
use Duo-class ROM vectors. Brings support for this machine much closer.
|
|
|