Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-14 | Allow changes to a Name initialized with a 'static' value. | Can Erkin Acar | |
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch ok marco@ | |||
2006-06-14 | remove redundant commented debug define | Felix Kronlage | |
2006-06-14 | oops, i forgot that you need to return a high number from match to win. | David Gwynne | |
remove a useless define while there. | |||
2006-06-14 | enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details. | Marc Balmer | |
ok deraadt | |||
2006-06-14 | no more infinite loops; tested by dlg | Theo de Raadt | |
2006-06-14 | allow mpi to attach to parallel scsi controllers instead of mpt. | David Gwynne | |
requested by deraadt@ | |||
2006-06-14 | support the iic busses on the ultrasparc III machines (something is still | Theo de Raadt | |
wrong, likely clocking); tested to not break older machines by dlg & djm | |||
2006-06-13 | Do not compare apple with oranges when checking if the thermal control | Miod Vallat | |
register write was successful. | |||
2006-06-13 | Next round of clean-up: Remove the ugly state machine and replace it with | Marc Balmer | |
a simpler function that splits the nmea sentence into fields, verifies the checksum and eventually decodes the data (if it's a GPRMC sentence). Ignore Loran-C for the moment, no one has such a receiver. Loran-C can easily be added later if we have a receiver to test with. | |||
2006-06-13 | kvm86, missed a file. | Gordon Willem Klok | |
ok mickey@, toby@ | |||
2006-06-13 | Kernel virtual mode 8086, currently disabled in GENERIC. | Gordon Willem Klok | |
lots of help at c2k6 and after from toby@, ok toby@, mickey@ | |||
2006-06-13 | we sometimes bundle chunks that the ioc will write to in the request space | David Gwynne | |
as well as the request itself, so we need to sync the memory in both directions for dma. | |||
2006-06-13 | rev 1.13 fixed the MTU ioctl handler to allow adjusting the MTU | Brad Smith | |
but it seems Jumbo support is broken, so disable Jumbos for now. issue reported by jolan@ | |||
2006-06-13 | When adjusting the performance of the processor using p4tcc, the CPUs | Gordon Willem Klok | |
frequency remains unaltered. Remove the unecessary call to update_cpuspeed(), and add check the sucess of the operation, returing EIO in the event of failure. ok tedu@ | |||
2006-06-13 | Change the value returned if the CPU fails to honor a request to | Gordon Willem Klok | |
adjust frequency from 1 (EPERM) to EIO. Suggested by and ok tedu@ | |||
2006-06-12 | i stashed the dva and kva of each request space in its ccb, so why am i | David Gwynne | |
recalculating them whenever i want to use them? shorten code a bit by using the stored values. | |||
2006-06-12 | Oops, typo | Miod Vallat | |
2006-06-12 | fix sgl loading. there were a few issues, the main ones being: | David Gwynne | |
- when the sgl grew too large it became bigger than the maximum frame size that the ioc would deal with, and then it would just stop doing io. i was using the wrong field from iocfacts to figure out how large an sgl should be. - chained sgls were broken cos i was including the current chain element in the calculation of the offset to the next chain element. big ok from marco@ | |||
2006-06-12 | Some more improvements to EST: | Dimitry Andric | |
- If an unknown EST CPU is encountered, use the known highest and lowest (and if different, the current) power state to generate a fake power state table on the fly. Thanks to canacar for the idea. - Calculate system bus clock speed before calling est_init(); it is needed to display proper MHz values from MSR values. - Also use the bus clock to identify EST CPU's, which is needed to differentiate e.g. Pentium M 715 and 760, which unfortunately have exactly the same MSR values. - Store power states directly as MSR values. Tested by many, "so when does it go in?" deraadt@ | |||
2006-06-12 | reset the reply pointer to NULL every time we get a context reply in | David Gwynne | |
mpi_interrupt and mpi_completion. if we got an address reply followed by a context reply we used to pass that same reply to both completion routines. | |||
2006-06-12 | Typos in comments. | Marc Balmer | |
2006-06-12 | ANSIfy, and nuke newline at end of file. | Gordon Willem Klok | |
ok toby@, "slap it in" deraadt@ | |||
2006-06-12 | Add stray interrupt reporting to the apicvec.s, fix the code for stray | Gordon Willem Klok | |
interrupt reporting in vector.s. Stray interrupts will only be reported if a kernel is compiled with option DEBUG, in the case of a non-ioapic kernel some stray interrupts may be erroneously reported durring the boot process. ok toby@, "get it in" deraadt@ | |||
2006-06-12 | white space fixes | David Gwynne | |
2006-06-12 | Initial version of dv for scsi. Work based on dlg's code. | Marco Peereboom | |
ok dlg | |||
2006-06-11 | My spec says that bit 28 is reserved and that 29 is width parameter. Not the | Marco Peereboom | |
other way around. | |||
2006-06-11 | Working kernel crash dumps. | Miod Vallat | |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback | |
to cut all ties when it left for the attic. Eliminate (theoretical) ability to read Amiga disklabels on those architectures. mips64 compile tested by miod@ "whack away" deraadt@ "my amiga runs 3.2" niklas@ | |||
2006-06-11 | Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@ | Matthieu Herrb | |
2006-06-11 | Clean the various cache and TLB invalidation function, arch by arch: | Miod Vallat | |
- [DI]C{FL,PL,PP} and DCFA are only called on 680[46]0 systems and are identical on these platforms, so don't bother checking for the MMU type. - TBIAS is on 68060 codepath only. - DCIAS, PCIA and TBIA are specific to some platforms and do not need to be implemented everywhere. | |||
2006-06-11 | Set up FPSP exception vectors on 68040 models in initvectors(), as done for the | Miod Vallat | |
68060 SP, instead of in identifycpu(). | |||
2006-06-11 | Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-based | Miod Vallat | |
macintoshes. | |||
2006-06-11 | Protect a variable only used for the HP MMU if #ifdef M68K_MMU_HP blocks. | Miod Vallat | |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat | |
declarations in <machine/{cpu,param}.h> and elsewhere. | |||
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat | |
m68k-based platforms. | |||
2006-06-11 | Move pmap_aliasmask declaration and initialization to MD code. No functional | Miod Vallat | |
change. | |||
2006-06-11 | Use bracketed include paths. | Miod Vallat | |
2006-06-11 | Zero the size of the correct partition. Missed in previous cleanup. | Kenneth R Westerback | |
ok miod@ | |||
2006-06-11 | Typo | Miod Vallat | |
2006-06-11 | Get rid of the wdt(4) char device. We have watchdog(4) and | Michael Knudsen | |
watchdogd(4), so there's no point in supporting old, unused, non-generic interfaces. Tested by < jg , rilk - com>. The sensors available on the WDT501 model will be supported later using the sensors framework. ok mickey markus | |||
2006-06-11 | show the number of DMA segments that were in the packet that just failed | Brad Smith | |
to be mapped in stge_start(). | |||
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback | |
stopen(). This change was misplaced in the st roto-tilling at c2k6. Noticed by deraadt@. | |||
2006-06-11 | the link state detection code should be checking for revision B2 instead | Brad Smith | |
of B1 to account for the differences with the revision defines used in OpenBSD's if_bgereg.h vs FreeBSD's. | |||
2006-06-10 | Add functions to decode date and time strings that make sure no invalid | Marc Balmer | |
information can be passed. | |||
2006-06-10 | endianness | Damien Bergamini | |
2006-06-10 | - simplify allocation/free/reset of QoS Tx rings | Damien Bergamini | |
- move default MAC/BBP/RF settings from rt2661.c to rt2661reg.h | |||
2006-06-10 | - fix checking of WEP flags | Damien Bergamini | |
- encrypt mgmt frames when they need to (shared authmode) - move default MAC/BBP/RF settings from rt2560.c to rt2560reg.h | |||
2006-06-10 | - fix checking of WEP flag | Damien Bergamini | |
- move default MAC/BBP/RF settings from if_ral.c to if_ralreg.h | |||
2006-06-10 | shorten a name for bioctl | Theo de Raadt | |
2006-06-10 | ANSIfy, KNF and remove a silly comment. | Gordon Willem Klok | |
ok toby@, "absolutely" deraadt@ |