aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-11/+0
* i386 4/4G split.Konstantin Belousov2018-04-131-1/+2
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* Hide a normal probe warning message under bootverbose, similar to atkbdcScott Long2017-09-181-1/+2
* Add PCI Id for MosChip MCS9900.Konstantin Belousov2017-08-271-0/+1
* 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-282-58/+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-272-3/+3
* Add support for SIIG x1 pci-e single parallel port card (JJ-E01211-S1)Eitan Adler2013-11-091-0/+1
* Fix build.Gleb Smirnoff2013-02-211-2/+2
* Replace splhigh() with critical_enter()/leave() to ensure we write theWarner Losh2013-02-211-13/+30
* No longer need splhigh() since locking was done, delete it andWarner Losh2013-02-211-9/+1
* 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
* - Add support for MosChip 9865 Single 1284 Printer portMartin Wilke2011-02-191-0/+1
* Add PCI ID for MCS9901's parallel port.Xin LI2010-03-231-0/+1
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang2009-02-111-0/+1
* reset_epp and ecp_sync both return int.Warner Losh2009-02-052-9/+9
* Add locking to ppc and ppbus and mark the whole lot MPSAFE:John Baldwin2009-01-217-80/+82
* Various whitespace and style fixes.John Baldwin2008-11-162-62/+62
* 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-212-26/+16
* Rework the handling of interrupt handlers for children of ppc and ppbus:John Baldwin2008-09-157-63/+116
* Remove unneeded include.Yoshihiro Takahashi2008-08-291-5/+0
* Use bus_foo() rather than bus_space_foo() and remove bus handle and tagJohn Baldwin2008-08-223-33/+28
* Use ppc_detach() for device_detach instead of ppc_attach().John Baldwin2008-08-221-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-232-5/+5
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-9/+0
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-0/+13
* o Use __FBSDIDMarcel Moolenaar2006-04-261-12/+11
* o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar2006-04-247-240/+585
* Import ACPI Dock Station support. Note that this is still very young.Mitsuru IWASAKI2006-04-152-0/+43
* 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
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+6
* Forgot an added file in the last commit.Doug Ambrisko2003-08-011-0/+49
* Add printer support to puc(4) driver.Doug Ambrisko2003-08-012-42/+118