summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2004-01-10Rounding to the nearest multiple of 2 with roundup(constant, 2) isdyoung
2004-01-10In atw_rf3000_tune, enable I/O with the modem and RF front-enddyoung
2004-01-10Do not set IEEE80211_F_IBSSON in hostap mode. Treat hostap-modedyoung
2004-01-10Report received-early interrupt with a debug printf.dyoung
2004-01-10Misc. cosmetic changes.dyoung
2004-01-10Use new docs provided by RFMD to give some meaning todyoung
2004-01-10Get rid of empty #if 0/#endif stanza.dyoung
2004-01-07Add a comment about some code that should be cleaned up.thorpej
2004-01-06Fix bus error trap on X68030/25MHz on-board SPC, which may have some quirk.tsutsui
2004-01-04Spell controller with two ls. Inspired by miod@openbsd.wiz
2004-01-03More structure member namespace cleanup: thread -> ch_threadthorpej
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03More comment/whitespace tidy-up.thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Tidy this file up a little.thorpej
2004-01-01Prepend "wdc_" to wait_for_drq, wait_for_unbusy, and wait_for_ready.thorpej
2004-01-01Tidy up this file somewhat.thorpej
2004-01-01Rename:thorpej
2003-12-30Simplify setting up the channel queue a little.thorpej
2003-12-30Move the register definitions for ATA Task File registers to atareg.h;thorpej
2003-12-30Move the drive probing code out of atabusconfig() and into a newthorpej
2003-12-30Use ANSI function decls.thorpej
2003-12-30Move most of the atabus layer into ata.c.thorpej
2003-12-28make the printf statements on chip_io_map complete lines.christos
2003-12-20add SMART Read Log constantlha
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