summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-05-12Let ahc_createdmamem() return -1 on error instead of an error code, sinceaugustss
2005-05-11Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supportsscw
2005-05-02split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.yamt
2005-04-30Avoid NULL pointer dereference on unexpected error cases. (from OpenBSD)tsutsui
2005-04-29Identify correctly ITE Super I/O chipsets by checking the core IDxtraeme
2005-04-12* Reduce timeout for codec powerupjmcneill
2005-04-12Don't touch AC97_REG_RESET if we're dealing with a modem (modems usejmcneill
2005-04-11Add ac97_attach_type(), to allow the hw driver to skip probes for audio orjmcneill
2005-04-08Add AC'97 1.x 'Modem Line Codec support' capability bit definition.jmcneill
2005-04-08Add identifiers for Intel ICH3 AC'97 modems and CXT33 modem codecs, fromjmcneill
2005-04-07AC'97 modems don't have the same mixer controls as audio devices. Treatjmcneill
2005-04-04* Add more AC97 modem registers (from AC'97 revision 2.2)jmcneill
2005-04-04* Add support for skipping either the modem or audio AC'97 probesjmcneill
2005-04-03white space cleanup, some KNF, long line wrapupjdolecek
2005-04-03Add driver for MCA Tiara LANCard / Fujitsu mb86950 EtherStar. Driver providedjdolecek
2005-04-03Make it possible for attachment to specify that the 16bit access shouldn'tjdolecek
2005-04-01merge yamt-km branch.yamt
2005-03-30- use IFQ_POLL/DEQUEUE rather than IF_DEQUEUE/PREPEND.yamt
2005-03-29re_encap: set RTK_TDESC_CMD_IPCSUM if any of checksum offloading is requested.yamt
2005-03-28Reverse the cyl_lo and cyl_hi reads for the AT_READREG case; previously,fvdl
2005-03-27correct logic so we recognize timeout on allocdyoung
2005-03-25Add attimer(4) driver, with ISA and ACPI attachments.cube
2005-03-23Don't assume all LUNs are probed before scsipi sets the mode, and always checkbouyer
2005-03-23- restructure tx descriptor handling code to decoupleyamt
2005-03-23Remove duplicate word in comment. From Rui Paulo in PR 29767.wiz
2005-03-17Fix typo in HW checksum code -- check for TCP & UDP HW checksumming beingrafal
2005-03-14move the code to drop packets in the previous versionyamt
2005-03-12Add to XXX comment for future reference.darcy
2005-03-12re(4) driver:yamt
2005-03-05Perform a s/w checksum for packets that are not the same length as the lengthheas
2005-03-05Perform a s/w checksum for packets that are not the same length as the lengthheas
2005-03-02Copyright maintenance.mycroft
2005-03-02Misc. changes to improve ad hoc mode and to enable hostap mode:dyoung
2005-03-01* Remove aif_get_mailboxstatus() from the aac_interface structure. Replacebriggs
2005-02-27nuke trailing whitespaceperry
2005-02-26ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem tobsh
2005-02-23re_init: correct usage of bus_dma(9).yamt
2005-02-23remove unused macros.yamt
2005-02-21Define M_CSUM_DATA_IPv4_IPHL() and M_CSUM_DATA_IPv4_OFFSET() macrosthorpej
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-02-20Have the MAC strip the ethernet FCS on rx so it is not included in the hardwareheas
2005-02-20use VLAN_* macros for VLAN tag extraction/additionjdolecek
2005-02-18u_intNN_t -> uintNN_ttsutsui
2005-02-18Print newline in some error messages.tsutsui
2005-02-18Adjust/add a few comments, add a few bitmask_snprintf formats, and addheas
2005-02-18Add handling for hardware TCP/UDP checksums.heas
2005-02-18Handle interface IFF_DEBUG flags sooner in hme_ioctl and cache a copy ofheas
2005-02-17Account ifp->if_opackets and ifp->if_collisions.tsutsui
2005-02-17Add __attribute__((__packed__)) to structure declarations of DMA descriptors.tsutsui
2005-02-17Add __attribute__((__packed__)) to DMA descriptor declarations.tsutsui