Age | Commit message (Expand) | Author |
2009-08-24 | On O2, the bootpath may omit the pci(0) component and start with scsi(); in | Miod Vallat |
2009-08-24 | Add definitions for 4 additionl BAT registers, found on some newer PowerPC | Dariusz Swiderski |
2009-08-24 | Specify proper size for device softc. | Mark Kettenis |
2009-08-24 | Glue to deal with the retarded way the CF slots are wired up on the RB600. | Mark Kettenis |
2009-08-24 | garbage collect the nchash variable that used to store the | Thordur I. Bjornsson |
2009-08-24 | rumor has it (from thib) that uvm_vnp_setsize() is scary to not call | Todd T. Fries |
2009-08-24 | Add missing ehci dependency. | Mark Kettenis |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-24 | - remove double \n in panic string | Jasper Lievisse Adriaanse |
2009-08-23 | revert the icmp error diff again (r1.167-1.169) | David Krause |
2009-08-23 | - turn a printf(), which predated a panic()-function that could take printf-l... | Jasper Lievisse Adriaanse |
2009-08-23 | Missed 'const' change in definition of i80321_intr_establish(). | Kenneth R Westerback |
2009-08-22 | There is no schsio_print() so get rid of the prototype. | Michael Knudsen |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-21 | Back-out support for iCH10 chips from em(4). | Dariusz Swiderski |
2009-08-21 | Remove unused code | Jordan Hargrave |
2009-08-21 | - remove statement after panic(), it won't be reached. | Jasper Lievisse Adriaanse |
2009-08-21 | - change two variables to daddr64_t, eventhough they won't overflow | Jasper Lievisse Adriaanse |
2009-08-20 | - reference correct variable in comment | Jasper Lievisse Adriaanse |
2009-08-20 | - fix varargs after dmesg tweaking | Martynas Venckus |
2009-08-20 | Rework the way we do async I/O in nfs. Introduce separate buf queues for | Thordur I. Bjornsson |
2009-08-20 | fix indentation | Alexander Bluhm |
2009-08-19 | sync | Matthieu Herrb |
2009-08-19 | Trident Cyberblade XP2 as found in VTBook PCCard. ok marco@. | Matthieu Herrb |
2009-08-19 | <machine/macros.h> would provide inline version of a few of the functions | Miod Vallat |
2009-08-19 | - missing \n | Jasper Lievisse Adriaanse |
2009-08-18 | Disable address translation. Necessary on the RB600 where the firmware starts | Mark Kettenis |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | Blind support for SGI PIC PCI-X controller found on Origin 350 and Tezro | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-08-18 | Fix after readdisklabel() change. | Matthias Kilian |
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski |
2009-08-17 | All callers of qli_get_fw_state() bzero the mbox memory, no need to do it | Miod Vallat |
2009-08-17 | sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@ | Miod Vallat |
2009-08-17 | Use ANSI function declarations. No binary change. | Joel Sing |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-17 | initialize retry to zero; otherwise if firmware sends odd val16 | Martynas Venckus |
2009-08-17 | the null check makes more sense when it's done before deref | Martynas Venckus |
2009-08-17 | remove prototype of non-existent midi_get_hwif() | Alexandre Ratchov |
2009-08-17 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-08-16 | remove use of BITS and BIT macros | Jonathan Gray |
2009-08-16 | tweak a switch statement to appease lint | Jonathan Gray |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray |
2009-08-16 | remove prototypes of a bunch of functions that had their implementations | Jonathan Gray |
2009-08-16 | remove moscom_get_status() as it not called or required. | Jonathan Gray |
2009-08-16 | remove prototype for uark_open for which there is no implementation. | Jonathan Gray |
2009-08-16 | Update to cope with new readdisklabel() return value. | Miod Vallat |
2009-08-15 | use static for inline so we get the desired behaviour with compilers | Jonathan Gray |