Age | Commit message (Expand) | Author |
2008-06-14 | Allow ath(4) to detach cleanly when attaching via PCI. Also | Joel Sing |
2008-06-13 | If you have #if FOO > 0 parts of your softc be | Jonathan Gray |
2008-06-11 | Zero mbreg_t (mailbox) structures allocated on the stack before filling | Kenneth R Westerback |
2008-06-11 | Don't get the address of the txstats pointers when doing bzero, | Jonathan Gray |
2008-06-08 | Set up shutdown and powerhooks with code adapted from rt2661. | Jonathan Gray |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis |
2008-06-01 | ACX111 parts can't send using short slot time, but it seems to have no problem | Brad Smith |
2008-06-01 | Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issue | Brad Smith |
2008-05-31 | Properly set the IFF_OACTIVE flag if all the descriptrs are in use for | Brad Smith |
2008-05-28 | Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers. | Mark Kettenis |
2008-05-27 | Don't print SCSI ID, it's redundant now that scsibus(4) prints the same | Mark Kettenis |
2008-05-27 | Don't print SCSI ID, it's redundant now that scsibus(4) prints the same | Mark Kettenis |
2008-05-25 | add a function to get default parameters for ac97 codecs. all ac97 | Jacob Meuser |
2008-05-25 | tweak the SPI port configuration if we figure out that it is not quite | David Gwynne |
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith |
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-05-11 | Fix a typo with the media duplex flag being used for AUI connections | Brad Smith |
2008-05-09 | - Count excess and late collisions as output errors. | Brad Smith |
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne |
2008-04-26 | hardware TKIP (including MIC) + CCMP | Damien Bergamini |
2008-04-26 | Keep order of "#if defined..." consistent. | Mark Kettenis |
2008-04-25 | the code that parses arguments from the boot loader on amd64 wasnt checking | David Gwynne |
2008-04-24 | MD_ISA_IOT is not defined anywhere so get rid of it. | Joel Sing |
2008-04-24 | Keep order of "#if defined..." consistent. | Joel Sing |
2008-04-24 | Clean up comments. | Joel Sing |
2008-04-24 | Cleanup serial console handling and remove some of the MD code from com.c. | Joel Sing |
2008-04-24 | some ciss(4) firmwares use different physical drive addressing, resulting | Jakob Schlyter |
2008-04-23 | Remove driver for pre 802.11 RangeLAN2 wireless devices. | Jonathan Gray |
2008-04-20 | Move the threshold fix from the re(4) code back into the header as | Brad Smith |
2008-04-20 | - Recognize the 8168C chipset. | Brad Smith |
2008-04-20 | Remove redundant checks for the 8139C+ chipset, this code can only | Brad Smith |
2008-04-20 | - Add some more defines. | Brad Smith |
2008-04-20 | Remove unused flags. | Brad Smith |
2008-04-20 | Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. | Brad Smith |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini |
2008-04-17 | do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-12 | Tighten check for consoleness by comparing comconsiot as well as comconsaddr. | Mark Kettenis |
2008-04-10 | the success of a command is reported in the mbox, but not passed on to the | David Gwynne |
2008-04-09 | Increase buffer size sent to the fifo, and clamp the size correctly. | Theo de Raadt |
2008-03-31 | Add define for 24 hour time. | Joel Sing |
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith |
2008-03-19 | Make sure we pass the right argument to isp_wdog() when setting timeouts. | Mark Kettenis |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2008-03-13 | Do not increment the input packet counter in these drivers as | Brad Smith |