Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | sgi support; from pefo@ | Michael Shalayeff | |
2004-08-06 | Easy one! Remove two redundant assignments. | Per Fogelstrom | |
OK from miod@, millert@, henning@, marcus@ .... :) | |||
2004-08-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | Remove __static inline to make the kernel ~24k smaller on i386 and make the ↵ | Marco Peereboom | |
debug sessions bearable. ok krw@ deraadt@ | |||
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. | |||
2004-08-05 | compile before you commit damnit | Theo de Raadt | |
2004-08-05 | use ETHER_MAX_LEN. | Brad Smith | |
ok mickey@ | |||
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@ | |||
2004-08-05 | Remove forgotten debug code which does not compile on alpha. | Miod Vallat | |
2004-08-05 | allocate a cluster on rx after all possible failures had been checked for; ↵ | Michael Shalayeff | |
repair sigcache misalignment | |||
2004-08-05 | attach the compaq w100 and w200. the w100 should work with a bit of work. it | David Gwynne | |
is yet to be determined if the w200 has hope or not though from what i've read it should be possible. ok deraadt@ | |||
2004-08-04 | interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan ↵ | Michael Shalayeff | |
<dsb@poi.dvo.ru> | |||
2004-08-04 | Make jumbo frames work. | Ryan Thomas McBride | |
- allocate and manage our own memory for rx packets rather than using mbuf clusters; code for this lifted from if_bge.c - pass the correct size to bus_dmamap_create() ok deraadt@ | |||
2004-08-04 | kill hppa quirk that is not needed | Michael Shalayeff | |
2004-08-04 | interrupt mitigation bits | Michael Shalayeff | |
2004-08-04 | regen | David Gwynne | |
2004-08-04 | Compaq WLAN Multiport W200 | David Gwynne | |
ok deraadt@ | |||
2004-08-04 | Fix printing of revision string. | Todd C. Miller | |
2004-08-03 | Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces an | Brad Smith | |
autonegotiation to take place if IFM_AUTO is selected in mii_media_set. From NetBSD | |||
2004-08-03 | microcode for interrupts coalescing on fxp; from intel via freebsd | Michael Shalayeff | |
2004-08-02 | sync | Theo de Raadt | |
2004-08-02 | new | Theo de Raadt | |
2004-08-02 | more MII flags | Brad Smith | |
From NetBSD | |||
2004-08-02 | - Initialise all function's latency timer and cacheline size. | Brad Smith | |
- Fix grammar in error message. From NetBSD ok deraadt@ | |||
2004-08-02 | Use some horrible macros to uninline a few functions that are expensive | Artur Grabowski | |
when inlined and shave a few k from the kernel size. The goal here was not to make the nicest diff possible, but the smallest. deraadt@ drahn@ ok | |||
2004-08-02 | Initialize timeouts correctly, match isa com; fixes panics in | Miod Vallat | |
PR #3732 and #3881 (although more issues remain). | |||
2004-08-01 | Fold in relevant bits of the most recent two updates from | Kenneth R Westerback | |
gibbs@freebsd. Large commit messages detailing all changes can be read at revisions 1.97 and 1.100 of aic7xxx.c: www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aic7xxx/aic7xxx.c Tested by marco, nate and pefo. Fixed broken system for nate. ok marco@ | |||
2004-07-31 | Save a couple of hundred bytes (on i386) by putting the definition of | Kenneth R Westerback | |
siop_dump_script inside #ifdef DUMP_SCRIPT/#endif, just like its single invocation already is. | |||
2004-07-30 | Correctly drain event queue on close. Fixes PR #3874 | Miod Vallat | |
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback | |
SCSI_POLL'ing) is complete. Similar to what is done on mpt, ahc, ahd, etc. This fixes problems during probe on hppa. Problems found & ok mickey@. | |||
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more | |||
2004-07-28 | regen | Todd C. Miller | |
2004-07-28 | 3Com OfficeConnect 3CRSHPW796 Cardbus card is atw(4) rev 1.5. | Todd C. Miller | |
Patch based on info from Sigfred Håversen and David Young. | |||
2004-07-26 | Typos in comments. | Miod Vallat | |
2004-07-26 | Belgium USB keyboard map; contributed by Richard Ben Aleya. | Miod Vallat | |
2004-07-26 | Minor glitches in the belgium keyboard layout; reported by Richard Ben Aleya. | Miod Vallat | |
2004-07-26 | Remove orphaned prototypes. | Miod Vallat | |
2004-07-25 | Store pci/cardbus revision number. From NetBSD (dyoung) | Todd C. Miller | |
2004-07-25 | Program BARs before enabling memory or I/O access. From NetBSD (mycroft). | Todd C. Miller | |
2004-07-25 | Begin conditioning device configuration on revision number. Three types | Todd C. Miller | |
are known: ADM8211A (1.1/1.5), ADM8211B (2.0), ADM8211C (3.0). The B and C parts, while not yet supported, have AP capability. From NetBSD (dyoung). | |||
2004-07-25 | Fix IBSS merges in atw(4). From NetBSD (dyoung) | Todd C. Miller | |
2004-07-25 | Improve register definitions and slightly demystify some magic | Todd C. Miller | |
numbers. From NetBSD (dyoung) | |||
2004-07-25 | Here is the serial bus format for the RF3000. From NetBSD (dyoung) | Todd C. Miller | |
2004-07-25 | typo, enevt -> event | Brad Smith | |
2004-07-25 | The RSSI field in the Rx descriptor is the unadulterated content | Todd C. Miller | |
of the DIVCTL/RSSI register on the RF3000 baseband. Mask all but the RSSI bits. From NetBSD (dyoung). | |||
2004-07-24 | provide proper ip header alignment (and repair big endian archs again from ↵ | Michael Shalayeff | |
after ether_input_mbuf conversion); also kill some stupid spaces | |||
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat | |
2004-07-22 | remove an unused var | David Gwynne | |
ok krw@ | |||
2004-07-21 | remove hppa workarounds; from jkunz@ pr3861 | Michael Shalayeff | |