| Commit message (Expand) | Author | Age | Files | Lines |
| * | Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still... | Warner Losh | 2005-06-06 | 1 | -4/+0 |
| * | Correct comment | Warner Losh | 2005-06-06 | 1 | -2/+1 |
| * | Remove some variables the last commit stopped using so the code compiles. | Brooks Davis | 2005-06-06 | 2 | -4/+2 |
| * | As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPE | Warner Losh | 2005-06-05 | 1 | -6/+0 |
| * | Use same RID we allocated the resource with to free it | Warner Losh | 2005-06-05 | 1 | -1/+1 |
| * | These registers are saved by pci bus code. Remove from #if 0'd code anyway | Warner Losh | 2005-06-05 | 1 | -18/+0 |
| * | Power state management now done in PCI bus code | Warner Losh | 2005-06-05 | 1 | -11/+0 |
| * | The PCI bus code saves/restores these config registers now. | Warner Losh | 2005-06-05 | 2 | -20/+0 |
| * | Powerstate stuff now done in PCI bus driver | Warner Losh | 2005-06-05 | 1 | -21/+0 |
| * | The PCI bus code saves/restores these config registers now. | Warner Losh | 2005-06-05 | 2 | -21/+0 |
| * | Make nVidia SATA hotplug support DTRT. | Søren Schmidt | 2005-06-05 | 1 | -26/+27 |
| * | Unbreak the ICH6 AHCI support in !48Bit mode. | Søren Schmidt | 2005-06-05 | 1 | -2/+7 |
| * | Make ichsmb loadable. | Takanori Watanabe | 2005-06-05 | 1 | -0/+3 |
| * | After some input from bde@ and rereading the datasheet use a MTX_SPIN | Marius Strobl | 2005-06-04 | 1 | -11/+11 |
| * | Replace the band-aid for allowing to call sunkbd_configure() multiple | Marius Strobl | 2005-06-04 | 1 | -14/+19 |
| * | On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse) | Marius Strobl | 2005-06-04 | 1 | -0/+20 |
| * | Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/ | Marius Strobl | 2005-06-04 | 1 | -20/+23 |
| * | - In machfb_configure() when probed for the high-level console return | Marius Strobl | 2005-06-04 | 1 | -22/+36 |
| * | - In creator_configure() when probed for the high-level console return | Marius Strobl | 2005-06-04 | 2 | -41/+33 |
| * | Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resources | Marius Strobl | 2005-06-04 | 4 | -15/+15 |
| * | - Take advantage of ebus(4) having switched to SYS_RES_MEMORY for memory | Marius Strobl | 2005-06-04 | 1 | -42/+31 |
| * | In newbus land, ivars can only be accessed for direct child, or when | Warner Losh | 2005-06-03 | 1 | -1/+1 |
| * | Mask off the bar's value after the probe test write before testing | Warner Losh | 2005-06-03 | 1 | -2/+2 |
| * | restore led state on resume | Sam Leffler | 2005-06-02 | 1 | -0/+4 |
| * | Honouring current authmode setting. With this patch, my wi card can now | Tai-hwa Liang | 2005-06-02 | 1 | -1/+3 |
| * | Typo. | John Baldwin | 2005-06-01 | 1 | -1/+1 |
| * | Add a text description for the Intel IOP302/303 processors. Be slightly | Scott Long | 2005-06-01 | 3 | -2/+7 |
| * | Printing a warning once when trying to bring up interface before firmware load. | Tai-hwa Liang | 2005-06-01 | 2 | -0/+4 |
| * | Don't enable I/O or memory mode in a device's command register if the BAR | John Baldwin | 2005-05-31 | 1 | -7/+7 |
| * | Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct. | Scott Long | 2005-05-30 | 1 | -1/+2 |
| * | Deny to switch into banked video mode when it is not available. Some | Xin LI | 2005-05-30 | 1 | -1/+2 |
| * | Kernel hooks to support PMC sampling modes. | Joseph Koshy | 2005-05-30 | 3 | -3/+6 |
| * | malloc.h relies on param.h for a definition of MAXCPU. I guess that there is | Scott Long | 2005-05-30 | 1 | -0/+1 |
| * | s/-1000/BUS_PROBE_LOW_PRIORITY/ | Seigo Tanimura | 2005-05-29 | 1 | -1/+1 |
| * | Add vr_init_t member to sc_rndr_sw_t instances in order to unbreak | Marius Strobl | 2005-05-29 | 1 | -0/+3 |
| * | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI | 2005-05-29 | 6 | -71/+479 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 129 | -200/+0 |
| * | Add 6300ESB, which should be treated as ICH4. | Seigo Tanimura | 2005-05-28 | 1 | -1/+9 |
| * | Latest README to correspond to latest Intel version 2.1.7 | Tony Ackerman | 2005-05-26 | 1 | -143/+124 |
| * | Changes to update driver with latest Intel driver version 2.1.7 | Tony Ackerman | 2005-05-26 | 5 | -525/+2500 |
| * | Add a missing comma which prevents compilation with debugging enabled. | Hartmut Brandt | 2005-05-25 | 1 | -1/+1 |
| * | Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined or | Olivier Houchard | 2005-05-24 | 1 | -1/+4 |
| * | Fix one more misuse of u_long when uint32_t is actually meant. | Olivier Houchard | 2005-05-24 | 1 | -1/+1 |
| * | Make snd_maestro3(4) mpsafe | Pyun YongHyeon | 2005-05-23 | 1 | -83/+210 |
| * | According to STP2002QFP User's Guide, it seems that driver should | Pyun YongHyeon | 2005-05-23 | 1 | -1/+4 |
| * | o Clear device-specific PCI register 0x41 (Retry Timeout) during attach | Damien Bergamini | 2005-05-22 | 3 | -20/+140 |
| * | Fix WPA (802.11i) support. | Damien Bergamini | 2005-05-22 | 2 | -0/+24 |
| * | Clear device-specific PCI register 0x41 during attach and on resume. | Damien Bergamini | 2005-05-22 | 1 | -0/+4 |
| * | Add PCI ID for BCM5789. | Mike Silbersack | 2005-05-22 | 2 | -0/+3 |
| * | Add machfb(4), a driver for ATI Mach64 graphics chips intended for | Marius Strobl | 2005-05-21 | 2 | -0/+1948 |