Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Thanks go to Michel Chalufour <michelc@tiac.net> for grovelling around for
me.
|
|
on at least one Radius Precisioncolor 8 board.
|
|
|
|
guess at clearing them on a Futura II SX/DSP and RasterOps ColorBoard 364.
Thanks to Michel Chalufour <michelc@tiac.net> for loaning me the II LX.
|
|
|
|
including GENERICSBC and TIGER. OpenBSD doesn't have an OCELOT.
|
|
|
|
>From Mycroft: If we fail to allocate a cluster to hold a large packet,
>simply drop it rather than using a chain of tiny mbufs.
|
|
fix some prototyping.
|
|
|
|
AE_DEBUG option (if for some reason anyone is using it).
|
|
>#ifdef DIAGNOSTIC, print the NuBus type fields for unrecognized boards.
|