aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/powermac_nvram/powermac_nvram.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper9 days1-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc_nvram: Fix a bug in the adler32 checksum.John Baldwin2022-10-031-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-11/+11
* powermac_nvram: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* powermac_nvram: Actually return EBUSY on error from open.John Baldwin2022-04-121-1/+1
* powermac_nvram: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* [PowerPC] De-giant powermac_nvram, update documentationBrandon Bergren2020-06-191-3/+30
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* "nvram,flash" may not be the first in the compatible list property of theJustin Hibbits2012-05-201-1/+2
* Add support for the Sharp/Micron flash chips to powermac_mvram(4).Alexander Motin2010-09-051-6/+104
* Use si_drv1 instead of dev2unit() in powermac_nvram.Ed Schouten2009-04-141-15/+5
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-041-4/+10
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-7/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-0/+1
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-011-0/+423