summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-07-02set IFCAP_VLAN_MTU and do not whine if we cannot get mbufsBrad Smith
2005-07-02xscale UART FIFOs are 32 bytes deep; found by deraadt@Uwe Stuehler
2005-06-28NBIO > 0 the bioctl code.Marco Peereboom
2005-06-28implement ami_schwartz_poll() per the FIXME leftover from the hackathon.Marco Peereboom
2005-06-28allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ testin...Michael Shalayeff
2005-06-28do not whine if we cannot get mbufs.Brad Smith
2005-06-26rev 1.29Brad Smith
2005-06-25re-add ASIX check lost in rev 1.77Brad Smith
2005-06-23clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources.Brad Smith
2005-06-23Use proper type for 32 bit entity. s/long/intRobert Nagy
2005-06-21remove duplicate function prototypes. ok deraadtKevin Lo
2005-06-20Replace arpcom in the softc with ieee80211com in preparation forJonathan Gray
2005-06-20fix a couple of 'use after free' bugs on mbuf chains in the tx path.Damien Bergamini
2005-06-18Switch master and surround volume controls on AD1888 and AD1985Can Erkin Acar
2005-06-17remove non-constant array initializers which is a GNU extension.Reyk Floeter
2005-06-16supply mising busdma flags to ami_cmd (used to be 0 for waitok);Michael Shalayeff
2005-06-15Match RTL8255 transceiver and stub out related support functions.Jonathan Gray
2005-06-13Move a bunch of small functions that only get called once intoJonathan Gray
2005-06-09don't need vlan.h hereBrad Smith
2005-06-08completely revert rev 1.52, which broke ral for some people; from danh@Christian Weisgerber
2005-06-08remove netns crud.Henning Brauer
2005-06-08disable RX checksum offload until its fixed on little endian systemsBrad Smith
2005-06-07CCITT about to bite the dust, remove special casing in archs and driversHenning Brauer
2005-06-06correct names for miscellaneous control bit registerMichael Coulter
2005-06-06AD1981 is actually AD1980Michael Coulter
2005-06-01De-inline a few functions if option SMALL_KERNEL, and do not compileMiod Vallat
2005-05-31Reduce ccbs for now because millert had issues on a 475.Marco Peereboom
2005-05-29use JAPAN for locale code 0 stored in some rtw EEPROMs.Reyk Floeter
2005-05-29further cleanup - use bzero, bcopy and bcmpReyk Floeter
2005-05-29knfReyk Floeter
2005-05-29rtw cleanupReyk Floeter
2005-05-29cleanup rtwReyk Floeter
2005-05-28fix hostap modeReyk Floeter
2005-05-28make sure to enable socket on resume.Robert Nagy
2005-05-28Step 3 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-28Step 2 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27step 1 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27make sure to enable socket on resume.Robert Nagy
2005-05-27- Merge changes from pxacom back into the common com driver.Uwe Stuehler
2005-05-27remove some misplaced htole32sReyk Floeter
2005-05-27re-enable gpio init even without using the gpio(4) frameworkReyk Floeter
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith
2005-05-27- disable the gpio user interface for now, it's just an unimportantReyk Floeter
2005-05-26remove unused vtophys stuffMartin Reindl
2005-05-26remove vtophys (it wasn't used anyway)Jason Wright
2005-05-26Fix compilation on macppc and likely other archs.Jonathan Gray
2005-05-25correctly initialize AD1886.Joris Vink
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith