Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
>Clean up unused code, KNF bus_probe()
|
|
resource ID. Thanks to Paul Goyette <paul@pgoyette.bdt.com> for spotting
this one.
|
|
(1) We run OpenBSD
(2) make clean deltes genassym and genassym.o, so people with these sitting
in their compile directories will get them cleaned out. Release won't ship
this way.
(3) Maxusers Makefile depends depend on assym.h not genassym.o now.
|
|
|
|
|
|
defined(__NetBSD__) || defined(__OpenBSD__). This compiles again.
|
|
Also, sync up with NetBSD with correct RCSids.
Credit goes to Scott Reynolds for the space -> tab KNF in this file.
Also, note that although rcsid's are matching, we do not support the
opt_mrg_adb.h file as NetBSD does.
|
|
|
|
controllers.
|
|
original baseline for these changes. "Make sure to call adbop() on Power
Manager-based machines." Also, substantical cleanup and beautification.
|
|
>For small writes, use PIO rather than PDMA; this increases the reliability
>of the driver (considerably, on some systems/targets).
|
|
cross-compiling a lot. Queue taken from Scott Reynolds.
|
|
when programming the CAM.
|
|
>- Remove unused `register' modifier on declarations
>- Reverse the sense of some tests to make the code more clear
>- Type casts per KNF
>- Move a static variable into the only function that uses it
> (perhaps we can eliminate it entirely, someday?)
Also, I went through these files and XXX'ed some things that should be and
fixed a few more formatting problems per KNF.
|
|
state with NetBSD's. The direct-to-ADB code is now enabled by default.
Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby'
code.
|
|
Also, since I'm here, fix some KNF.
|
|
|