| Age | Commit message (Expand) | Author |
| 2009-05-03 | In pccbb_pci_callback(), set CBB_SPECMAPPED in sc_flags if we've | dyoung |
| 2009-05-02 | Correct previous: detaching uhubN makes the bus pointer NULL | martin |
| 2009-05-02 | If we are unlucky, during detach of child devices, after a uhub has detached, | martin |
| 2009-05-02 | Fix assignment of SUsPerPU and add SUsPerRU assignment. Reported by | oster |
| 2009-05-01 | Use device_t, cfdata_t, device_private(). | dyoung |
| 2009-05-01 | Add missing braces - patch from Kurt Lidl in PR port-vax/41314. | martin |
| 2009-05-01 | compile again. | nonaka |
| 2009-04-30 | Straggler from last vnd(4) commit: #define VNF_CLEARING. | dyoung |
| 2009-04-30 | Flesh out vnd_detach(). Let the system detach vnd(4) at shutdown. Stop | dyoung |
| 2009-04-30 | Fix spelling. if( -> if (. No functional change intended. | dyoung |
| 2009-04-30 | Use NULL instead of (type *)0. Delete extraneous parentheses. No | dyoung |
| 2009-04-30 | Regen (again) | skrll |
| 2009-04-30 | Add another NS product found in hppa machines. | skrll |
| 2009-04-30 | Regen. | skrll |
| 2009-04-30 | Add the National Semiconductor PC87560 Legacy IO chip on systems with | skrll |
| 2009-04-29 | Pull some changes for newer chips from FreeBSD: | tsutsui |
| 2009-04-28 | Use device_t, cfdata_t, and device_private(). | dyoung |
| 2009-04-28 | Regen for Mellanox additions. | ginsbach |
| 2009-04-28 | Add Mellanox Technologies Infiniband devices. | ginsbach |
| 2009-04-28 | Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D. | tsutsui |
| 2009-04-28 | on detach, deregister from pmf | cegger |
| 2009-04-28 | on detach, deregister from pmf and free resource | cegger |
| 2009-04-27 | Wrap one more printf() with #ifdef DEBUG, which was missed on rev 1.52. | tsutsui |
| 2009-04-26 | Always make local functions static. Local symbols are still preserved | tsutsui |
| 2009-04-26 | fix build broken. | nonaka |
| 2009-04-26 | check error code from bwi_attach() | cegger |
| 2009-04-26 | fix error handling | cegger |
| 2009-04-26 | device_t/softc split | cegger |
| 2009-04-26 | prepare device_t/softc split | cegger |
| 2009-04-26 | u_intNN_t -> uintNN_t | cegger |
| 2009-04-26 | - Fix error handling in attachment | cegger |
| 2009-04-26 | detach ohci on shutdown | cegger |
| 2009-04-26 | Fix error handling. | cegger |
| 2009-04-26 | Authorizing actions from the generic scope using a device scope wrapper | elad |
| 2009-04-26 | Added some command definitions. | nonaka |
| 2009-04-26 | age_intr: don't return w/o ack. the interrupt. | cegger |
| 2009-04-26 | fix error handling in lii_attach() | cegger |
| 2009-04-26 | - use (uint8_t *) for RX buffer | tsutsui |
| 2009-04-26 | When drm is compiled in only for PCI devices, agp_flush_cache() is not | pgoyette |
| 2009-04-25 | Use roundup2() macro. | tsutsui |
| 2009-04-25 | Add RCS Id. | tsutsui |
| 2009-04-25 | Regen from pcidevs rev 1.983: | tsutsui |
| 2009-04-25 | Tweak some Realtek re(4) device names. | tsutsui |
| 2009-04-25 | Remove suffix "B" from rtk_name of PCI_PRODUCT_REALTEK_RT8168 devices. | tsutsui |
| 2009-04-24 | Add Microchip PICkit 1 to HID blacklist. | jakllsch |
| 2009-04-24 | regen. | jakllsch |
| 2009-04-24 | Add Microchip Technology vendor ID and two PICkit device IDs thereof. | jakllsch |
| 2009-04-23 | Add wscons support | macallan |
| 2009-04-23 | Add power hooks. Proposed a couple of days ago on tech-kern@, no | kefren |
| 2009-04-23 | use proplib | msaitoh |