summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-19enable fins(4)Theo de Raadt
2008-03-19Establish per-cpu locked mappings for `struct cpuinfo' through the PROM asMark Kettenis
2008-03-19add probe for Andigilog aSC7611; discussed with deraadtConstantine A. Murenin
2008-03-19Use PROM calls to enter locked kernel text and data mappings into the TLB.Mark Kettenis
2008-03-19Add prom_itlb_load() and prom_dtlb_load().Mark Kettenis
2008-03-19Driver for Fintek F71805F LPC sensor based on lm78 driver code;Theo de Raadt
2008-03-19Make sure we pass the right argument to isp_wdog() when setting timeouts.Mark Kettenis
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2008-03-18Don't use ph after the m_pulldown() calls because the mbuf chain could beClaudio Jeker
2008-03-18Don't use MBUFLOCK() for ifqueue protection use the correct splnet() danceClaudio Jeker
2008-03-18Get rid of some dead wood.Mark Kettenis
2008-03-18Clear PSL_D when entering signal handlers; pointed out by dfly people;Mark Kettenis
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
2008-03-18regenJonathan Gray
2008-03-18IRZ MC35pu GSM TerminalJonathan Gray
2008-03-18regenJonathan Gray
2008-03-18Bring in some changes from DragonFly:Jonathan Gray
2008-03-17Clear PSL_D when entering signal handlers; pointed out by dfly people;Theo de Raadt
2008-03-17Remove KGDB code. It was never converted to 64-bit, and just makes locore.sMark Kettenis
2008-03-16Include <sparc64/dev/starfire.h> instead of having our own definitions.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Set up interrupt translation for e10k.Mark Kettenis
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-16Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.Mark Kettenis
2008-03-16regenOtto Moerbeek
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
2008-03-16for some reason the pchb dependency on agp got left in. kill it.Owain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-15Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA onlyMark Kettenis
2008-03-15In statclock(), fix local index type in the profiling code. AvoidsMiod Vallat
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-15After 15 years of fun, fix Torek's ovbcopy() operation when copying shortsMiod Vallat
2008-03-15revert - I'm a dumbfuck who doesn't know his own APIDamien Miller
2008-03-15off by one at end of arrayDamien Miller
2008-03-15Because the ip_id code initialisation is a specific case of shufflingDamien Miller
2008-03-14Make sure the most often changing bits of tv_usec are used for lladdrMarc Balmer
2008-03-14Don't even try to attach pcons(4) if we have a real console.Mark Kettenis
2008-03-14Do not allow pppoe(4) interfaces to be attached to anything but EthernetBrad Smith
2008-03-13Make this catch up with some changed structs. Fix indentation while I'm there.Mark Kettenis
2008-03-13Do not increment the input packet counter in these drivers asBrad Smith
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13Attach prtc(4) if no (hardware) real-time clock was found.Mark Kettenis
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13First shot at a driver to get the time-of-day on the e10k.Mark Kettenis
2008-03-13Remove code to set mmu context to 0. It should already be set to 0 at thatMark Kettenis
2008-03-13when attaching a cdce(4) device that does not have a proper mac address,Marc Balmer
2008-03-12Introduce a per-handler interrupt acknowledgement function.Mark Kettenis
2008-03-12Set the default high water mark to the buffer size, instead of the bufferAlexandre Ratchov
2008-03-12Include relay-sid in the response if one was received.Can Erkin Acar