summaryrefslogtreecommitdiff
path: root/sys/arch/mips/alchemy/dev/auspi.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-08-13ensure spibus_attach_args is zero'edtnn
2012-01-04Use device_t instead of 'struct device *'.kiyohara
2012-01-03Use device_t instead of 'struct device *'.kiyohara
2011-07-10Fix machine/ includesmatt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-08- Use IPL_BIO (instead of IPL_SERIAL) for SPI.rmind
2007-02-28TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-10-02Add Alchemy PSC SPI bus protocol driver. Not activated on any boards yet,gdamore