summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-06-30Force SCSI_POLL for commands issued during probe. Fixes problem with mpt onKenneth R Westerback
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-23Missed this in the atw(4) commit.Todd C. Miller
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
2004-06-22Enable ahd interrupts and reset the channel before scanning the busKenneth R Westerback
2004-06-22Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANTodd C. Miller
2004-06-22The Prism device driver's manual makes a distinction in naming ofTodd C. Miller
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-06-05Make multicast ranges work.Ryan Thomas McBride
2004-06-05add multicast supportPeter Valchev
2004-06-05Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSDPeter Valchev
2004-06-05another try to re-add itTheo de Raadt
2004-06-05Remove unused file. We use aic7xxxvar.h.Kenneth R Westerback
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