summaryrefslogtreecommitdiff
path: root/sys/dev/ppc
AgeCommit message (Expand)Author
2009-02-11Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang
2009-02-05reset_epp and ecp_sync both return int.Warner Losh
2009-01-21Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin
2008-11-16Various whitespace and style fixes.John Baldwin
2008-10-22Fix build with PPC_PROBE_CHIPSET enabled.John Baldwin
2008-10-21Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin
2008-09-15Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin
2008-08-29Remove unneeded include.Yoshihiro Takahashi
2008-08-22Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin
2008-08-22Use ppc_detach() for device_detach instead of ppc_attach().John Baldwin
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-03-06o Wrap ppc_setup_intr() at 80.Paolo Pisati
2007-02-23Whitespace fix.John Baldwin
2007-02-23Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-04-26o Use __FBSDIDMarcel Moolenaar
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2006-04-15Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI
2006-02-22G/C unused variable.John Baldwin
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2005-12-21Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beRuslan Ermilov
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-04-12don't use C keyword register as CPP macro argument nameWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2003-08-01Forgot an added file in the last commit.Doug Ambrisko
2003-08-01Add printer support to puc(4) driver.Doug Ambrisko
2003-06-11Use __FBSDID().David E. O'Brien
2003-05-31Remove break after return;Poul-Henning Kamp
2003-04-30Fix some easy, global, lint warnings. In most cases, this meansMark Murray
2003-03-02More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav
2002-03-23Restore the original copyrightNicolas Souchu
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2001-08-30Add ACPI attachments.Mike Smith
2001-06-23Convert inb/outb to bus_space.Nicolas Souchu
2001-01-25Consider that the chipset may be in ECP mode (from BIOS settings)Nicolas Souchu
2000-12-19Fix the PR. Getting a dma channel equal to 0 remains a problem though.Nicolas Souchu
2000-07-20Add support for the PC87303 chipset (found on Miata alphas) and addDoug Rabson
2000-07-18Add smc37c935 chipset support and clean up the code which tries toDoug Rabson
2000-06-25Only print the diagnostic about extended I/O ports if bootverbose is true.Doug Rabson
2000-05-14Port ppc driver to alpha.Doug Rabson
2000-04-22Enable PnP attachment for parallel port controllers.Garrett Wollman
2000-01-29Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it isPeter Wemm
2000-01-25* Don't use ivars to access resources, bus_set/get_resource is much better.Doug Rabson
2000-01-14Don't do device_set_desc() until after checking for PnP probes. OtherwisePeter Wemm
2000-01-14Port of ppbus standalone framework to the newbus system.Nicolas Souchu
1999-08-28$Id$ -> $FreeBSD$Peter Wemm