summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2004-10-14a few more c-media codec idsMichael Shalayeff
2004-10-14constants for TX underrun handlingBrad Smith
2004-10-14rev 1.47Brad Smith
2004-10-13De-inline siop. Shrinks almost 1K on i386.Kenneth R Westerback
2004-10-13Let the generic rtl code work if the bus-dependent code has decided to attach;Miod Vallat
2004-10-12Don't use BIOS configuration data when no seeprom is available. LetsKenneth R Westerback
2004-10-10Work around "overlapped command" issue on devices that are slower than U320. ...Marco Peereboom
2004-10-06typoBrad Smith
2004-10-06Enable round-robin arbitration between transmit and receive unitBrad Smith
2004-10-04a whole bunch of avance logic codecs and also patch for someMichael Shalayeff
2004-10-02remove if NVLAN here tooBrad Smith
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-30get the MAC address correct on big endianJason Wright
2004-09-30don't need uvm_extern.h for vtophys (no vtophys!)Jason Wright
2004-09-30bus_dma-ify... thanks to robert, jgs, and grange for testingJason Wright
2004-09-30rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible,Jason Wright
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2004-09-28Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENBrad Smith
2004-09-28fixes for 2 cases of unaligned memory access on alpha whichBrad Smith
2004-09-28remove if NVLAN around IFCAP_VLAN_MTUBrad Smith
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith
2004-09-28remove unused GEM_MTUBrad Smith
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
2004-09-27allow for VLAN-sized frames.Brad Smith
2004-09-24timedout is not an english word, complaint from theo, ok marcoHenning Brauer
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-20meant to commit this too, remove old resume workaround flagsBrad Smith
2004-09-20remove software-based workaround for the resume issue.Brad Smith
2004-09-18off by one in checkTed Unangst
2004-09-18support microcode being const; krw@ okMichael Shalayeff
2004-09-16whitespace cleanupMarkus Friedl
2004-09-15Better debug printfs: missing \n and show xfer flags inAlexander Yurchenko
2004-09-14allocate ext-cfg memory if was requestd in dd_stimemreqMichael Shalayeff
2004-09-14two more icensemble codecs. now they are via really...Michael Shalayeff
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-16crank wi_cmd_count to 2000 for the time being; should help avoidTodd C. Miller
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
2004-08-09remove old arc stuff and add sgi support.Per Fogelstrom
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
2004-08-06Easy one! Remove two redundant assignments.Per Fogelstrom
2004-08-06Remove __static inline to make the kernel ~24k smaller on i386 and make the d...Marco Peereboom
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-05compile before you commit damnitTheo de Raadt
2004-08-05use ETHER_MAX_LEN.Brad Smith
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-05Remove forgotten debug code which does not compile on alpha.Miod Vallat
2004-08-05allocate a cluster on rx after all possible failures had been checked for; re...Michael Shalayeff
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...Michael Shalayeff