summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-09-25Martin VĂ©giard <deadbug AT gmail.com> has been kind enough to rescind theGordon Willem Klok
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-24Bring hp300, mac68k and mvme68k disklabel initialization code intoKenneth R Westerback
2006-09-24Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They wereKenneth R Westerback
2006-09-24add pgt(4).Brad Smith
2006-09-24Zap LFS, okay deraadt@Pedro Martelletto
2006-09-23syncMarcus Glocker
2006-09-23Add TRENDnet TEW-429UB A.Marcus Glocker
2006-09-23delete blank line; Paul StoeberTheo de Raadt
2006-09-23In pgt_media_status() also DPRINTF if the rate == 0.Marcus Glocker
2006-09-23Update media state correctly.Marcus Glocker
2006-09-23typo, remove reference to lfsPedro Martelletto
2006-09-22missed B_GATHERED bits removalMichael Shalayeff
2006-09-22Remove B_GATHERED, okay thib@Pedro Martelletto
2006-09-22variant of Socket 10/100 CF+ ethernet card.Federico G. Schwindt
2006-09-22Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.Miod Vallat
2006-09-22Dump memory above 4GB correctly.Miod Vallat
2006-09-22regenBrad Smith
2006-09-22add a few more Intel 5000 series and 6321ESB chipset PCI ids.Brad Smith
2006-09-22regenPedro Martelletto
2006-09-22Put the LFS syscall stubs back in, turns out libc is unable to buildPedro Martelletto
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system calls from here tooPedro Martelletto
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system callsPedro Martelletto
2006-09-22Unplug LFS from VFSPedro Martelletto
2006-09-22add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenBrad Smith
2006-09-22- add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenSteven Mestdagh
2006-09-22add new nvidia graphics cardSteven Mestdagh
2006-09-22put a few printf's in the interrupt handler under VR_DEBUG.Brad Smith
2006-09-22regenBrad Smith
2006-09-22add the Corollary CCF and the PLX 8532 PCIE switch.Brad Smith
2006-09-22add support for hotplugging devices on sas controllers. this is disabledDavid Gwynne
2006-09-22implement a kernel thread that can be used by the midlayer or scsi driversDavid Gwynne
2006-09-21ugly trailing ws; from bret dot lambert at gmailOtto Moerbeek
2006-09-21code for acking event notifications that require acks.David Gwynne
2006-09-21deref the right rcb by using i as the index, not 1 all the time.David Gwynne
2006-09-21start cleaning up the completion path for event notifications.David Gwynne
2006-09-21missing args for printf; some from Aurelien <aurelien26 at free dot fr>.Federico G. Schwindt
2006-09-21add a debug flag type thing for event handlingDavid Gwynne
2006-09-21wrap the hardware replies up in a structure called mpi_rcb which isDavid Gwynne
2006-09-21factor the common code out of mpi_intr and mpi_complete. they wereDavid Gwynne
2006-09-21when we probe and find devices on the scsibus, we allocate a scsi_linkDavid Gwynne
2006-09-21event data for the sas phy and sas status change messagesDavid Gwynne
2006-09-20Use void * where void * is meant, spotted by tedu@Pedro Martelletto
2006-09-20export a structure for the firmware file header. Unfortunately this isTheo de Raadt
2006-09-20build a bnx firmware file, for firmloadTheo de Raadt
2006-09-20Fix the way delays between request retransmissions are calculatedThordur I. Bjornsson