summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2009-08-14First cut at UDF 2.[56] support, allowing read-only access to HDDVDKenneth R Westerback
2009-08-14add ddb functions to be able to show all the nfsnodes in the systemThordur I. Bjornsson
2009-08-14- fix function name in vprint()Jasper Lievisse Adriaanse
2009-08-14enable lisa(4); tested by Marco Knol; ok deraadtConstantine A. Murenin
2009-08-14Use the nfs_hashlock to protect the nfs_nodetree hanging of the mount.Thordur I. Bjornsson
2009-08-14- let this compile after soreceive() changesJasper Lievisse Adriaanse
2009-08-14make the uvm device lock a mutex.Owain Ainsworth
2009-08-14Avoid double-release of vnodes in several functionsBret Lambert
2009-08-14- use u_char consistentlyJasper Lievisse Adriaanse
2009-08-14- fix format string for daddr64_t to %lldJasper Lievisse Adriaanse
2009-08-14- deregister; no binary changeJasper Lievisse Adriaanse
2009-08-14Initialize len variable; found by Martynas VenckusBret Lambert
2009-08-14Another change to make my life easier when parsing pdus.Claudio Jeker
2009-08-13add a shutdown hook to stop unsolicited responses and the CORB andJacob Meuser
2009-08-13Remove unrelated bit from last commit which breaks at least 2 arches.Bret Lambert
2009-08-13- ansify function declarations, no binary changeJasper Lievisse Adriaanse
2009-08-13Forgot to add break to the switch cases. Silly.Paul Irofti
2009-08-13make scsi_done set ITSDONE on the xs. this means hba drivers dont have toDavid Gwynne
2009-08-13More changes to make the parsing of those evil messages a bit easier.Claudio Jeker
2009-08-13rwlock assertion functions, currently unusedBret Lambert
2009-08-13Add wake/suspend support for pckbd(4).Paul Irofti