aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nvram
Commit message (Collapse)AuthorAgeFilesLines
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notPeter Wemm2007-10-261-0/+8
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. Notes: svn path=/head/; revision=172998