summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-08-06sgi support; from pefo@Michael Shalayeff
2004-08-06Easy one! Remove two redundant assignments.Per Fogelstrom
2004-08-06add MII_MODEL_AMD_79C875phyPer Fogelstrom
2004-08-06Add support for Am79C875 quad phy.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-05attach the compaq w100 and w200. the w100 should work with a bit of work. itDavid Gwynne
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...Michael Shalayeff
2004-08-04Make jumbo frames work.Ryan Thomas McBride
2004-08-04kill hppa quirk that is not neededMichael Shalayeff
2004-08-04interrupt mitigation bitsMichael Shalayeff
2004-08-04regenDavid Gwynne
2004-08-04Compaq WLAN Multiport W200David Gwynne
2004-08-04Fix printing of revision string.Todd C. Miller
2004-08-03Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces anBrad Smith
2004-08-03microcode for interrupts coalescing on fxp; from intel via freebsdMichael Shalayeff
2004-08-02syncTheo de Raadt
2004-08-02newTheo de Raadt
2004-08-02more MII flagsBrad Smith
2004-08-02- Initialise all function's latency timer and cacheline size.Brad Smith
2004-08-02Use some horrible macros to uninline a few functions that are expensiveArtur Grabowski
2004-08-02Initialize timeouts correctly, match isa com; fixes panics inMiod Vallat
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-07-31Save a couple of hundred bytes (on i386) by putting the definition ofKenneth R Westerback
2004-07-30Correctly drain event queue on close. Fixes PR #3874Miod Vallat
2004-07-30Do not negotiate or use non-async transfer rates until probing (i.e.Kenneth R Westerback
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-28regenTodd C. Miller
2004-07-283Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5.Todd C. Miller
2004-07-26Typos in comments.Miod Vallat
2004-07-26Belgium USB keyboard map; contributed by Richard Ben Aleya.Miod Vallat
2004-07-26Minor glitches in the belgium keyboard layout; reported by Richard Ben Aleya.Miod Vallat
2004-07-26Remove orphaned prototypes.Miod Vallat
2004-07-25Store pci/cardbus revision number. From NetBSD (dyoung)Todd C. Miller
2004-07-25Program BARs before enabling memory or I/O access. From NetBSD (mycroft).Todd C. Miller
2004-07-25Begin conditioning device configuration on revision number. Three typesTodd C. Miller
2004-07-25Fix IBSS merges in atw(4). From NetBSD (dyoung)Todd C. Miller
2004-07-25Improve register definitions and slightly demystify some magicTodd C. Miller
2004-07-25Here is the serial bus format for the RF3000. From NetBSD (dyoung)Todd C. Miller
2004-07-25typo, enevt -> eventBrad Smith
2004-07-25The RSSI field in the Rx descriptor is the unadulterated contentTodd C. Miller
2004-07-24provide proper ip header alignment (and repair big endian archs again from af...Michael Shalayeff
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-07-22remove an unused varDavid Gwynne
2004-07-21remove hppa workarounds; from jkunz@ pr3861Michael Shalayeff