Age | Commit message (Expand) | Author |
2011-10-22 | Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alpha | Miod Vallat |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2011-10-13 | Fix definition of XL_PME_EN. | Mark Kettenis |
2011-10-05 | It is not safe to call sensor_task_unregister() from inside the | Theo de Raadt |
2011-10-05 | ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to be | David Gwynne |
2011-09-23 | Make sure siop_xfer is a multiple of 128 bytes as intended (and as told by | Miod Vallat |
2011-09-19 | Missing argument in STIDEBUG printf | Miod Vallat |
2011-09-17 | Don't bother keeping a {u,}lptioctl function which is a duplicate of | Miod Vallat |
2011-09-04 | Add the possibility for a MD attachment to stack a stream filter (sw_code) | Miod Vallat |
2011-09-04 | Add emulation support for slinear:8, ulinear:8 and alaw. Written by jason@ | Miod Vallat |
2011-09-03 | MI driver for AMD79C30 audio chip; from NetBSD | Miod Vallat |
2011-08-29 | protect sc->sc_state access and ncr53c9x_sched() call with splbio in | Miod Vallat |
2011-08-18 | So, it turns out that models 362 and 382 built-in frame buffer only shows up | Miod Vallat |
2011-07-26 | Calling a detach function from an attach function is no longer legal ( | Theo de Raadt |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-14 | We must not call xl_wol_power() from xl_stop(). If we do the device | Stefan Sperling |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
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 |