Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-04 | do not allocate any PA allocating VA for mapping devices; drahn@ ok | Michael Shalayeff | |
2005-07-04 | always enforce cache-inhibit if bus_space_map()ping uncachable; drahn@ ok | Michael Shalayeff | |
2005-07-03 | sigh, aue cannot fit anymore because people keep growing code | Theo de Raadt | |
2005-07-02 | skip pcmcia com | Theo de Raadt | |
2005-07-02 | Remove dead code; ok deraadt@ | Miod Vallat | |
2005-07-02 | Typos in comments. | Miod Vallat | |
2005-07-01 | relax header dependencies | Uwe Stuehler | |
2005-07-01 | - New macros to identify the zaurus model. | Uwe Stuehler | |
- Updated constants in zaurus_reg.h. | |||
2005-07-01 | Move all zaurus specific code from pxa2x0_pcic.c into scoop_pcic.c | Uwe Stuehler | |
without affecting the way the driver works. | |||
2005-07-01 | Fix logic botch in !ERRATA__XXX_USR kernels. | Miod Vallat | |
2005-07-01 | white space nit | Brad Smith | |
2005-06-30 | oops, used USRPTSIZE incorrectly | Theo de Raadt | |
2005-06-30 | found this when working on something else... | Marco Peereboom | |
ok fgsch@ | |||
2005-06-30 | enable bge too | Brad Smith | |
2005-06-30 | add stge | Brad Smith | |
2005-06-29 | handle larger interrupt maps; from henric | Theo de Raadt | |
2005-06-29 | some pendantic stuff from henric | Theo de Raadt | |
2005-06-29 | one PSR_ variable stayed; from henric | Theo de Raadt | |
2005-06-29 | remove v7/v8 stuff; from henric | Theo de Raadt | |
2005-06-29 | 40MB virtual address space in p0; start mmap's 8MB into the data segment | Theo de Raadt | |
ok tdeval | |||
2005-06-28 | 2 more bits of PA in the TLB entries when you get to ultrasparc3; from henric | Theo de Raadt | |
2005-06-28 | remove sun4c/sun4m stuff; from henric | Theo de Raadt | |
2005-06-28 | add xl@pci | Brad Smith | |
2005-06-27 | support pccom* at cardbus? | Theo de Raadt | |
2005-06-27 | remove dead code; drahn@ ok | Michael Shalayeff | |
2005-06-27 | rev 1.41 | Brad Smith | |
delint: don't try & return something from void pci_intr_disestablish() From NetBSD ok mickey@ | |||
2005-06-26 | cpu0: RNG AES AES-CTR SHA1 SHA256 RSA | Theo de Raadt | |
on fancy new VIA C3 Esther (aka C7) cpus | |||
2005-06-25 | the local macro _id was removed before this code was even imported from NetBSD | Brad Smith | |
when it was replaced with PCI_ID_CODE. | |||
2005-06-23 | Dead code. | Artur Grabowski | |
2005-06-21 | give it wdc@pcmcia | Michael Shalayeff | |
2005-06-21 | include msdosfs and udf and a missed config line for wax on c-class | Michael Shalayeff | |
2005-06-21 | USB support | Martin Reindl | |
ok mickey@ | |||
2005-06-21 | move .rodata out of .text to make more space | Michael Shalayeff | |
2005-06-20 | add ral(4) | Martin Reindl | |
ok deraadt@ | |||
2005-06-20 | Handle floating-point registers. | Mark Kettenis | |
ok drahn@ | |||
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat | |
From RusticBSD, ok deraadt@ | |||
2005-06-17 | Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have | Miod Vallat | |
.ev56, .ev4, etc, in-file modifiers). | |||
2005-06-17 | - remove old debugging code | Marco Peereboom | |
- allocate and use scribble page - provide method to see if something has scribbled out of bounds The gart still remains disabled by default. From jason@ | |||
2005-06-16 | better comments, and killed the superfluous "wd0 at wdc" | Uwe Stuehler | |
2005-06-16 | GPIO generates many shared interrupts, eg disk (cf) and network (other cf) | Dale Rahn | |
thus it really needs to deal with the shared irqs of these devices. This change will register two interrupts for gpioN interrupts, one at the highest ipl and one lowest ipl. This will allow the interrupt code above to correcly mask the interrupts generated from all gpio devices. ok uwe@ | |||
2005-06-16 | i2c and i2s are separete devices, and zaudio depends on them. | Uwe Stuehler | |
2005-06-16 | unbust "com at pxaip" attachment so that there is no need to enable | Uwe Stuehler | |
"com at pcmcia" in RAMDISK as a workaround. | |||
2005-06-16 | back out the part of -r1.40 which enabled ubt. sorry. | Uwe Stuehler | |
2005-06-16 | fix initialization of apm_dobusy and apm_doidle to be off by default until | Bob Beck | |
apm attaches and we know what the correct state should be, also ensure that they are set to off if the kernel apm thread fails to create. ok toby@, marco@ | |||
2005-06-16 | try schizo in RAMDISK | Theo de Raadt | |
2005-06-14 | back out SMM lockdown patch until some other solution is found. | Theo de Raadt | |
SMM lockdown breaks apm on a few machines. | |||
2005-06-14 | Remove de(4) from cats, it does not work for any of the developers in | Dale Rahn | |
the (rather picky) cats board. It is also the last device to use vtophys on arm. | |||
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl | |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria | |
replace it with strchr(). tested and ok martin@, ok deraadt@. |