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