summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-07-06oopsAaron Campbell
2000-07-06don't panic for nothingMichael Shalayeff
2000-07-06Add ICU 82801AA_LPC (as on the OR840 motherboard).Hakan Olsson
2000-07-06syncAaron Campbell
2000-07-06Add new NatSemi Ethernet product.Aaron Campbell
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Change splsoftclock() to spllowersoftclock(). (art@ ok)Hakan Olsson
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-06#ifndef MSGBUFSIZE, ok niklas@Eric Jackson
2000-07-06Fix pmap_activate and activation of theArtur Grabowski
2000-07-06Make the handling of going into ddb from the console more like theArtur Grabowski
2000-07-06Move domain.h above so this compiles again.Federico G. Schwindt
2000-07-06- more icmp6/ip6 stats.Jun-ichiro itojun Hagino
2000-07-06Don't include <vm/vm.h> twice. (art@ ok)Hakan Olsson
2000-07-06Typo in comment and some cleanup of roundrobin.Artur Grabowski
2000-07-06Port latest in from FreeBSD- finally have some of the link issues sortedmjacob
2000-07-06Reorder irq enabling and vector setup; makes Ricoh-based PCI-CardBus bridgesAaron Campbell
2000-07-06Enable CardBus per Theo's request, so we can iron out the wrinkles faster. AlsoAaron Campbell
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
2000-07-06Use isp_handle_index functions. Reorder when things getmjacob
2000-07-06completely remove ipv4 mapped cases from tcp_input().Jun-ichiro itojun Hagino
2000-07-06Split PCI firmware into separate (product) files to minimizemjacob
2000-07-06Use new isp_handle_index function. Pull in f/w from separate files.mjacob
2000-07-06Add in a timeout structure to the scsi_xfer structure so that HBA's canmjacob
2000-07-06printf %sTodd T. Fries
2000-07-05more cleanup for IPv4 mapped address support. there seem to be someJun-ichiro itojun Hagino
2000-07-05oops, late night typoMichael Shalayeff
2000-07-05fix commentMichael Shalayeff
2000-07-05missing semicolonMichael Shalayeff
2000-07-05convert these config's to use asc as wellEric Jackson
2000-07-05change these to use asc as wellEric Jackson
2000-07-05change the esp scsi driver name to asc as not to conflict withEric Jackson
2000-07-05new timeoutsMichael Shalayeff
2000-07-05make dmesg work on alphaEric Jackson
2000-07-05Decouple memory access functions from db_interface.c so they can beHugh Graham
2000-07-05Add a breakpoint() inline for use with KGDB.Hugh Graham
2000-07-05Fix spl-handling in cnstart.Artur Grabowski
2000-07-05Change splsoftclock to spltty. spltty is probably too paranoid, but it'sArtur Grabowski
2000-07-05OpenBSD-tagArtur Grabowski
2000-07-05Stop sleeps from returning early (by up to a clock tick).Paul Janzen
2000-07-05Make return statements adhere to KNFNiklas Hallqvist
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
2000-07-04sync with NetBSD.Federico G. Schwindt
2000-07-04missing splxArtur Grabowski
2000-07-04Missing splx.Artur Grabowski
2000-07-04Add a missing splx in intr_fasttrap.Artur Grabowski
2000-07-04fix uvisor entry.Federico G. Schwindt
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-07-04add uvisor and clcs, both commented out.Federico G. Schwindt