summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2005-07-09also match on 82801CA; from mkoc@prime.plMichael Shalayeff
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
to a tctrl command, to turn the screen off (or back on), so deal with it. (untested)
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
is missing.
2005-07-08Declare mainbus_model as extern here so that code outside of autoconf.c canMiod Vallat
look at it (forgotten as part of the auxio commit)
2005-07-08Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2Miod Vallat
property (as found on sparcbooks). If so, frob the appropriate auxio2 bit to enable and disable the port as necessary.
2005-07-08Allow more than one auxio device to attach, and attach both SPARCbook auxioMiod Vallat
registers. However, those are handled specifically since they do not have the same meaning as the regular sun4c/sun4m auxio register. A specific auxregbisc() function is provided for explicit sparcbook operation.
2005-07-08Fix external video synchro constants.Miod Vallat
2005-07-08Partially revert r1.8 - we do not want to match on the SPARCbook auxio2Miod Vallat
registers, after all.
2005-07-07change panic into printf for pci_intr_disestablish()Brad Smith
2005-07-06url fitsTheo de Raadt
2005-07-06ural works; pedro@ironchicken.am-gen.orgTheo de Raadt
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ↵Michael Shalayeff
configs for now
2005-07-04do not allocate any PA allocating VA for mapping devices; drahn@ okMichael Shalayeff
2005-07-04always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ okMichael Shalayeff
2005-07-03sigh, aue cannot fit anymore because people keep growing codeTheo de Raadt
2005-07-02skip pcmcia comTheo de Raadt
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-07-02Typos in comments.Miod Vallat
2005-07-01relax header dependenciesUwe Stuehler
2005-07-01- New macros to identify the zaurus model.Uwe Stuehler
- Updated constants in zaurus_reg.h.
2005-07-01Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.cUwe Stuehler
without affecting the way the driver works.
2005-07-01Fix logic botch in !ERRATA__XXX_USR kernels.Miod Vallat
2005-07-01white space nitBrad Smith
2005-06-30oops, used USRPTSIZE incorrectlyTheo de Raadt
2005-06-30found this when working on something else...Marco Peereboom
ok fgsch@
2005-06-30enable bge tooBrad Smith
2005-06-30add stgeBrad Smith
2005-06-29handle larger interrupt maps; from henricTheo de Raadt
2005-06-29some pendantic stuff from henricTheo de Raadt
2005-06-29one PSR_ variable stayed; from henricTheo de Raadt
2005-06-29remove v7/v8 stuff; from henricTheo de Raadt
2005-06-2940MB virtual address space in p0; start mmap's 8MB into the data segmentTheo de Raadt
ok tdeval
2005-06-282 more bits of PA in the TLB entries when you get to ultrasparc3; from henricTheo de Raadt
2005-06-28remove sun4c/sun4m stuff; from henricTheo de Raadt
2005-06-28add xl@pciBrad Smith
2005-06-27support pccom* at cardbus?Theo de Raadt
2005-06-27remove dead code; drahn@ okMichael Shalayeff
2005-06-27rev 1.41Brad Smith
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@
2005-06-26cpu0: RNG AES AES-CTR SHA1 SHA256 RSATheo de Raadt
on fancy new VIA C3 Esther (aka C7) cpus
2005-06-25the local macro _id was removed before this code was even imported from NetBSDBrad Smith
when it was replaced with PCI_ID_CODE.
2005-06-23Dead code.Artur Grabowski
2005-06-21give it wdc@pcmciaMichael Shalayeff
2005-06-21include msdosfs and udf and a missed config line for wax on c-classMichael Shalayeff
2005-06-21USB supportMartin Reindl
ok mickey@
2005-06-21move .rodata out of .text to make more spaceMichael Shalayeff
2005-06-20add ral(4)Martin Reindl
ok deraadt@
2005-06-20Handle floating-point registers.Mark Kettenis
ok drahn@
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-17Override cpu_switch() with a faster version if we can use BWX instructions.Miod Vallat
From RusticBSD, ok deraadt@
2005-06-17Allow ev56 opcodes in the .s files by default (gas on alpha does not yet haveMiod Vallat
.ev56, .ev4, etc, in-file modifiers).