summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-03-15split the code in ami_cmd that does the polling commands out into aDavid Gwynne
2006-03-15sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easierDavid Gwynne
2006-03-14move the loading of the dmamaps for passthrough commands out of ami_cmdDavid Gwynne
2006-03-14move the loading of the dma maps for logical disk reads and writes fromDavid Gwynne
2006-03-14knfDavid Gwynne
2006-03-14shuffle the switch statement around in scsi_cmd. do the io commandsDavid Gwynne
2006-03-13make the dmseg printing look a little nicer.Brad Smith
2006-03-13repair commands w/ no scsi_xfer but the affected code was currently dead anyw...Michael Shalayeff
2006-03-13finner grained use of splbio in scsi_raw_cmd.David Gwynne
2006-03-13finer use of splbio in scsi_cmd.David Gwynne
2006-03-13split the io and synchronise paths for scsi commands going to the logicalDavid Gwynne
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-03-04remove extraneous brackets.Brad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-03-04All CAM_* values stored in xs->error must be 'interpreted' byKenneth R Westerback
2006-03-04remove the colon between "address" and the MAC address.Brad Smith
2006-03-04some defines for PHY detection.Brad Smith
2006-03-04do not set the chip type in re_attach_common() as this is alreadyBrad Smith
2006-03-04remove vlan header.Brad Smith
2006-02-28Switch to software WEP in a way mostly similiar to what David YoungJonathan Gray
2006-02-25comment code that is currently unused (radar detection and dynamic rxDamien Bergamini
2006-02-25instead of panicing when tx rate is zero, fallback to 1Mbps.Damien Bergamini
2006-02-25load the firmware only when necessary (first call to rt2661_init or if theDamien Bergamini
2006-02-24Make the "ring buffer overrun" message a DEBUG message insteadBrad Smith
2006-02-24remove NetBSD rnd(4) code.Brad Smith
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
2006-02-18don't try to release references to nodes that have been freed by net80211.Damien Bergamini
2006-02-17Missed part of last atw commit.Jonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2006-02-15don't re-init the interface on watchdog timeout. we need to reload theDamien Bergamini
2006-02-11Move a bit more under MPT_DEBUG.Kenneth R Westerback
2006-02-10Fix LBA48 access for ServerWorks SATA.Mark Kettenis
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05Add a fix from David Young to not set the ring indexes to somethingJonathan Gray
2006-02-05Rework code a bit more and move mpt_print_header() completely underKenneth R Westerback
2006-02-05and the softc addition too.Brad Smith
2006-02-05call gem_setladrf() if the NIC is already running and only theBrad Smith
2006-02-04Redo debugging mechanism to something less loud and more useful.Marco Peereboom
2006-02-02make an exposed printf for debugging a debug printf and add a few commasBrad Smith
2006-02-01dont clutter up dmesg with useless or redundant informationDavid Gwynne
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
2006-01-29Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' noKenneth R Westerback
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis