aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc
Commit message (Expand)AuthorAgeFilesLines
* More appropriate fix to the id_irq read during probeNicolas Souchu1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptNicolas Souchu1999-02-141-2/+2
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.Nicolas Souchu1999-02-141-5/+10
* Fix compile warnings about missing braces around static initialization of uni...Nicolas Souchu1999-01-311-3/+3
* Distinguish EPP address/data register. Add EPP address register access to ppi.Nicolas Souchu1999-01-302-18/+19
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-102-18/+18
* Major ppbus commit with:Nicolas Souchu1999-01-102-52/+486
* Silence -Wtrigraph.Tim Vanderhoek1998-12-301-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-9/+3
* pcf.c: timeout management addedNicolas Souchu1998-10-312-100/+219
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* - program counter was previously an index in the microsequence, now pcNicolas Souchu1998-09-201-26/+18
* invalid printf call fixed -> compile time warning removedNicolas Souchu1998-09-131-2/+2
* ppbus enhanced to support ZIP+ : microseq improvedNicolas Souchu1998-09-132-27/+69
* printing with compatible mode fixed if ECP available + more verbose if bootve...Nicolas Souchu1998-09-021-43/+163
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-3/+2
* Major ppbus updates from the author.Mike Smith1998-08-032-190/+609
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Removed unused #includes.Bruce Evans1997-09-011-8/+1
* Minor ppc_data structure tweak.Mike Smith1997-08-161-3/+3
* ISA Parallel-Port Bus chipset driver.Mike Smith1997-08-142-0/+901