aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ppbus/ppc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+0
* ppc: Fix set but not used warnings on !i386.John Baldwin2022-04-061-3/+3
* ppc_detect_fifo: eliminate write only variable ccWarner Losh2022-04-051-2/+2
* ppc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* i386 4/4G split.Konstantin Belousov2018-04-131-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Hide a normal probe warning message under bootverbose, similar to atkbdcScott Long2017-09-181-1/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-5/+5
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-3/+3
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-50/+0
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-7/+9
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Fix build.Gleb Smirnoff2013-02-211-2/+2
* Replace splhigh() with critical_enter()/leave() to ensure we write theWarner Losh2013-02-211-13/+30
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-8/+1
* reset_epp and ecp_sync both return int.Warner Losh2009-02-051-7/+7
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-211-64/+58
* Various whitespace and style fixes.John Baldwin2008-11-161-61/+61
* Fix build with PPC_PROBE_CHIPSET enabled.John Baldwin2008-10-221-10/+13
* Several cleanups to remove the need for explicit unit numbers and a fewJohn Baldwin2008-10-211-24/+15
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-151-57/+101
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin2008-08-221-11/+8
* 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