summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-08-12Let this work with C99 compilers that do not define __GNUC__Jonathan Gray
2009-08-12Mark sensor as invalid if the i2c transaction to read its value fails.Mark Kettenis
2009-08-12ix currently relies on a gcc extension that removes a commaJonathan Gray
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-08-12New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok...Constantine A. Murenin
2009-08-12if we get dangerously low on clusters during interrupts, we needDavid Gwynne
2009-08-12always mark an xs complete if we're about to return COMPLETE to theDavid Gwynne
2009-08-12though shalt complete the xs (ie, call scsi_done with it) before returningDavid Gwynne
2009-08-12fix unused widgets to contain the actual ids; ok jakemsr@Martynas Venckus
2009-08-11don't take chip revision as a pointer to the string; swap it with xnameMartynas Venckus
2009-08-11More exact matching for Sunix 40XX 4 and 8 port units so that we can fixTheo de Raadt
2009-08-10The start function did enough so the shutdown hook is not neededTheo de Raadt
2009-08-10hook no longer neededTheo de Raadt
2009-08-10This does not need a shutdown function either (though the equilevantTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10USB network devices do not DMA in a way that requires a shutdown functionTheo de Raadt
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2009-08-10clear the beacons owner/valid bits to avoid garbage.Damien Bergamini
2009-08-10clear the beacons owner/valid bits to avoid garbage.Damien Bergamini
2009-08-10three more shutdown hooks bite the dust.Damien Bergamini
2009-08-10xge_shutdown is not needed now that interface is stopped, sinceTheo de Raadt
2009-08-10missing argument to DPRINTF.Damien Bergamini
2009-08-10delete xxshutdown handlers that are never even hooked upTheo de Raadt
2009-08-10undef OTUS_DEBUG.Damien Bergamini
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-09Make ami(4) use NO_CCB at least some of the time.Kenneth R Westerback
2009-08-09Check if the command buffer has been allocated before we free it. FixesMarcus Glocker
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-08-09Make this compile when SEA_ASSEMBLER is not defined.Jonathan Gray
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-08-09spelling errorTheo de Raadt
2009-08-09Get node and port WWN's from the Open Firmware tree on sparc64 if they areMark Kettenis
2009-08-09Rewrite bits of the multicast handling code as it should be.Kevin Lo
2009-08-08match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08regenChristian Weisgerber
2009-08-085464 / 5461 IDs found in the Linux broadcom PHY driver and unknownChristian Weisgerber
2009-08-08Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.Christian Weisgerber
2009-08-08bring comments in line with reality; from BradChristian Weisgerber
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo
2009-08-08In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as thisJonathan Gray
2009-08-07pull some more missing; for err&errx, printf, write, bzopy&bzeroMartynas Venckus
2009-08-06Handle failed disk I/O for RAID6Jordan Hargrave
2009-08-06Add device id for BCM5716S, tidy whitespace. From Brad.Stuart Henderson
2009-08-06Backout r1.274, william@ has tracked down watchdog timeouts withStuart Henderson
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2009-08-05don't read/write 1000baseT specific MII registers on 10/100M ony device.Kevin Lo
2009-08-04Fix volume state transitions for RAID4/5/6Jordan Hargrave