summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2002-06-12Remove some #if 0 cruft.Artur Grabowski
2002-06-11nuke unused stuffArtur Grabowski
2002-06-11define IPL_STATCLOCK.Artur Grabowski
2002-06-092^5 not 5, duh, sorry matthieuJason Wright
2002-06-09Added registers in cheetahMarcus Watts
2002-06-09Ah, seems we've seen this problem before (macro's with wrong name)Jason Wright
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-07zap.Artur Grabowski
2002-06-06zapArtur Grabowski
2002-06-02withough -> withoutTheo de Raadt
2002-05-21Implement splassert just like it's on sparc.Artur Grabowski
2002-05-13add BUS_DMA_24BIT flag (for braindead lance implementations)Jason Wright
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-19remove some #ifdef __arch64__, after agreement: we only ever run sparc64Marc Espie
2002-04-08pieces for gdb; deraadt@ okFederico G. Schwindt
2002-04-03in PCITAG_SETNODE s/t/x to match usage; from netbsdJason Wright
2002-04-02bit defns for %tick (basically the ticker bits and the npt bit)Jason Wright
2002-03-27Need APERTURE so we can read/write pci configuration with securelevel > 0Jason Wright
2002-03-19we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ typesKevin Lo
2002-03-17In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*.Artur Grabowski
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-07Clean up BUS_DMA_* flags, and make sure all arch's define:Jason Wright
2002-02-19bump NMBCLUSTERSJason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-18Add __HAVE_NWSCONS (so pckbc will do the right thing)Jason Wright
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-111<<39 is horribleTheo de Raadt
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-01Clean up auxio a bit and add machdep.led_blink sysctl (like sparc),Jason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-04oops, move cdev_decls to conf.hJason Wright
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-10Define MCLBYTES from MCLSHIFT, rather than providing the final value.Miod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-17what the heck, be solaris compatible for sig_atomic_tTheo de Raadt
2001-11-17sig_atomic_t can be a long, it is atomic, and fatterTheo de Raadt
2001-11-15cdev glue for crypto(9) [Not known to work, but will as soon as interruptJason Wright
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-10-28duh, don't forget cdev entries for char device sabtty (It's been a rough week)Jason Wright
2001-09-28proper values for long double type (from NetBSD)Jason Wright