History log of /netbsd/sys/arch/sparc/sparc/msiiepvar.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 0849ceb0 24-Jan-2021 mrg <mrg@NetBSD.org>

avoid using 'extern <func|data>;' inside a .c file, but instead
use header files and ensure definitions are not duplicated or
are technically (if not in codegen) wrong.


# eeba0cb5 16-Apr-2013 jdc <jdc@NetBSD.org>

Add PCI fixup for MicroSPARC-IIep.
Unconfigured PCI-PCI bridges and devices behind them are configured.


# dac0191d 17-Jul-2011 mrg <mrg@NetBSD.org>

convert all the "empty softc" (just "struct device") drivers to using
device_t/cfdata_t and CFATTACH_DECL_NEW().

the mspcic driver was also converted since it does not ever touch the
sc_dev it used

convert all the "empty softc" (just "struct device") drivers to using
device_t/cfdata_t and CFATTACH_DECL_NEW().

the mspcic driver was also converted since it does not ever touch the
sc_dev it used to have in there.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7d140fd0 24-Sep-2005 uwe <uwe@NetBSD.org>

No argument names in function declarations.


# d15ed57a 24-Sep-2005 uwe <uwe@NetBSD.org>

G/c unused fields in mspcic_softc.


# 32c7c3a6 03-Jun-2005 martin <martin@NetBSD.org>

Sprinkle some const


# 788d7bdd 28-Mar-2002 uwe <uwe@NetBSD.org>

Move ms-IIep PCIC driver into mspcic0 at msiiep0. msiiep0 now serves
as a stub bus that knows how to attach drivers for various functions
of PCIC.

This change is a follow up to timer0 at msiiep0 ch

Move ms-IIep PCIC driver into mspcic0 at msiiep0. msiiep0 now serves
as a stub bus that knows how to attach drivers for various functions
of PCIC.

This change is a follow up to timer0 at msiiep0 change, since all
children must share same attach arguments and so we no longer can
attach pci0 directly under msiiep0.

show more ...


# 6bcf43ea 28-Mar-2002 pk <pk@NetBSD.org>

`intterupt' => `interrupt'


# de47c087 11-Dec-2001 uwe <uwe@NetBSD.org>

microSPARC-IIep support.