summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
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
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 st...Michael Shalayeff
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
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
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
1999-08-14export cr23Michael Shalayeff
1999-08-14rework interruptions framewrok a little to use that space in the IV table.Michael Shalayeff
1999-08-14do the clock interrupt the narrow way.Michael Shalayeff
1999-08-13Almost forget it; USB support.Federico G. Schwindt
1999-08-13Add USB support.Federico G. Schwindt
1999-08-13Add USB devices support.Federico G. Schwindt
1999-08-12splhigh() when calling pdcMichael Shalayeff
1999-08-12Use -Os, not -O2Todd C. Miller
1999-08-12fix asm() modifiersMichael Shalayeff
1999-08-12Switchover to new IDE framework, and do away with ed finallyNiklas Hallqvist
1999-08-12Kernel that fits on a floppy, useful for diskless systemsNiklas Hallqvist
1999-08-12IDT WinChip models; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-08-11Add a slew of new bus_*_region_* functionsNiklas Hallqvist
1999-08-11define ALIGNED_POINTERNiklas Hallqvist
1999-08-10more sb irq to 5. This is more likelyTheo de Raadt