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.
|
|
|
|
Add options NETATALK to your config to try it out.
|
|
|
|
mac68k change by scottr attributes Gordon (Ross) on the change.
|
|
|
|
|
|
updates suspended
|
|
|
|
|
|
|
|
machine dependent "short" and "long" integer. Correct and enhance manpage.
Change all short and longs to u_int16_t and u_int32_t, respectively.
OpenBSD RCSIds
|
|
|
|
|
|
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
|
Removed MI *dev_decl() stuff that is now in sys/conf.h
|
|
|
|
erik@aarhus1.uni-c.dk
|
|
|
|
|
|
|
|
|
|
|
|
add lkmenodev prototype.
|
|
|
|
very usefull (for <sys/vnode.h> inclusion).
from the other side this is really machine independent ...
tested w/ i386, but should not cause errors w/ other arch's.
pls, test it (don't forget to reconfig kernel ;)
|
|
for ipl is possible and also, why it is in <machine/conf.c> while
it (ipl) is in <net/*> ???
|
|
|
|
Special handling for 2 and 4 byte sized transfers. The makes accessing
device registers work in a sane way. (gwr)
|
|
|
|
- Remove FPU defines, the FPU-type is no longer determined by the loader.
- Add some forgotten CPU-types (Waldi Ravens).
|
|
|
|
The changes frpm Paul Goyette with respect to the driver trace require
DBG_PID to be defined to an interger value....make it so.
|
|
Dan Carosone <danielce@ee.mu.oz.au>.
|
|
New generic disk framework. Highlights:
New metrics handling. Metrics are now kept in the new `struct disk'.
Busy time is now stored as a timeval, and transfer count in bytes.
Storage for disklabels is now dynamically allocated, so that the size
of the disk structure is not machine-dependent.
Several new functions for attaching and detaching disks, and handling
metrics calculation.
Old-style instrumentation is still supported in drivers that did it
before. However, old-style instrumentation is being deprecated, and
will go away once the userland utilities are updated for the new
framework.
For usage and architectural details, see the forthcoming disk(9)
manual page.
|
|
|
|
|
|
Part of the tostools reorganization. All directories now contain a Makefile
and the user interface to the various tools has been standarized.
|
|
Common library for all tostools. (Waldi Ravens and myself)
|
|
Atari partion table checker. Checks the validity of AHDI and/or
NetBSD/Atari partition tables. (Waldi Ravens)
|
|
|
|
Add an nvram-driver. This driver makes it possible to read/write the
configuration info stored in the nvram on the mc146818
|
|
version
|
|
|
|
pr#1784
|
|
Allow selection of Falcon (videl) video modes other than the mode selected
on startup (Thomas Gerner).
|
|
Allow selection of Falcon (videl) video modes other than the mode selected
on startup (Thomas Gerner).
|
|
Remove an unwanted interference between the 2 channels.
Allocate the ringbuffer on a channel's first open.
|
|
|
|
|