summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-12-18If we're running on a Connectix Virtual PC, we might get a packet longerthorpej
2003-12-16Synchronize with FreeBSD:dyoung
2003-12-15Add a (*drv_probe)() optional callback into the driver to probe forthorpej
2003-12-14Rename __wdcprobe() to wdcprobe1().thorpej
2003-12-14PR 23428: support National Datacomm Corporation NCP130A2 board.dyoung
2003-12-14No need to include wdvar.h anymore.thorpej
2003-12-12Fix compilation for ports w/o __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS.martin
2003-12-12In parallel to the interrupt handler pckbcintr provide two functionsmartin
2003-12-09Mirror change made in FreeBSD, rev 1.39 of aac.c. May address PR 23574.ad
2003-12-07Enable RSSI-based rate-adaptation for wi(4). This enables wi(4)-baseddyoung
2003-12-07In _STA mode, don't panic when a stray beacon-miss interrupt isdyoung
2003-12-07Updates to 802.11 radiotap. The _DB_ flags were used everywhere todyoung
2003-12-07Make the MASK_TO_SHIFT expression less "tall." Hopefully helpsdyoung
2003-12-07Cosmetic: add some whitespace for readability.dyoung
2003-12-06- disable ipv4 checksum offloading as it seems to have a problem.yamt
2003-12-05cac_cmd:pk
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-03Move WDC_NREG from wdcreg.h to wdcvar.h. First part of fix forbouyer
2003-11-29Include wdcreg.h for WDC_NREGS (used by wdcvar.h).bjh21
2003-11-29Patterned after the rest of the code, add one more check thathe
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-25Some combination of controller/drive sends a continous stream ofbouyer
2003-11-24An ICH board needs reading AC97_REG_RESET before reading AC97_VENDOR_ID.kent
2003-11-24Handle BCD mode properly.tsutsui
2003-11-22AD1985 codec needs the same quirk as AD1980.kent
2003-11-22Cosmetic changeskent
2003-11-17Clear DRIVE_ATA|DRIVE_ATAPI for both drives only when we're sure this isbouyer
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-11-16From Steve Woodford (scw@): fix wi(4) and wiconfig(8) on big-endiandyoung
2003-11-16So that the internal bridge works in AP mode, call ath_start afterdyoung
2003-11-16Fix spelling/grammar in a comment.dyoung
2003-11-16Add data-link type DLT_IEEE802_11_RADIO to wi and atw. DLT_IEEE802_11_RADIOdyoung
2003-11-13If we detected an old drive on a channel, clear (ATA|ATAPI) for bothbouyer
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-12Use just "type" and not "sc->sc_type" in cominit().simonb
2003-11-10Reading the (non-MII) media status if the card is not running yieldsdrochner
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-11-08Define all members in TX/RX DMA descriptors as u_int32_t and use proper shifttsutsui
2003-11-08Make comsoft_callout static; it's not referenced outside this file.simonb
2003-11-08Add (as yet unused) COM_TYPE_AU1x00.simonb
2003-11-07Program some bridge options.augustss
2003-11-07Add some more defines.augustss
2003-11-07Supress bogus -Wuninitialized warnings.uwe
2003-11-07If we already have a channel reset pending, don't try to queue a new one.bouyer
2003-11-06Be consistent with other COM_TYPE_PXA2x0 checks.simonb
2003-11-06White space nit.simonb
2003-11-05Fix gcc332 uninitialised bogon.simonb
2003-11-03Do not set HMEDEBUG as default mode.petrov
2003-11-03Fix uninitialized variable warningsichiro
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz