Age | Commit message (Expand) | Author |
2008-08-13 | Add more Config mode registers. | Brad Smith |
2008-08-13 | Replace the use of a separate softc field to track the link | Brad Smith |
2008-08-11 | Add support for TX/RX checksum offload for newer re(4) chipsets. | Brad Smith |
2008-08-05 | Add support for reading the MAC address for newer re(4) chipsets. | Brad Smith |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-07-30 | spacing | Reyk Floeter |
2008-07-30 | Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables | Reyk Floeter |
2008-07-29 | In ahc_free(), which is invoked if attachment fails, do not free() | Miod Vallat |
2008-07-29 | Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based | Miod Vallat |
2008-07-29 | - fix FIFO overruns on PCI-E chipsets by setting the DMA size | Reyk Floeter |
2008-07-28 | sync | Reyk Floeter |
2008-07-28 | sync | Reyk Floeter |
2008-07-27 | fix a typo in a comment. | Marc Balmer |
2008-07-24 | the softc sc_lock lockmgr lock is unused, so remove it. | Thordur I. Bjornsson |
2008-07-21 | rename rt2860 pci ids to match with reality. | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-07-21 | cleanup - we don't have resource structure | Kevin Lo |
2008-07-17 | Zero mbreg_t structure *before* initializing any members, not when we're | Mark Kettenis |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2008-07-15 | Adapt some code from the FreeBSD driver required to make | Jonathan Gray |
2008-07-13 | Add some additional hardware revisions from FreeBSD needed for | Jonathan Gray |
2008-07-02 | unify using WDCDEBUG. | Federico G. Schwindt |
2008-07-01 | Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be | Claudio Jeker |
2008-06-30 | wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. | Federico G. Schwindt |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | do not print scsi id, since scsibus does that now; ok krw | Theo de Raadt |
2008-06-22 | Update watchdog timer code from DragonFly. | Brad Smith |
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 |