summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cy.c
AgeCommit message (Collapse)Author
1999-11-30Remove duplicate #include.Aaron Campbell
1997-08-04Change disable_intr()/enable_intr() to splhigh()/splx().dgregor
Fix bug of 'tp' not being initialized in cyopen - patch from Theo de Raadt. Thanks to Niklas Hallqvist and Theo de Raadt for finding this bug.
1996-12-03clr TS_WOPEN if bailing on cua opensTheo de Raadt
1996-12-03void cystop() -> int cystop()kstailey
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-16Wall happinessTheo de Raadt
1996-08-23Make more MI, closer to compile on amiga, still some problems though.Niklas Hallqvist
Also removed unnecessary static specifiers that maess up DDB
1996-07-27split cy driver upTheo de Raadt