summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/lpt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up. lpt is MI now.niklas1996-11-301-591/+0
|
* Missing pieces of new bus.h that CVS lost behind my backniklas1996-11-291-60/+72
|
* s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadniklas1996-11-121-2/+2
| | | | possibly taken in small steps
* Put small delay in lptintr, as suggested by banshee@gabriella.resort.comdm1996-06-301-1/+2
| | | | on port-i386@netbsd.org.
* backout spl changederaadt1996-06-271-8/+5
|
* new 2940 driver merged from freebsd sources 960623shawn1996-06-271-5/+8
|
* lpt_isa_caderaadt1996-06-251-2/+2
|
* pica changes backed out. does not belong herepefo1996-06-241-105/+7
|
* workaround because of pica stuffderaadt1996-06-231-2/+2
|
* Pica bus support addedpefo1996-06-221-6/+104
|
* sync 0521deraadt1996-05-261-7/+3
|
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-20/+31
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-18/+32
|
* NetBSD 960317 mergeniklas1996-04-181-43/+70
|
* Fix back wrong patches.mickey1996-03-201-2/+2
|
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
| | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
* From NetBSD: merge of 960217niklas1996-03-081-1/+2
|
* Never claim interrupt if device runs without interrupts enabledtholo1996-02-201-4/+2
|
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
| | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
* from netbsd:deraadt1995-12-271-2/+2
| | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
* initial import of NetBSD treederaadt1995-10-181-0/+531