summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2009-08-04syncDavid Hill
2009-08-04Rhino Equipment donated some T1/E1/J1 cards. Add their vendor andDavid Hill
2009-08-03Comment fixes and code tidy-up (whitespace and more consistentStuart Henderson
2009-08-03timeout_add -> timeout_add_msecBret Lambert
2009-08-02timeout_add -> timeout_add_msecBret Lambert
2009-08-02timeout_add -> timeout_add_msecBret Lambert
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-08-02Minor KNF from Brad. No binary change.Stuart Henderson
2009-08-02syncStuart Henderson
2009-08-02Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids,Stuart Henderson
2009-07-31remove unused variable definition; unbreaks kernel build.Stuart Henderson
2009-07-31timeout_add -> timeout_add_msecBret Lambert
2009-07-31Factor out code for checking if a chunk is already in use.Joel Sing
2009-07-31Clean up debug droppings.Joel Sing
2009-07-31raidp is degraded when n - 1 disks are online, not offline.Joel Sing