summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-08-21/dev/ksymskstailey
1999-08-21definitions needed by sbin/kbd/kbd_sparc.cMats O Jansson
1999-08-20change MIPSE{B|L} to __MIPSE{B|L}__. -mojMats O Jansson
1999-08-20needs <scsi/cd.h> -mojMats O Jansson
1999-08-20teach it about Rise cpus; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-20cleanup pmap_enk4mArtur Grabowski
1999-08-20in pv_link4m malloc can sleep. Make the malloc earlier and check ifArtur Grabowski
reality has changed while we were (possibly) sleeping.
1999-08-20uninitialized variable; art@Jason Wright
1999-08-19undo damage aaron didTheo de Raadt
1999-08-18sysbeep/pciide/atapiscsikstailey
1999-08-18Default to loading bsd.rd from $OSREV/hp300/bsd.rd.Jason Downs
1999-08-18enable ie0Michael Shalayeff
1999-08-18cleanupMichael Shalayeff
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17mem_access_fault4m: init ftype earlier to avoid passing junk to trapsignalArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
to, at the bottom or the top, depending on your architecture's stack growth direction. This is in preparation for Linux' clone(2) emulation. port maintainers, please check that I did the work right.
1999-08-16Kill meaningless reset printf().Jason Downs
1999-08-16Add cdboot...Jason Downs
1999-08-16Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough toJason Downs
fit in the begining of an ISO9660 image...
1999-08-16report unhandled interrupts w/ DEBUG onlyMichael Shalayeff
1999-08-16unscrew the screupMichael Shalayeff
1999-08-16use structures to overlay registers in memory, not offsets, also interrupt ↵Michael Shalayeff
stuff (see above)
1999-08-16evcnt count the interrupts, also optimize diagnostic printingMichael Shalayeff
1999-08-15listen to COPTSNiklas Hallqvist
1999-08-15esym is needed for ksymsNiklas Hallqvist
1999-08-15fit aic* at pcmcmiaTheo de Raadt
1999-08-15Add missing HP385 defines...Jason Downs
1999-08-15pciide & atapiscsikstailey
1999-08-14Driver for ASIX88140A/88141 Ethernet; from FreeBSDAaron Campbell
1999-08-14dynamic chunks, snake styleTodd T. Fries
1999-08-14debugging off by default. ok mickey@Todd T. Fries
1999-08-14updateMichael Shalayeff
1999-08-14updateMichael Shalayeff
1999-08-14fix debug printfs, ipl nameMichael Shalayeff
1999-08-14this work, smirk, rock, sock (rhymes by fries@ ;)Michael Shalayeff
1999-08-14cpu has interruptMichael Shalayeff
1999-08-14next try to print cpu model number.Michael Shalayeff
attach clock interrupt.
1999-08-14clock_intr()Michael Shalayeff
1999-08-14s/STACK_GROWS_UP/MACHINE_STACK_GROWS_UP/Michael Shalayeff
1999-08-14proper ipl values.Michael Shalayeff
spl's do not mask Ibit anymore, prevent int lossage.
1999-08-14littel perfomance rearngement, also cr23 and cr28 for ddbMichael Shalayeff
1999-08-14proper breakpoint instructionMichael Shalayeff
1999-08-14better CLKF_BASEPRIMichael Shalayeff
1999-08-14clock_intr() protoMichael Shalayeff
1999-08-14bigger stack frame sizeMichael Shalayeff
1999-08-14proper debugging ifdefsMichael Shalayeff
1999-08-14more registers to print and playMichael Shalayeff
1999-08-14enable interrupts after device configuration, provide cold_hook() for things ↵Michael Shalayeff
like lasi to enable power management
1999-08-14export cr23Michael Shalayeff
1999-08-14rework interruptions framewrok a little to use that space in the IV table.Michael Shalayeff
cpu_switch, setrunqueu, remrunqueu now tested and seem working. trapall needs some more work for user mode. optimizations here and there.