summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
AgeCommit message (Collapse)Author
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1997-08-08Change the bounds_check_with_label API to also take a cpu_disklabelNiklas Hallqvist
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.
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-01-29from netbsd; move register layout stuffTheo de Raadt
1996-01-16from netbsd:Theo de Raadt
The changes frpm Paul Goyette with respect to the driver trace require DBG_PID to be defined to an interger value....make it so.
1996-01-12from netbsd;Theo de Raadt
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.
1996-01-07from leo:Theo de Raadt
Add an nvram-driver. This driver makes it possible to read/write the configuration info stored in the nvram on the mc146818
1996-01-07from netbsd; Keep more debugging history (Paul Goyette). Synced with mac68k ↵Theo de Raadt
version
1996-01-05from netbsd:Theo de Raadt
Allow selection of Falcon (videl) video modes other than the mode selected on startup (Thomas Gerner).
1995-12-27from leo:Theo de Raadt
Remove an unwanted interference between the 2 channels. Allocate the ringbuffer on a channel's first open.
1995-12-19from netbsd:Theo de Raadt
Fixes for devices that don't support linked commands. (Paul Goyette)
1995-12-17from netbsd; Correct PCLK valueTheo de Raadt
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-16Make sure ser02 will be connected to the 8530 when being opened; from netbsdTheo de Raadt
1995-11-16crank ring buffer size to 4kTheo de Raadt
1995-11-13from netbsdTheo de Raadt
1995-11-06from NetBSDTheo de Raadt
1995-11-01from netbsdTheo de Raadt
1995-10-26update from netbsd treeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt