#
c4222393 |
| 27-Dec-2019 |
msaitoh <msaitoh@NetBSD.org> |
s/recevive/receive/ in comment.
|
#
b59721f1 |
| 04-Mar-2018 |
mrg <mrg@NetBSD.org> |
avoid indentation issues. re-do previous in obio.c to avoid the does-nothing change, by fixing the intended indentation.
|
#
1a918832 |
| 25-Jul-2014 |
dholland <dholland@NetBSD.org> |
Add d_discard to all struct cdevsw instances I could find.
All have been set to "nodiscard"; some should get a real implementation.
|
#
76258fa0 |
| 16-Mar-2014 |
dholland <dholland@NetBSD.org> |
Change (mostly mechanically) every cdevsw/bdevsw I can find to use designated initializers.
I have not built every extant kernel so I have probably broken at least one build; however I've also found
Change (mostly mechanically) every cdevsw/bdevsw I can find to use designated initializers.
I have not built every extant kernel so I have probably broken at least one build; however I've also found and fixed some wrong cdevsw/bdevsw entries so even if so I think we come out ahead.
show more ...
|
#
e180c233 |
| 10-Nov-2013 |
christos <christos@NetBSD.org> |
fix unused variable warnings
|
#
27c0d413 |
| 12-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
More nits.
|
#
f9ec22b0 |
| 12-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Split device_t/softc.
|
#
fa2fa826 |
| 12-Jun-2011 |
tsutsui <tsutsui@NetBSD.org> |
Misc KNF.
|
#
80f6fc52 |
| 24-Apr-2011 |
rmind <rmind@NetBSD.org> |
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for consistency. Remove some unnecessary malloc.h inclusions as well.
|
#
d1487e48 |
| 26-Jan-2011 |
pooka <pooka@NetBSD.org> |
Add support for the Extensible MIPS ("eMIPS") platform. The NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the Giano system simulator.
eMIPS is a platform developed at Microsoft Rese
Add support for the Extensible MIPS ("eMIPS") platform. The NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the Giano system simulator.
eMIPS is a platform developed at Microsoft Research for researching reconfigurable computing. eMIPS allows dynamic loading and scheduling of application-specific circuits for the purpose of accelerating computations based on the current workload.
NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research by Alessandro Forin and Neil Pittman. Microsoft Corporation has donated full copyright to The NetBSD Foundation.
Platform support for eMIPS is the first part of Microsoft's contribution. The second part includes the hardware accelerator framework and will be proposed on tech-kern soon.
show more ...
|