aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-8/+0
* o Wrap ppc_setup_intr() at 80.Paolo Pisati2007-03-061-3/+6
* Whitespace fix.John Baldwin2007-02-231-1/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-2/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+4
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-9/+0
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-241-236/+66
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-151-0/+42
* G/C unused variable.John Baldwin2006-02-221-1/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-2/+2
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov2005-12-211-0/+1
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* don't use C keyword register as CPP macro argument nameWarner Losh2005-04-121-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+6
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-011-42/+35
* Use __FBSDID().David E. O'Brien2003-06-111-3/+3
* Remove break after return;Poul-Henning Kamp2003-05-311-7/+0
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-3/+3
* Restore the original copyrightNicolas Souchu2002-03-231-0/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-11/+11
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Convert inb/outb to bus_space.Nicolas Souchu2001-06-231-8/+12
* Consider that the chipset may be in ECP mode (from BIOS settings)Nicolas Souchu2001-01-251-35/+35
* Fix the PR. Getting a dma channel equal to 0 remains a problem though.Nicolas Souchu2000-12-191-1/+1
* Add support for the PC87303 chipset (found on Miata alphas) and addDoug Rabson2000-07-201-6/+46
* Add smc37c935 chipset support and clean up the code which tries toDoug Rabson2000-07-181-30/+110
* Only print the diagnostic about extended I/O ports if bootverbose is true.Doug Rabson2000-06-251-2/+4
* Port ppc driver to alpha.Doug Rabson2000-05-141-1/+25
* Enable PnP attachment for parallel port controllers.Garrett Wollman2000-04-221-6/+11
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it isPeter Wemm2000-01-291-4/+0
* * Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson2000-01-251-10/+26
* Don't do device_set_desc() until after checking for PnP probes. OtherwisePeter Wemm2000-01-141-3/+4
* Port of ppbus standalone framework to the newbus system.Nicolas Souchu2000-01-141-310/+508
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Return the port size from the probe.Peter Wemm1999-04-221-2/+3
* 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-301-15/+13
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-101-9/+9
* Major ppbus commit with:Nicolas Souchu1999-01-101-48/+435
* 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-311-89/+202
* 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