aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...Warner Losh2005-06-061-4/+0
* Correct commentWarner Losh2005-06-061-2/+1
* Remove some variables the last commit stopped using so the code compiles.Brooks Davis2005-06-062-4/+2
* As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPEWarner Losh2005-06-051-6/+0
* Use same RID we allocated the resource with to free itWarner Losh2005-06-051-1/+1
* These registers are saved by pci bus code. Remove from #if 0'd code anywayWarner Losh2005-06-051-18/+0
* Power state management now done in PCI bus codeWarner Losh2005-06-051-11/+0
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-052-20/+0
* Powerstate stuff now done in PCI bus driverWarner Losh2005-06-051-21/+0
* The PCI bus code saves/restores these config registers now.Warner Losh2005-06-052-21/+0
* Make nVidia SATA hotplug support DTRT.Søren Schmidt2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.Søren Schmidt2005-06-051-2/+7
* Make ichsmb loadable.Takanori Watanabe2005-06-051-0/+3
* After some input from bde@ and rereading the datasheet use a MTX_SPINMarius Strobl2005-06-041-11/+11
* Replace the band-aid for allowing to call sunkbd_configure() multipleMarius Strobl2005-06-041-14/+19
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)Marius Strobl2005-06-041-0/+20
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/Marius Strobl2005-06-041-20/+23
* - In machfb_configure() when probed for the high-level console returnMarius Strobl2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnMarius Strobl2005-06-042-41/+33
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl2005-06-044-15/+15
* - Take advantage of ebus(4) having switched to SYS_RES_MEMORY for memoryMarius Strobl2005-06-041-42/+31
* In newbus land, ivars can only be accessed for direct child, or whenWarner Losh2005-06-031-1/+1
* Mask off the bar's value after the probe test write before testingWarner Losh2005-06-031-2/+2
* restore led state on resumeSam Leffler2005-06-021-0/+4
* Honouring current authmode setting. With this patch, my wi card can nowTai-hwa Liang2005-06-021-1/+3
* Typo.John Baldwin2005-06-011-1/+1
* Add a text description for the Intel IOP302/303 processors. Be slightlyScott Long2005-06-013-2/+7
* Printing a warning once when trying to bring up interface before firmware load.Tai-hwa Liang2005-06-012-0/+4
* Don't enable I/O or memory mode in a device's command register if the BARJohn Baldwin2005-05-311-7/+7
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long2005-05-301-1/+2
* Deny to switch into banked video mode when it is not available. SomeXin LI2005-05-301-1/+2
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-303-3/+6
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isScott Long2005-05-301-0/+1
* s/-1000/BUS_PROBE_LOW_PRIORITY/Seigo Tanimura2005-05-291-1/+1
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl2005-05-291-0/+3
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-296-71/+479
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-29129-200/+0
* Add 6300ESB, which should be treated as ICH4.Seigo Tanimura2005-05-281-1/+9
* Latest README to correspond to latest Intel version 2.1.7Tony Ackerman2005-05-261-143/+124
* Changes to update driver with latest Intel driver version 2.1.7Tony Ackerman2005-05-265-525/+2500
* Add a missing comma which prevents compilation with debugging enabled.Hartmut Brandt2005-05-251-1/+1
* Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined orOlivier Houchard2005-05-241-1/+4
* Fix one more misuse of u_long when uint32_t is actually meant.Olivier Houchard2005-05-241-1/+1
* Make snd_maestro3(4) mpsafePyun YongHyeon2005-05-231-83/+210
* According to STP2002QFP User's Guide, it seems that driver shouldPyun YongHyeon2005-05-231-1/+4
* o Clear device-specific PCI register 0x41 (Retry Timeout) during attachDamien Bergamini2005-05-223-20/+140
* Fix WPA (802.11i) support.Damien Bergamini2005-05-222-0/+24
* Clear device-specific PCI register 0x41 during attach and on resume.Damien Bergamini2005-05-221-0/+4
* Add PCI ID for BCM5789.Mike Silbersack2005-05-222-0/+3
* Add machfb(4), a driver for ATI Mach64 graphics chips intended forMarius Strobl2005-05-212-0/+1948