summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvram
Commit message (Collapse)AuthorAgeFilesLines
* - Use an sx lock to serialize writes since they update the checksum.jhb2008-08-011-3/+14
| | | | | | | - Remove D_NEEDGIANT as the rtc drivers already have their own locks, so this doesn't need Giant. MFC after: 1 week
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-1/+0
|
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-0/+159
refactored it to be a generic device. Instead of being part of the standard kernel, there is now a 'nvram' device for i386/amd64. It is in DEFAULTS like io and mem, and can be turned off with 'nodevice nvram'. This matches the previous behavior when it was first committed.
OpenPOWER on IntegriCloud