summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2018-04-28When starting a background scan, free the nodes table to ensure weStefan Sperling
2018-04-28pgt(4): do not tsleep in the scan ioctl.Paul Irofti
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-20add a small driver for AMDs cryptographic co processor.David Gwynne
2018-04-15The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use aJoshua Stein
2018-04-11Some (probably newer) re(4) cards don't have the 32-bit memory BAR thatPatrick Wildt
2018-04-11Add mixer save/restore capability to the audio(4) driver andAlexandre Ratchov
2018-04-07Only attach a single PHY if the PHY address isn't specified. This preventsMark Kettenis
2018-04-02Add support for register shift/io-width. This allows us to support UARTsMark Kettenis
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-11Copy the scan results into a new buffer to re-align the data so that wePatrick Wildt
2018-02-11Since the BCDC header has a variable data offset, so the ethernet packetPatrick Wildt
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-07Sporadically the network over gem(4) interface hang on sparc64 andAlexander Bluhm
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt
2018-02-06Add support for chips which use SYSMEM memory. Code is a simplifiedPatrick Wildt
2018-02-06Support setting the Cortex-M3 cores to active mode.Patrick Wildt
2018-02-06remove a bit of dead code. ok bluhm deraadtTed Unangst
2018-02-05Move event packet handling into a serialized process context to removePatrick Wildt
2018-02-03Remove a pointless assignment introduced in previous commit.Stefan Sperling
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-31Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').Stefan Sperling
2018-01-24Put the default case, which prints information about an event we do not yetPatrick Wildt
2018-01-24We don't do booleans in the kernel, so replace a few occurrences of 'true'Patrick Wildt
2018-01-19dwiic: cleanup function prototypes after ACPI/PCI splitJoshua Stein
2018-01-11Extract the control channel number from the chanspec information andPatrick Wildt
2018-01-10Attach nvme to additional Apple NVMe device, limit targets to 1Joshua Stein
2018-01-08Initial support for HOSTAP mode. With this bwfm(4) can spawn an accessPatrick Wildt
2018-01-08Delete flowrings when we take the interface down or change itsPatrick Wildt
2018-01-07Create multiple transmit flowrings in station mode, four in total, basedPatrick Wildt
2018-01-05To send out packets we need to create a flowring. Acting as station,Patrick Wildt
2018-01-05Drop incoming network packets as long as we are not in RUN state. ThisPatrick Wildt
2018-01-05When we receive an AUTH or ASSOC event even though we have alreadyPatrick Wildt
2018-01-04Receiving an AUTH event means that we successfully authenticated, thusPatrick Wildt
2018-01-03assign 1 instead of the result of htole16(1) to a uint8_t.David Gwynne
2018-01-03Since the PCI attachment code already uses mbufs for RX packets, we canPatrick Wildt
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-26Fix channel initialization by not using the same loop variable in nestedPatrick Wildt
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Pass the BSSID to the join command so that we connect to the AP thatPatrick Wildt
2017-12-18Pass scan type directly to the scan command instead of using the globalPatrick Wildt
2017-12-18Support setting the Cortex-A7 cores to active/passive mode andPatrick Wildt
2017-12-17Pass Cortex-R4 reset vector to activation function.Patrick Wildt
2017-12-16Read RAM base address and size so we know where to put the firmware.Patrick Wildt
2017-12-16Implement setting the chip into active mode, as needed for setting upPatrick Wildt
2017-12-16Support setting the Cortex-R4, as found on a BCM43602, to passive mode.Patrick Wildt