summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2004-09-28get the offsets of imap/iclr correct (zs now interrupts more than once)Jason Wright
2004-09-28add the missing ksym entry into the cdev table. pointed out by kevloDale Rahn
2004-09-28allow booting from isp devicesJason Wright
2004-09-28Like Yoda Jason trying to speak is.Miod Vallat
2004-09-28add clkbrd@fhcJason Wright
2004-09-28driver for "clock-board" (mainly blinky lights, but also has information ↵Jason Wright
about the chassis)
2004-09-28missing \nJason Wright
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-27R5K seems to have bugs/hazardsPer Fogelstrom
2004-09-27Do not mention a commented out strip(4), it is already in sys/conf/GENERIC.Miod Vallat
2004-09-27setup ign based on board numberJason Wright
2004-09-27shift value for the ignJason Wright
2004-09-27Rewrite 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-27move ITLBNOPFIX to asm.h and make it conditionalPer Fogelstrom
2004-09-27reorder slightly to avoid asm warningsPer Fogelstrom
2004-09-27comment and cleanPer Fogelstrom
2004-09-27handle R12K DSD bit on O2'sPer Fogelstrom
2004-09-27compute the board number of each fhcJason Wright
2004-09-27setup control register correctly and clear interrupts before attaching childrenJason Wright
2004-09-27map registers for fhc@mainbusJason Wright
2004-09-27cleanPer Fogelstrom
2004-09-27rearrange code to avoid asm warningsPer Fogelstrom
2004-09-27Change busdma to map coherent dmamem memory as uncached if the hostPer Fogelstrom
system has non-coherent caches. This will help some drivers to work better.
2004-09-27check malloc return correctly; from Patrick LatifiJason Wright
2004-09-26do not match on astroMichael Shalayeff
2004-09-26make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵Michael Shalayeff
Glaser <tg@66h.42h.de>
2004-09-26Minor tweaks to unify with other timecounters.Alexander Yurchenko
2004-09-25Timecounter support for Intel ICH chips, not enabledAlexander Yurchenko
on any platform yet.
2004-09-25Remove aapic, ok deraadt@Alexander Yurchenko
2004-09-24Whoops, need to include the IGN... zs@fhc now sorta works (kinda...)Jason Wright
2004-09-24zs@fhcJason Wright
2004-09-24fix up attachment of zs@fhcJason Wright
2004-09-24setup interrupt handling for fhc attached devicesJason Wright
2004-09-24cleanJason Wright
2004-09-24need linear mappings for the intrmap/clr register setsJason Wright
2004-09-24fhc registers (enough for now anyway)Jason Wright
2004-09-24Add DELAY in rx_putonline() such that we can boot on the SIMH VAX simulator.Mark Kettenis
ok hugh@
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
know of provides prom memory mappings for com(4)...
2004-09-23prepare 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-23don'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-23central@mainbus, fhc@central, fhc@mainbus, and clock@fhcJason Wright
2004-09-23clock@fhcJason Wright
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
- remove a bunch of debugging goop
2004-09-23use .c versions of certain functions. 32 bit modePer Fogelstrom
2004-09-23Clean clean clean... should be OK nowPer Fogelstrom
2004-09-23More pmap bugs cleaned out. Some old, some new.Per Fogelstrom
Better structured pmap.c. Evil still in there, more work to do.
2004-09-22Bring 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-22Bring in libsa code for proper %llx printf display; necessary for /boot.Miod Vallat
ok deraadt@