Age | Commit message (Expand) | Author |
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback |
2004-06-04 | fix conversion to ether_crc32_be(). problem noticed by naddy@ | Brad Smith |
2004-06-02 | Add quirks field to the wdc softc and implement the first one: | Alexander Yurchenko |
2004-06-01 | dv_xname is not the same as dv_unit (for hell knows what reason) | Michael Shalayeff |
2004-06-01 | Replace hand-rolled crc32 with ether_crc32_le(). | Ryan Thomas McBride |
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride |
2004-05-31 | multicast cleanups: | Ryan Thomas McBride |
2004-05-31 | Don't reinvent the wheel, use ether_crc32_le() instead. | Ryan Thomas McBride |
2004-05-30 | a bit of syncing with the FreeBSD driver, namely... | Brad Smith |
2004-05-30 | serial console hack from tom. who, after having been told a few times | Theo de Raadt |
2004-05-26 | use ETHER_ALIGN | Brad Smith |
2004-05-25 | Attach scsi bus, find devices without crashing, successfully do simple | Kenneth R Westerback |
2004-05-23 | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer durin... | Marco Peereboom |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom |
2004-05-20 | Remove bogus $Id. | Marco Peereboom |
2004-05-20 | Add ahd. ok krw@ | Marco Peereboom |
2004-05-19 | another ETHER_ALIGN | Brad Smith |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2004-05-18 | fix from netbsd to twiddle the fxp eeprom to disable dynamic standby mode | Bob Beck |
2004-05-18 | Check for and handle interface CRC errors. | Bob Beck |
2004-05-12 | network drivers don't need to include bpfdesc.h | Ted Unangst |
2004-05-07 | LM7x models improvements: | Alexander Yurchenko |
2004-05-07 | proper casts for vtophys. looked at by grange@ | Ted Unangst |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2004-05-01 | Fix nasty bug where driver would not correctly catch and handle an rnr | Bob Beck |
2004-04-28 | Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec. | Alexander Yurchenko |
2004-04-28 | Removing some erroneous \n junk and a little KNF. ok & tested krw@ | Marco Peereboom |
2004-04-26 | Allocate rx buffer mbuf clusters at ifconfig time, release them when the | Ryan Thomas McBride |
2004-04-26 | Howe eye wysh eye cud spel. | Ryan Thomas McBride |
2004-04-25 | Make it clear that we will give each target an openings value equal to | Kenneth R Westerback |
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback |
2004-04-23 | kill evil spaces | Michael Shalayeff |
2004-04-23 | properly id CX20468 and patch it too, also one more _cx codec; made possible ... | Michael Shalayeff |
2004-04-18 | Fix cut/paste typo in error message. | Kenneth R Westerback |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback |
2004-04-15 | Fix incorrect error message (rx dma map, not tx). | Ryan Thomas McBride |
2004-04-15 | user bus_dmamap_load_mbuf and set rcvif on receive | Michael Shalayeff |
2004-04-12 | removeable -> removable; | Jason McIntyre |
2004-04-12 | Fix DMA length on complex SGL. Apparantly this fixes the outstanding 1.03.xx... | Marco Peereboom |
2004-04-12 | This has been a pain in the ass for about 8 months which made new ICP | Theo de Raadt |
2004-04-11 | Use INQUIRY instead of TUR for PPR. By doing this the target device actually... | Marco Peereboom |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff |
2004-04-04 | Don't print firmware upload messages in dmesg. Pointed out deraadt@, ok krw@ | Marco Peereboom |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2004-03-31 | cleanup some whitespaces | Michael Shalayeff |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell |
2004-03-20 | Implement firmware download. | Kenneth R Westerback |
2004-03-19 | Tweak isr to speed it up, panic in correct spot, prepare for more firmware | Kenneth R Westerback |
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller |