#
1dc652ef |
| 20-Dec-2023 |
thorpej <thorpej@NetBSD.org> |
Remove unnecessary <sys/malloc.h>.
|
#
cbab9cad |
| 27-Oct-2012 |
chs <chs@NetBSD.org> |
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
#
f5f7a747 |
| 19-Sep-2012 |
jdc <jdc@NetBSD.org> |
Use the PROM mapping for the clock, if it exists. Allows the clock on the Tadpole SPARCle to attach. Idea from r1.43 of OpenBSD sys/arch/sparc64/sparc64/clock.c
|
#
2171cc30 |
| 11-Aug-2012 |
mrg <mrg@NetBSD.org> |
add an XXXSMP comment.
|
#
39a57b1c |
| 29-Jul-2011 |
mrg <mrg@NetBSD.org> |
port the openbsd central and fhc drivers, and the clock/zs attachments. doesn't quite work yet, crashes when central_attach() calls config_attach() (faulting address is 0xf8000000.)
|
#
b6584574 |
| 01-Jul-2011 |
dyoung <dyoung@NetBSD.org> |
#include <sys/bus.h> instead of <machine/bus.h>.
|
#
51279a69 |
| 12-Mar-2011 |
nakayama <nakayama@NetBSD.org> |
Remove unnecessary headers.
|
#
e3b6fc3b |
| 24-Oct-2009 |
nakayama <nakayama@NetBSD.org> |
Use trunc_page or round_page where appropriate. No functional changes intended, and generate same binaries.
|
#
4090172b |
| 29-Mar-2008 |
tsutsui <tsutsui@NetBSD.org> |
Don't forget to initialize sc_dev.
|
#
50cafe93 |
| 29-Mar-2008 |
tsutsui <tsutsui@NetBSD.org> |
Use device_private(), missed in the previous.
|
#
03bb6cc8 |
| 28-Mar-2008 |
tsutsui <tsutsui@NetBSD.org> |
Split device_t and softc for MI mk48txx(4) and intersil7170(4) clocks, and other related misc cosmetics.
|
#
05517e38 |
| 10-Jan-2008 |
tsutsui <tsutsui@NetBSD.org> |
- move todr_attach(9) calls from each MD attachment to MI mk48txx_attach() - don't clear todr_setwen in mk48txx_attach() since it might be set by MD attachments
|
#
2ae6e40c |
| 09-Nov-2006 |
tsutsui <tsutsui@NetBSD.org> |
More cleanup of sparc64 clock stuff: - split mkclock attachment from sparc64/clock.c into dev/mkclock.c (now clock.s only contains clock interrupt and timecounter stuff) - rename match/attach funct
More cleanup of sparc64 clock stuff: - split mkclock attachment from sparc64/clock.c into dev/mkclock.c (now clock.s only contains clock interrupt and timecounter stuff) - rename match/attach functions of rtc at ebus to match the device name - update some comments around clock devices in GENERIC
No objection on port-sparc64 for a month.
show more ...
|