Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-28 | add clkbrd@fhc | Jason Wright | |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information ↵ | Jason Wright | |
about the chassis) | |||
2004-09-28 | missing \n | Jason Wright | |
2004-09-28 | mii_phy_tick() already checks for autonegotiation. | Brad Smith | |
2004-09-28 | Use ETHER_MAX_DIX_LEN | Brad Smith | |
2004-09-28 | remove unused GEM_MTU | Brad Smith | |
2004-09-28 | - Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTU | Brad Smith | |
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h | |||
2004-09-27 | allow for VLAN-sized frames. | Brad Smith | |
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright | |
2004-09-27 | R5K seems to have bugs/hazards | Per Fogelstrom | |
2004-09-27 | Do not mention a commented out strip(4), it is already in sys/conf/GENERIC. | Miod Vallat | |
2004-09-27 | setup ign based on board number | Jason Wright | |
2004-09-27 | shift value for the ign | Jason Wright | |
2004-09-27 | Rewrite parts of the interrupt system to achive: | Per Fogelstrom | |
o Remove do_pending code and take a real int instead. The performance impact seems to be very low and it simplifies the code considerably. o Allow interrupt nesting at first level. Run softints with HW ints enabled. | |||
2004-09-27 | move ITLBNOPFIX to asm.h and make it conditional | Per Fogelstrom | |
2004-09-27 | reorder slightly to avoid asm warnings | Per Fogelstrom | |
2004-09-27 | comment and clean | Per Fogelstrom | |
2004-09-27 | handle R12K DSD bit on O2's | Per Fogelstrom | |
2004-09-27 | compute the board number of each fhc | Jason Wright | |
2004-09-27 | ANSI protos and some minor cleanup | Brad Smith | |
ok henning@ | |||
2004-09-27 | setup control register correctly and clear interrupts before attaching children | Jason Wright | |
2004-09-27 | map registers for fhc@mainbus | Jason Wright | |
2004-09-27 | clean | Per Fogelstrom | |
2004-09-27 | rearrange code to avoid asm warnings | Per Fogelstrom | |
2004-09-27 | Change busdma to map coherent dmamem memory as uncached if the host | Per Fogelstrom | |
system has non-coherent caches. This will help some drivers to work better. | |||
2004-09-27 | check malloc return correctly; from Patrick Latifi | Jason Wright | |
2004-09-27 | regen | Todd C. Miller | |
2004-09-27 | Add Proxim Harmony 802.11b card and attach it to wi(4); David Vincelli | Todd C. Miller | |
2004-09-26 | do not match on astro | Michael Shalayeff | |
2004-09-26 | make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵ | Michael Shalayeff | |
Glaser <tg@66h.42h.de> | |||
2004-09-26 | Minor tweaks to unify with other timecounters. | Alexander Yurchenko | |
2004-09-26 | Improve attachment routine: | Alexander Yurchenko | |
- don't abort if hardware monitor is unusable, give timecounter a chance - better dmesg output | |||
2004-09-26 | Timecounter support for VIA south bridges. | Alexander Yurchenko | |
2004-09-26 | simplify MII_TICK case by using mii_phy_tick(). | Brad Smith | |
2004-09-26 | Restructure the PHY entry points to use a structure of | Brad Smith | |
entry points instead of descrete function pointers, and extend this to include a "reset" entry point. Make sure any PHY-specific reset routine is always used. From NetBSD ok mcbride@ | |||
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | another lavaport serial; from Markus Foerster <markus@1ster.de> | Alexander Yurchenko | |
2004-09-25 | sync | Alexander Yurchenko | |
2004-09-25 | sort a bit | Alexander Yurchenko | |
2004-09-25 | Timecounter support for Intel ICH chips, not enabled | Alexander Yurchenko | |
on any platform yet. | |||
2004-09-25 | Remove aapic, ok deraadt@ | Alexander Yurchenko | |
2004-09-25 | Senao el-2511cd2ext2m support. Reported and tested by Randy Bender | Federico G. Schwindt | |
<randybender2004 at hotmail dot com>; millert@ ok. | |||
2004-09-25 | regen. | Federico G. Schwindt | |
2004-09-25 | senao wireless adapters; from Randy Bender <randybender2004 at hotmail dot com> | Federico G. Schwindt | |
millert@ ok | |||
2004-09-24 | Whoops, need to include the IGN... zs@fhc now sorta works (kinda...) | Jason Wright | |
2004-09-24 | zs@fhc | Jason Wright | |
2004-09-24 | fix up attachment of zs@fhc | Jason Wright | |
2004-09-24 | setup interrupt handling for fhc attached devices | Jason Wright | |
2004-09-24 | clean | Jason Wright | |
2004-09-24 | need linear mappings for the intrmap/clr register sets | Jason Wright | |