aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
Commit message (Expand)AuthorAgeFilesLines
...
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-052-20/+20
* Modify the critical section API as follows:John Baldwin2001-12-182-142/+112
* Call to cdevsw_add() no longer needed.Poul-Henning Kamp2001-11-042-2/+0
* KSE Milestone 2Julian Elischer2001-09-122-20/+20
* Fixed minor numbers when there is more than one cy card.Bruce Evans2001-08-132-12/+30
* Use ttymalloc() instead of a static array of `struct tty'. This willBruce Evans2001-08-132-30/+4
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-152-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-4/+8
* Typo fix. s/criticale_t/critical_t/Peter Wemm2001-03-282-2/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-282-198/+156
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-262-2/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-152-4/+6
* RIP <machine/lock.h>.Mark Murray2001-02-112-2/+42
* Revert the spin mutex for the cy(4) driver.John Baldwin2001-02-092-138/+304
* - Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.John Baldwin2001-02-092-330/+166
* Converted to new-bus.Bruce Evans2001-02-011-57/+85
* Added used include of <sys/mutex.h>. The SMP case was broken byBruce Evans2001-01-302-0/+2
* Disable cy - it is now completely broken and needs non-trivial work.Peter Wemm2001-01-251-5/+0
* Special case for compiling LINT - just give a warning and continue on.Peter Wemm2001-01-171-0/+5
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-4/+2
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-292-2/+0
* - Catch up to new software interrupt code.John Baldwin2000-10-252-6/+6
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-252-30/+32
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.Bruce Evans2000-10-122-4/+0
* Use schedsofttty() again (SMPng casualty with intentionally wrong fixBruce Evans2000-10-082-10/+2
* Make LINT link.Poul-Henning Kamp2000-09-162-0/+8
* Make LINT compile.Poul-Henning Kamp2000-09-162-2/+2
* Make LINT compile again.Poul-Henning Kamp2000-09-161-0/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-072-106/+288
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-282-2/+20
* Ahhrggg. Put the test for the compat shims AFTER the file that includesWarner Losh2000-03-271-4/+4
* Per conversations in -current, add #error to these drivers when you don'tWarner Losh2000-03-271-0/+4
* Clean up some more loose ends..Peter Wemm2000-01-232-2/+2
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-282-38/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-252-52/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-58/+14
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlyBruce Evans1999-06-042-6/+10
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-312-8/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-14/+42
* Don't call disable_intr() when interrupts are already disabled, sinceBruce Evans1999-05-282-6/+12
* Detect PCI device IDs for latest boards. Simplified the ID comparisons.Bruce Evans1999-05-101-5/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Make this compile with CY_PCI_FASTINTR again.Peter Wemm1999-05-021-2/+5
* Suser() simplification:Poul-Henning Kamp1999-04-272-8/+8
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-151-2/+2