summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cyvar.h
AgeCommit message (Expand)Author
2008-03-26split device_t/softc. Use aprint_*_dev and device_xname.matt
2001-01-20Pack the minor numbers like the Cyclades-Z driver does, andthorpej
2001-01-20Only need to pass a cy_softc * to cy_attach().thorpej
2001-01-20ANSI'ify.thorpej
1999-09-09Add support for Cyclade boards with new Risc II serial controller.tron
1997-06-17the port number is the low 5 bits of the minor. That means that it shouldcgd
1997-04-13don't bother keeping around the i/o tag. It's useless by itself, andcgd
1996-10-21New bus.h implementation/interface:thorpej
1996-09-24New Cyclades driver from Timo Rossichristos