summaryrefslogtreecommitdiff
path: root/sys/dev/powermac_nvram
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-03powerpc_nvram: Fix a bug in the adler32 checksum.John Baldwin
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-05-10powermac_nvram: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-12powermac_nvram: Actually return EBUSY on error from open.John Baldwin
2020-09-01powermac_nvram: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-19[PowerPC] De-giant powermac_nvram, update documentationBrandon Bergren
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-02-05Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn
2012-05-20"nvram,flash" may not be the first in the compatible list property of theJustin Hibbits
2010-09-05Add support for the Sharp/Micron flash chips to powermac_mvram(4).Alexander Motin
2009-04-14Use si_drv1 instead of dev2unit() in powermac_nvram.Ed Schouten
2009-04-04Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn
2008-10-14Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-12-19Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar
2006-08-01Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev