summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-05-11Fix a typo with the media duplex flag being used for AUI connectionsBrad Smith
2008-05-09- Count excess and late collisions as output errors.Brad Smith
2008-04-30fix serial console handling on amd64. currently only glass console everDavid Gwynne
2008-04-26hardware TKIP (including MIC) + CCMPDamien Bergamini
2008-04-26Keep order of "#if defined..." consistent.Mark Kettenis
2008-04-25the code that parses arguments from the boot loader on amd64 wasnt checkingDavid Gwynne
2008-04-24MD_ISA_IOT is not defined anywhere so get rid of it.Joel Sing
2008-04-24Keep order of "#if defined..." consistent.Joel Sing
2008-04-24Clean up comments.Joel Sing
2008-04-24Cleanup serial console handling and remove some of the MD code from com.c.Joel Sing
2008-04-24some ciss(4) firmwares use different physical drive addressing, resultingJakob Schlyter
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
2008-04-20Move the threshold fix from the re(4) code back into the header asBrad Smith
2008-04-20- Recognize the 8168C chipset.Brad Smith
2008-04-20Remove redundant checks for the 8139C+ chipset, this code can onlyBrad Smith
2008-04-20- Add some more defines.Brad Smith
2008-04-20Remove unused flags.Brad Smith
2008-04-20Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set.Brad Smith
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-17save some space by making use of the WEP CRC table from net80211Damien Bergamini
2008-04-17do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr().Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
2008-04-12Tighten check for consoleness by comparing comconsiot as well as comconsaddr.Mark Kettenis
2008-04-10the success of a command is reported in the mbox, but not passed on to theDavid Gwynne
2008-04-09Increase buffer size sent to the fifo, and clamp the size correctly.Theo de Raadt
2008-03-31Add define for 24 hour time.Joel Sing
2008-03-20VLAN tag info must be inserted into all descriptors of a multi-descriptorBrad Smith
2008-03-19Make sure we pass the right argument to isp_wdog() when setting timeouts.Mark Kettenis
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-13Do not increment the input packet counter in these drivers asBrad Smith
2008-03-12Set the RX FIFO threshold to no RX threshold for re(4) adapters.Brad Smith
2008-03-01Resolve an issue where the Starfire chipset can get into an endless loopBrad Smith
2008-02-25Make bwi compile in debug mode again.Marcus Glocker
2008-02-25Sync up with DragonFlyBSD driver. Please read their commit messageMarcus Glocker
2008-02-21Some fxp(4) chips do not like having their status/command registers accessedBrad Smith
2008-02-20- Only clear the IFF_OACTIVE flag if packets were processed.Brad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-02-16Zap KKASSERT porting macro and use KASSERT instead.Marcus Glocker
2008-02-16Count output packets.Marcus Glocker
2008-02-16Replace bwi_rate2plcp() with ieee80211_rate2plcp().Marcus Glocker
2008-02-16Fix spacing / comments.Marcus Glocker
2008-02-16While importing the driver a lot of printf's have been converted toMarcus Glocker
2008-02-16Report rssi and rate in rx radio tap.Marcus Glocker
2008-02-16Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's.Kenneth R Westerback
2008-02-16Better support for 11b mode.Marcus Glocker
2008-02-16Remove some double prototype definitions.Marcus Glocker