summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2014-12-23 19:03:25 +0000
committermatt <matt@NetBSD.org>2014-12-23 19:03:25 +0000
commit1fa1e16d3d58ccda92455bf3e03e4ee27dedb999 (patch)
tree8a45712002acda19d9f5b49548697bd77640a390 /sys/dev
parent373f9b56c48ae2e761c9519de956bb467e328467 (diff)
Make sure .data/.bss ends/starts on a 4 byte boundary.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
plit.xtraeme 2008-04-05use aprint_*_dev and device_xnamecegger 2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme 2008-01-08explicitly include simplelock.hdogcow 2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme 2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad 2007-07-19Fix the kthread_create(9) call so this compiles again.dyoung 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-07-01Imported envsys 2, a brief description of the new features:xtraeme 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-12-25Spell "separate" correctly. From Zafer Aydogan.wiz 2006-11-24fix spelling of accommodate; from Zapher.christos 2006-10-20This commit provides substantial fixes and functionality for SPI flash.gdamore 2006-10-07Add spiflash driver, and M25P instance, used for STMicro flash devicesgdamore 2006-10-02Initial commit of SPI bus (also known as Microwire) framework, along withgdamore