summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppc
Commit message (Expand)AuthorAgeFilesLines
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-8/+0
* o Wrap ppc_setup_intr() at 80.piso2007-03-061-3/+6
* Whitespace fix.jhb2007-02-231-1/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-231-2/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-5/+5
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-9/+0
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-0/+13
* o Use __FBSDIDmarcel2006-04-261-12/+11
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-marcel2006-04-247-240/+585
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-152-0/+43
* G/C unused variable.jhb2006-02-221-1/+0
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-2/+2
* Add missing MODULE_DEPEND() so that ppbus.ko and these .ko's can beru2005-12-211-0/+1
* Fix -Wundef.ru2005-12-041-1/+1
* don't use C keyword register as CPP macro argument nameimp2005-04-121-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+0
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+6
* Forgot an added file in the last commit.ambrisko2003-08-011-0/+49
* Add printer support to puc(4) driver.ambrisko2003-08-012-42/+118
* Use __FBSDID().obrien2003-06-111-3/+3
* Remove break after return;phk2003-05-311-7/+0
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Restore the original copyrightnsouch2002-03-231-0/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-11/+11
* Add ACPI attachments.msmith2001-08-301-0/+1
* Convert inb/outb to bus_space.nsouch2001-06-232-25/+34
* Consider that the chipset may be in ECP mode (from BIOS settings)nsouch2001-01-252-36/+37
* Fix the PR. Getting a dma channel equal to 0 remains a problem though.nsouch2000-12-191-1/+1
* Add support for the PC87303 chipset (found on Miata alphas) and adddfr2000-07-202-6/+47
* Add smc37c935 chipset support and clean up the code which tries todfr2000-07-182-32/+139
* Only print the diagnostic about extended I/O ports if bootverbose is true.dfr2000-06-251-2/+4
* Port ppc driver to alpha.dfr2000-05-142-3/+27
* Enable PnP attachment for parallel port controllers.wollman2000-04-221-6/+11
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-291-4/+0
* * Don't use ivars to access resources, bus_set/get_resource is much better.dfr2000-01-251-10/+26
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-141-3/+4
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-142-318/+529
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Return the port size from the probe.peter1999-04-221-2/+3
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
* The way the interrupt id was calculated was wrong and the lptnsouch1999-02-141-2/+2
* Fix interrupt handling with DMA. Bit nFault was tested in the control reg.nsouch1999-02-141-5/+10
* Fix compile warnings about missing braces around static initialization of uni...nsouch1999-01-311-3/+3
* Distinguish EPP address/data register. Add EPP address register access to ppi.nsouch1999-01-302-18/+19
* Fix broken low level ppb_rxxx() return type: char becomes u_char.nsouch1999-01-102-18/+18
* Major ppbus commit with:nsouch1999-01-102-52/+486
* Silence -Wtrigraph.hoek1998-12-301-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-9/+3
OpenPOWER on IntegriCloud