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