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