#
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.
|
#
529e91fc |
| 12-May-2009 |
cegger <cegger@NetBSD.org> |
struct device * -> device_t, no functional changes intended.
|
#
32c49409 |
| 12-May-2009 |
cegger <cegger@NetBSD.org> |
struct cfdata * -> cfdata_t, no functional changes intended.
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
9b2b412c |
| 15-Dec-2007 |
perry <perry@NetBSD.org> |
__FUNCTION__ -> __func__
|
#
a2a38285 |
| 19-Oct-2007 |
ad <ad@NetBSD.org> |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
#
92c7bba3 |
| 29-Mar-2006 |
thorpej <thorpej@NetBSD.org> |
Use device_private().
|
#
c9b3657c |
| 02-Oct-2002 |
thorpej <thorpej@NetBSD.org> |
Add trailing ; to CFATTACH_DECL.
|
#
9d4a6407 |
| 30-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Use CFATTACH_DECL().
|
#
f818766a |
| 27-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Declare all cfattach structures const.
|
#
3d94c421 |
| 13-Jan-2002 |
takemura <takemura@NetBSD.org> |
Added new config hook type PCIINTR (handling PCI interrupt). Added config hook APIs, config_connect, config_disconnect and config_connected_call. Supported PCIINTR type event in hpcio.
|
#
b84f53ef |
| 13-Nov-2001 |
lukem <lukem@NetBSD.org> |
add RCSID
|
#
a9d7b546 |
| 13-Jun-2001 |
uch <uch@NetBSD.org> |
make this work.
|
#
859a6a49 |
| 04-Jun-2001 |
uch <uch@NetBSD.org> |
ANSI KNF.
|
#
26b0905d |
| 30-Apr-2001 |
takemura <takemura@NetBSD.org> |
Machine independent GPIO interface.
|