Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use an sx lock to serialize writes since they update the checksum. | jhb | 2008-08-01 | 1 | -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. | phk | 2008-04-14 | 1 | -1/+0 |
| | |||||
* | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | peter | 2007-10-26 | 1 | -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. |