summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-04-23Add power hooks. Proposed a couple of days ago on tech-kern@, nokefren
2009-04-23use proplibmsaitoh
2009-04-23remove obsolete code.msaitoh
2009-04-23Add pmf hooks. Proposed two days ago on tech-kern@, no objections.kefren
2009-04-21Regen.cube
2009-04-21Add a number of products that use Realtek's RTL8187 802.11 chip.cube
2009-04-21Add support for USB serial adapter REX-USB60F which I tested.taca
2009-04-21Regen.taca
2009-04-21Add product id for RATOC USB serial adapter REX-USB60F.taca
2009-04-21Fix wrong arguments of bus_dmamem_free(9).tsutsui
2009-04-21regennonaka
2009-04-21Added SD/MMC support from OpenBSD.nonaka
2009-04-21Rework scatter / gather page allocation inspired by r186295 of FreeBSD SVN:rafal
2009-04-20Add ale(4), a driver for Attansic/Atheros L1E gigabit ethernet device.cegger
2009-04-20Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,mschuett
2009-04-19In this case "XXX free other data structures XXX" includes stopping andad
2009-04-19regen.msaitoh
2009-04-19Oooops. Back out some of previous my commit.msaitoh
2009-04-19Some fixes and enhancements:msaitoh
2009-04-19Add mii_mpd_rev to keep MII PHY revision.msaitoh
2009-04-19regenmsaitoh
2009-04-19Add some boradcom's PHYs.msaitoh
2009-04-18Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.tsutsui
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-18Initialize callout and lists before we check for errors.cegger
2009-04-17Bug fix: don't release the Rx DMA maps twice.dyoung
2009-04-17Detach pcppi0 at isa0 during shutdown.dyoung
2009-04-17appease gccchristos
2009-04-17Detach audio(4) during shutdown.dyoung
2009-04-17Use device_t instead of 'struct device *' or device_ptr_t. Use cfdata_tdyoung
2009-04-17backout rev. 1.112. I was misleaded by the wrong pci(9) manpage.cegger
2009-04-17Move initialisation of the irq spinlock into the device handling code,joerg
2009-04-17pci_activate() wants a softc and not a devicecegger
2009-04-17Disable interrupts on the h/w before disestablishing the PCI interruptdyoung
2009-04-17Disable interrupts on the h/w before detaching the interruptdyoung
2009-04-17check return code of tlp_attach()cegger
2009-04-17Check revisions and print names of i82551/i82551ER, per Intel manual.tsutsui
2009-04-17change tlp_attach() to return an error code on failure.cegger
2009-04-17set dmamap to NULL when bus_dmamap_create() fails to prevent bus_dmamap_destr...cegger
2009-04-17Free resources in error path.cegger
2009-04-17use aprint_*cegger
2009-04-17Detach tlp(4) during shutdown.cegger
2009-04-17device_t/softc split. Tested with tlp at pcicegger
2009-04-17struct device * -> device_tcegger
2009-04-17use device_privatecegger
2009-04-17struct device * -> device_tcegger
2009-04-16use sparc_bus_map_large() to map the I128 framebuffermacallan
2009-04-16- remove a redundant decl of boothowto; it's in <sys/systm.h>tsutsui
2009-04-16Some cosmetics in rxcsum code. Tested on i386.tsutsui
2009-04-16u_intNN_t -> uintNN_ttsutsui