| Age | Commit message (Expand) | Author |
| 2010-02-27 | Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach(). | tsutsui |
| 2010-02-27 | Use RUN_ONCE(9) again. (Everyone happy now?) | jakllsch |
| 2010-02-26 | Use correct prototype for dmattach(). | jakllsch |
| 2010-02-26 | Disable DBCOOL_DEBUG by default, and make it compile that way. | pgoyette |
| 2010-02-26 | Cosmetic: re-wrap some line. | dyoung |
| 2010-02-26 | Cosmetic: join a line. | dyoung |
| 2010-02-26 | Introduce Cardbus_intr_establish(cardbus_devfunc_t, ...) and | dyoung |
| 2010-02-26 | Use PCI_ constants and macros instead of CARDBUS_. Use | dyoung |
| 2010-02-26 | Move the definitions for PCI_BAR0, PCI_BAR1, PCI_BAR2, PCI_BAR3, | dyoung |
| 2010-02-26 | sc_csr is read & written from the PCI Command & Status Register, | dyoung |
| 2010-02-25 | Make fxp at cardbus detach during shutdown. | dyoung |
| 2010-02-25 | Fix device-mapper to work in builtin case. This commit fixes | haad |
| 2010-02-25 | Adapt to <powerpc/spr.h> breakup. | matt |
| 2010-02-25 | Use PCI_ constants instead of CARDBUS_ constants. Use Cardbus_conf_*() | dyoung |
| 2010-02-25 | Copy values from the cardbus_attach_args and use them instead of values | dyoung |
| 2010-02-25 | Don't use the cardbus_softc. Compile-tested, only. | dyoung |
| 2010-02-25 | Phase out some CardBus constants and types. Use the equivalent PCI | dyoung |
| 2010-02-25 | add a comment on PCI_MAGIC_IO_RANGE | macallan |
| 2010-02-25 | some cleanup | macallan |
| 2010-02-25 | Be sure to config_cfattach_attach() in dmattach(). | jakllsch |
| 2010-02-25 | Don't create the device's PCI tag with Cardbus_make_tag(9), but save and | dyoung |
| 2010-02-25 | Merge if_wm.c rev. 1.162.4.13 and if_wmvar.h rev. 1.2.46.3 into maintrunk. | msaitoh |
| 2010-02-25 | retire our private definitions for the scan1/3/5/7/9 DEC graphics | drochner |
| 2010-02-25 | a very preliminary driver for Wildcat 5110 / Sun XVR-500 graphics boards | macallan |
| 2010-02-25 | regen | macallan |
| 2010-02-25 | add 3Dlabs Wildcat 5110, also known as Sun XVR-500 | macallan |
| 2010-02-25 | Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of them | dyoung |
| 2010-02-24 | Use device_suspensor_t. | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-24 | Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor). | pgoyette |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-24 | map some more punctuation to more or less good replacements in the IBM | drochner |
| 2010-02-24 | Start to tuck Cardbus under the PCI abstraction. Step #1, textual | dyoung |
| 2010-02-24 | print end of line before getting the descriptor as it sleeps | plunky |
| 2010-02-24 | use # for include directive, just because.. | plunky |
| 2010-02-24 | Use roundup2() in <sys/param.h> rather than a conditional. | tsutsui |
| 2010-02-24 | Now dp8390_config() calculates mem_ring correctly so | tsutsui |
| 2010-02-24 | Fix a wrong calculation bug around RX ring buffer memory address | tsutsui |
| 2010-02-24 | Fix porting miss. | kiyohara |
| 2010-02-24 | - Use ctob() instead of ptoa() to obtain physical addresses from frame | jym |
| 2010-02-23 | Move ahci_channel_start() after BSY has cleared (what seems to matter | bouyer |
| 2010-02-23 | Remove unused functions pci_disable_retry() and cardbus_disable_retry(). | dyoung |
| 2010-02-23 | Correct calculation and display of SDR DRAM speed. From OpenBSD. | pgoyette |
| 2010-02-22 | Restore splashscreen support with genfb. | ahoka |
| 2010-02-22 | Import smcsmon(4) driver for SMSC LPC47M192 hardware monitor | pgoyette |
| 2010-02-21 | Fix confusion about PRE/POST in previous; and another place that has the | bouyer |
| 2010-02-21 | Fix bus_dmamap_sync(): it should be a BUS_DMASYNC_POSTWRITE after | bouyer |
| 2010-02-21 | New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port. | cnst |
| 2010-02-20 | printf -> aprint_normal to avoid empty linefeeds and partial messages | pooka |