| #
89ed722c |
| 13-Mar-2022 |
mpi <mpi@openbsd.org> |
Constify struct cfattach.
ok miod@
|
| #
b27348b2 |
| 08-Sep-2017 |
deraadt <deraadt@openbsd.org> |
If you use sys/param.h, you don't need sys/types.h
|
| #
e97088d6 |
| 30-Apr-2017 |
mpi <mpi@openbsd.org> |
Rename Debugger() into db_enter().
Using a name with the 'db_' prefix makes it invisible from the dynamic profiler.
ok deraadt@, kettenis@, visa@
|
| #
2981fc10 |
| 01-Jul-2013 |
jasper <jasper@openbsd.org> |
sync comment with it's intended meaning.
from martin@
|
| #
ee1beec4 |
| 19-Feb-2011 |
kettenis <kettenis@openbsd.org> |
Only attach if the "device_type" propery is "programmer-button". On the iMac G5 (PowerMac8,2) attaching pgs(4) makes the machine hang. This machine has the "device_type" property set to "gpio" atta
Only attach if the "device_type" propery is "programmer-button". On the iMac G5 (PowerMac8,2) attaching pgs(4) makes the machine hang. This machine has the "device_type" property set to "gpio" attaching pgs(4), which is that case for newer machines that don't seem to have a real button anyway.
ok miod@, jasper@
show more ...
|
| #
de98894e |
| 09-Apr-2010 |
jasper <jasper@openbsd.org> |
- add and enable pgs(4), a driver for the Programmers Switch found on recent-ish macs with macgpio(4). Basically dropping one to DDB when pushed. ...and not to be confused by the "reset" button ;-)
- add and enable pgs(4), a driver for the Programmers Switch found on recent-ish macs with macgpio(4). Basically dropping one to DDB when pushed. ...and not to be confused by the "reset" button ;-)
feedback and ok drahn@
show more ...
|