summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-08-19No need for procfs_machdepArtur Grabowski
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19A first shot at a GENERIC.Artur Grabowski
Contains the clocks, pcons and Lance.
2001-08-19add attribute for LSI dma controllerJason Wright
2001-08-19generic driver for LSI dma controller from NetBSDJason Wright
2001-08-19enough from netbsd to get le at ledma attachedJason Wright
2001-08-19Sync with reality.Miod Vallat
2001-08-19PANICBUTTON no more.Miod Vallat
2001-08-19Remove PANICBUTTON code, as it is incompatible with DDB and DDB isMiod Vallat
much more appreciated. millert@ agrees. While there, make HP300_NEWKVM permanent.
2001-08-19Unfuck some TCP state stuff that would drop the SYN|ACK.Mike Frantzen
Enumerated the TCP states. Here's a mapping new->old tcp states if anyone gives a shit: TCPS_CLOSED 0 TCPS_SYN_SENT 1 TCPS_ESTABLISHED 2 TCPS_CLOSING 3 TCPS_FIN_WAIT_2 4 TCPS_TIME_WAIT 5
2001-08-19DDBArtur Grabowski
2001-08-19shorter list of kernels to boot.Artur Grabowski
2001-08-19Ugly hack to make symbols work on sparc64.Artur Grabowski
We really need to change ddb_init to take args from MD code.
2001-08-19remove ddb stuff, in4_cksum.c inet dependency, and include sbus stuffJason Wright
2001-08-19Print a reason for failing to init the symbol table.Artur Grabowski
2001-08-19shorten the message to fit on a line.Artur Grabowski
2001-08-19no doing shutdownArtur Grabowski
2001-08-19db_disasm from NetBSD.Artur Grabowski
minimal mods to fit our ddb.
2001-08-19db_trace from NetBSD.Artur Grabowski
minimal mods to fit our ddb.
2001-08-19db_interface from NetBSD.Artur Grabowski
hacked up a bit to match our ddb.
2001-08-19adapt to our variant of branch_takenArtur Grabowski
2001-08-19Ooops. sparc always needs own protos.Artur Grabowski
2001-08-19Our ddb_init doesn't take argument (it should, but that's another story).Artur Grabowski
2001-08-19compile w/out INETJason Wright
2001-08-19fetch sc_intline from pci_intr_line(ih) to accomodate forMichael Shalayeff
the line being possibly resolved in pci_intr_map(). found and tested by jason@
2001-08-19match our reality.Artur Grabowski
2001-08-19e_machine identifiers for sparcv8plus and sparcv9Artur Grabowski
from NetBSD.
2001-08-19...and convert this one as well.Miod Vallat
2001-08-19New timeouts there as well.Miod Vallat
2001-08-19db_machdep from NetBSD.Artur Grabowski
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-19Typos in comments.Marc Espie
Remove `to be merged with le soon' since this is an obvious lie.
2001-08-19Pass the interface (if any) to ipip_input(), so it can be used inAngelos D. Keromytis
BPF. Closes PR 2000.
2001-08-19sigh. I need sleep.Artur Grabowski
2001-08-19Don't forget to initialize those timeouts.Artur Grabowski
(and don't forget to sleep)
2001-08-19Unsmoke drugs.Artur Grabowski
2001-08-19generic soft interrupts for softclock.Artur Grabowski
From NetBSD.
2001-08-19extern schedhzArtur Grabowski
2001-08-19more from netbsd... not sure if it's modified or not (modified at least for ↵Jason Wright
RCSids, tho)
2001-08-19RCSidJason Wright
2001-08-19generic interface for time-of-day clock devices.Artur Grabowski
From NetBSD
2001-08-19setprop and nextpropArtur Grabowski
2001-08-19sbus_cd.Artur Grabowski
2001-08-19Lot of stuff... Some from NetBSD, some from OpenBSD, minor modificationsJason Wright
2001-08-19sparc64Artur Grabowski
2001-08-19proto for OF_set_callbackArtur Grabowski
2001-08-19libkern sparc64 stuff (mostly from NetBSD... lightly modified... with a side ↵Jason Wright
of bacon)
2001-08-19proto for child_returnArtur Grabowski
2001-08-19More sensible linker flags.Artur Grabowski
2001-08-19DEBUG causes too much trouble right now.Artur Grabowski
zs is too complicated. disable for now.