Age | Commit message (Expand) | Author |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | When the kernel runs out of mbuf clusters, the hme receive ring may | Alexander Bluhm |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Remove orphaned splbios that have no matching splx, | Jonathan Gray |
2011-07-04 | remove unneeded cast. | David Hill |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2011-07-03 | change void * to a caddr_t | David Hill |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
2011-06-23 | ansi | Theo de Raadt |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-21 | Two dpt(4) fixes: | Matthew Dempsky |
2011-06-21 | remove some unnecessary casts. ok blambert deraadt kettenis matthew | Ted Unangst |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-15 | Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast | Jonathan Gray |
2011-06-10 | Do not set the dying flag in wdc_wait_for_status, since there is at | Theo de Raadt |
2011-05-25 | wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h. | Matthew Dempsky |
2011-05-24 | Move wdc_cd from ata/ata_wdc.c to ic/wdc.c so that you can compile a | Matthew Dempsky |
2011-05-23 | Fix after poolification. For reasons not completely understood, the | Otto Moerbeek |
2011-05-22 | Fix a problem found where one SOC has a uart implementation that causes bus | Dale Rahn |
2011-05-20 | Avoid double scsi_done(xs) in error path; ok dlg@ krw@ | Otto Moerbeek |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-09 | Initialize the wdc ata_drive_datas structs earlier in wdcattach() so | Matthew Dempsky |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky |
2011-04-27 | kill a !__NetBSD__ ifdef which just confuses | Theo de Raadt |
2011-04-27 | if getting the RAID header fails, dont stop the midlayer from trying to | David Gwynne |
2011-04-27 | configure fc controllers to fail io as fast as possible when cables are | David Gwynne |
2011-04-27 | return XS_RESET to the midlayer if the command was killed for some reason | David Gwynne |
2011-04-27 | rework the scanning of fibre channel ports to match how linux does it. | David Gwynne |
2011-04-27 | No need to splbio/splx in the interrupt routine. It's already | Kenneth R Westerback |
2011-04-26 | No point in a per-attachment scsi_adapter; move to global dpt_switch | Matthew Dempsky |
2011-04-26 | A plausible attempt at iopoolifying dpt(4). | Matthew Dempsky |
2011-04-26 | Make dpt(4) compile on 64-bit arches; no binary change on i386. | Matthew Dempsky |
2011-04-26 | Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged too | Matthew Dempsky |
2011-04-26 | Iopoolification. Installed snapshot over it and it even booted. | Kenneth R Westerback |
2011-04-21 | A plausible iopoolification. Utter dearth of interested parties | Kenneth R Westerback |
2011-04-19 | Iopoolification. Much simpler version than the one revived at k2k11. | Kenneth R Westerback |
2011-04-19 | Fix potential null dereference. | Charles Longeau |
2011-04-19 | Cease to pretend RAW SCSI mode exists. Eradicate all traces. | Kenneth R Westerback |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-17 | Add wol support to xl(4). Not really tested, but hopefully someone will | Stefan Sperling |
2011-04-17 | Don't increase if_oerrors for every multicast frame leaving the interface. | Stefan Sperling |
2011-04-16 | Initialize variables before use. | Kenneth R Westerback |
2011-04-15 | Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this | Miod Vallat |
2011-04-14 | Add several additional adapter types and correct definition of | Jonathan Gray |