summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-08-24On O2, the bootpath may omit the pci(0) component and start with scsi(); inMiod Vallat
2009-08-24Add definitions for 4 additionl BAT registers, found on some newer PowerPCDariusz Swiderski
2009-08-24Specify proper size for device softc.Mark Kettenis
2009-08-24Glue to deal with the retarded way the CF slots are wired up on the RB600.Mark Kettenis
2009-08-24garbage collect the nchash variable that used to store theThordur I. Bjornsson
2009-08-24rumor has it (from thib) that uvm_vnp_setsize() is scary to not callTodd T. Fries
2009-08-24Add missing ehci dependency.Mark Kettenis
2009-08-24- fix format strings for values that are daddr64_tJasper Lievisse Adriaanse
2009-08-24- remove double \n in panic stringJasper Lievisse Adriaanse
2009-08-23revert 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-23Missed 'const' change in definition of i80321_intr_establish().Kenneth R Westerback
2009-08-22There is no schsio_print() so get rid of the prototype.Michael Knudsen
2009-08-22Constify the what/name parameter of pci_intr_establish().Michael Knudsen
2009-08-21Back-out support for iCH10 chips from em(4).Dariusz Swiderski
2009-08-21Remove unused codeJordan 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 overflowJasper Lievisse Adriaanse
2009-08-20- reference correct variable in commentJasper Lievisse Adriaanse
2009-08-20- fix varargs after dmesg tweakingMartynas Venckus
2009-08-20Rework the way we do async I/O in nfs. Introduce separate buf queues forThordur I. Bjornsson
2009-08-20fix indentationAlexander Bluhm
2009-08-19syncMatthieu Herrb
2009-08-19Trident 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 functionsMiod Vallat
2009-08-19- missing \nJasper Lievisse Adriaanse
2009-08-18Disable address translation. Necessary on the RB600 where the firmware startsMark Kettenis
2009-08-18Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards onMiod Vallat
2009-08-18Replace a few hardcoded numbers from the interrupt register with properMiod Vallat
2009-08-18Blind support for SGI PIC PCI-X controller found on Origin 350 and TezroMiod Vallat
2009-08-18On dual interrupt IOC3 designs, disestablish the ethernet interrupt if noMiod Vallat
2009-08-18Fix after readdisklabel() change.Matthias Kilian
2009-08-17fix readdpmelabel() declaration since the definition was changedDariusz Swiderski
2009-08-17All callers of qli_get_fw_state() bzero the mbox memory, no need to do itMiod Vallat
2009-08-17sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@Miod Vallat
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
2009-08-17dd 'show all bufs' to show all the buffers in the systemJasper Lievisse Adriaanse
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-08-17the null check makes more sense when it's done before derefMartynas Venckus
2009-08-17remove prototype of non-existent midi_get_hwif()Alexandre Ratchov
2009-08-17By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-08-16remove use of BITS and BIT macrosJonathan Gray
2009-08-16tweak a switch statement to appease lintJonathan Gray
2009-08-16remove use of BITS and BIT macros.Jonathan Gray
2009-08-16start getting rid of some of these horrific bit macros, removeJonathan Gray
2009-08-16remove prototypes of a bunch of functions that had their implementationsJonathan Gray
2009-08-16remove moscom_get_status() as it not called or required.Jonathan Gray
2009-08-16remove prototype for uark_open for which there is no implementation.Jonathan Gray
2009-08-16Update to cope with new readdisklabel() return value.Miod Vallat
2009-08-15use static for inline so we get the desired behaviour with compilersJonathan Gray