Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | export ipip flows, too; ok hshoexer | Markus Friedl | |
2005-12-06 | regen | Jonathan Gray | |
2005-12-06 | Add some devices from submitted demsgs. | Jonathan Gray | |
2005-12-06 | typo | Pedro Martelletto | |
2005-12-05 | Remove duplicate declaration. | Miod Vallat | |
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler | |
- Don't clobber perflevel, instead leave it to the user requested value. precise description and ok drahn@ :) | |||
2005-12-05 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt | |
2005-12-05 | regen. | Federico G. Schwindt | |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt | |
2005-12-05 | Add older card to quirk table. This fixes the ccb timeout as reported by | Marco Peereboom | |
J.C. Roberts <unknown at abac dot com> on misc@. | |||
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy | |
ok mickey@ | |||
2005-12-05 | fix func name in the comments | Michael Shalayeff | |
2005-12-04 | forgot to set P_THREAD for threaded processes | Ted Unangst | |
2005-12-04 | Add vn_access(), discussed with and okay uwe@ | Pedro Martelletto | |
2005-12-04 | Let cmmu_init() now return the cpuid of the master cpu. | Miod Vallat | |
2005-12-04 | In the 188 interrupt handler, only fiddle with the PSR once in the main loop. | Miod Vallat | |
2005-12-04 | Slight cmmu code cleanup; use shorter function names, remove parity_enable | Miod Vallat | |
and the DDB and DEBUG helpers which are of questionable usefulness, some stylistic changes. | |||
2005-12-04 | Simplify ptrace branch handling code. | Miod Vallat | |
2005-12-04 | Oops, simplelock leftover. | Miod Vallat | |
2005-12-04 | older gcc (like real C) does not let you declare local variables after | Theo de Raadt | |
doing functional code; ie. LIST_INIT() | |||
2005-12-04 | Don't retry unsupported commands, or commands for invalid | Kenneth R Westerback | |
targets/luns. Same fix as gdt got for boot delays. Don't set xs->error when returning TRY_AGAIN_LATER. "Make sense, doesn't it?" tdeval@, "awesome find!" marco@ | |||
2005-12-04 | Allocate all scbs during initialization to avoid using | Kenneth R Westerback | |
bus_dmamem_alloc() in interrupt context. Use same logic as ahd. "Looks good to me" pedro@ | |||
2005-12-04 | On the 82571 and newer chipset the ICR register is meaningful only | Brad Smith | |
if the E1000_ICR_INT_ASSERTED bit is set. From FreeBSD | |||
2005-12-03 | splimp -> splhigh | Brad Smith | |
From NetBSD ok miod@ | |||
2005-12-03 | splimp -> splvm | Brad Smith | |
ok miod@ | |||
2005-12-03 | splimp -> splnet | Brad Smith | |
ok marco@ | |||
2005-12-03 | Regen | Pedro Martelletto | |
2005-12-03 | Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@ | Pedro Martelletto | |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat | |
for the MULTIPROCESSOR case. | |||
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat | |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat | |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat | |
in addition to pmap locking; no functional change. | |||
2005-12-03 | Remove unused debug material. | Miod Vallat | |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat | |
2005-12-03 | rebuild | Ted Unangst | |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. ok miod@ | |||
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst | |
uses rfork(RFTHREAD) to create threads, which are presently processes that are a little more tightly bound together. several new syscalls added to facilitate a userland thread library. all conditional on RTHREADS, currently disabled. ok deraadt | |||
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. | |||
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback | |
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. | |||
2005-12-03 | Turn read_processor_identification_register() into a simple macro with a | Miod Vallat | |
much, much, much shorter name. It is only used to print cpu revision anyway... | |||
2005-12-03 | Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER. | Kenneth R Westerback | |
They aren't going to be magically supported the next time. Elminates a long delay at boot time, since TRY_AGAIN_LATER code was recently fixed to delay a second before retrying and MODE SENSE commands were reclassified as unsupported. ok tdeval@ marco@ | |||
2005-12-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat | |
on all running processors. Tested aoyama@ and I | |||
2005-12-03 | Remove some typedef struct goo. | Marco Peereboom | |
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith | |
From augustss NetBSD ok dlg@ | |||
2005-12-02 | Better choice of types for struct pmap members and cmmu functions; | Miod Vallat | |
no functional change. | |||
2005-12-02 | Fix a few instruction display glitches. | Miod Vallat | |
2005-12-02 | add registers for 4 new clocks | Theo de Raadt | |
2005-12-02 | Use ANSI function declarations, no binary change. | Pedro Martelletto | |
Diff from Iruata Souza, thanks. | |||
2005-12-02 | no 91Mhz mode for now, because the OSCR0 does not run in low-power mode; | Uwe Stuehler | |
found after prodding by deraadt@ |