summaryrefslogtreecommitdiff
path: root/sys/dev/cy
AgeCommit message (Expand)Author
2003-06-02Use __FBSDID().David E. O'Brien
2003-04-15- Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd
2003-03-03Make nokqfilter() return the correct return value.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-16Remove #include <sys/dkstat.h>Poul-Henning Kamp
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-23Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans
2002-03-20Remove __P.Alfred Perlstein
2002-03-20Remove __P.Alfred Perlstein
2002-03-17Work around a PLX9050 bug that causes system lockup in certain systems,Bruce Evans
2002-02-26Initialize a variable bogusly to avoid a gcc bug that causes a spuriousBruce Evans
2002-02-02Merged cy_pcireg.h into the one file that uses it (cy_pci.c).Bruce Evans
2002-02-02Fixed breakage of interrupt setup in previous commit. It used anBruce Evans
2002-01-05Change the preemption code for software interrupt thread schedules andJohn Baldwin
2001-12-18Modify the critical section API as follows:John Baldwin
2001-11-04Call to cdevsw_add() no longer needed.Poul-Henning Kamp
2001-09-12KSE Milestone 2Julian Elischer
2001-08-13Fixed minor numbers when there is more than one cy card.Bruce Evans
2001-08-13Use ttymalloc() instead of a static array of `struct tty'. This willBruce Evans
2001-05-15Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin
2001-05-01Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray
2001-03-28Typo fix. s/criticale_t/critical_t/Peter Wemm
2001-03-28Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-02-15Extend kqueue down to the device layer.Jonathan Lemon
2001-02-11RIP <machine/lock.h>.Mark Murray
2001-02-09Revert the spin mutex for the cy(4) driver.John Baldwin
2001-02-09- Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.John Baldwin
2001-02-01Converted to new-bus.Bruce Evans
2001-01-30Added used include of <sys/mutex.h>. The SMP case was broken byBruce Evans
2001-01-25Disable cy - it is now completely broken and needs non-trivial work.Peter Wemm
2001-01-17Special case for compiling LINT - just give a warning and continue on.Peter Wemm
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-10-29Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp
2000-10-25- Catch up to new software interrupt code.John Baldwin
2000-10-25- Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-12Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.Bruce Evans
2000-10-08Use schedsofttty() again (SMPng casualty with intentionally wrong fixBruce Evans
2000-09-16Make LINT link.Poul-Henning Kamp
2000-09-16Make LINT compile.Poul-Henning Kamp
2000-09-16Make LINT compile again.Poul-Henning Kamp
2000-09-07Major update to the way synchronization is done in the kernel. HighlightsJason Evans
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-03-27Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh
2000-03-27Per conversations in -current, add #error to these drivers when you don'tWarner Losh
2000-01-23Clean up some more loose ends..Peter Wemm
1999-09-28Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-09-25This patch clears the way for removing a number of tty relatedPoul-Henning Kamp