Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-28 | get the offsets of imap/iclr correct (zs now interrupts more than once) | Jason Wright | |
2004-09-28 | add the missing ksym entry into the cdev table. pointed out by kevlo | Dale Rahn | |
2004-09-28 | allow booting from isp devices | Jason Wright | |
2004-09-28 | Like Yoda Jason trying to speak is. | Miod Vallat | |
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 | - 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 | 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 | 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-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-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-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 | |
2004-09-24 | fhc registers (enough for now anyway) | Jason Wright | |
2004-09-24 | Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator. | Mark Kettenis | |
ok hugh@ | |||
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt | |
2004-09-23 | Correctly test for prom memory mapping failure. Fortunately no system we | Miod Vallat | |
know of provides prom memory mappings for com(4)... | |||
2004-09-23 | prepare the way for multi-bus attachment of zs (specifically zs@fhc). | Jason Wright | |
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config... | |||
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith | |
{ether,atm,fddi}_ifattach already does this. ok mcbride@ markus@ henning@ | |||
2004-09-23 | central@mainbus, fhc@central, fhc@mainbus, and clock@fhc | Jason Wright | |
2004-09-23 | clock@fhc | Jason Wright | |
2004-09-23 | - fix the bus_map functions (get the parent node right) | Jason Wright | |
- remove a bunch of debugging goop | |||
2004-09-23 | use .c versions of certain functions. 32 bit mode | Per Fogelstrom | |
2004-09-23 | Clean clean clean... should be OK now | Per Fogelstrom | |
2004-09-23 | More pmap bugs cleaned out. Some old, some new. | Per Fogelstrom | |
Better structured pmap.c. Evil still in there, more work to do. | |||
2004-09-22 | Bring some enhancements and fixes to fdc(4) from NetBSD: | Miod Vallat | |
- better state machine, will prevent "eject fd0" with an empty drive to spin. - will not attach fd children to fdc if no floppy drive is present (though the PROM usually finds this for us). - use biowait() in fdformat() instead of rolling our own. - drop 5"1/4 formats table. - cope with non 512 bytes per sector formats. | |||
2004-09-22 | Bring in libsa code for proper %llx printf display; necessary for /boot. | Miod Vallat | |
ok deraadt@ |