Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-23 | Update media state correctly. | Marcus Glocker | |
ok claudio@ | |||
2006-09-23 | typo, remove reference to lfs | Pedro Martelletto | |
2006-09-22 | missed B_GATHERED bits removal | Michael Shalayeff | |
2006-09-22 | Remove B_GATHERED, okay thib@ | Pedro Martelletto | |
2006-09-22 | variant of Socket 10/100 CF+ ethernet card. | Federico G. Schwindt | |
from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) | |||
2006-09-22 | Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. | Miod Vallat | |
2006-09-22 | Dump memory above 4GB correctly. | Miod Vallat | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | add a few more Intel 5000 series and 6321ESB chipset PCI ids. | Brad Smith | |
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Put the LFS syscall stubs back in, turns out libc is unable to build | Pedro Martelletto | |
without those, even though they're currently not implemented | |||
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Remove LFS system calls from here too | Pedro Martelletto | |
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Remove LFS system calls | Pedro Martelletto | |
2006-09-22 | Unplug LFS from VFS | Pedro Martelletto | |
2006-09-22 | add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | - add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
- YUKON_3 -> YUKON_8055 (Marvell Yukon 88E8055) | |||
2006-09-22 | regen | Steven Mestdagh | |
2006-09-22 | add new nvidia graphics card | Steven Mestdagh | |
ok mickey marco | |||
2006-09-22 | put a few printf's in the interrupt handler under VR_DEBUG. | Brad Smith | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | add the Corollary CCF and the PLX 8532 PCIE switch. | Brad Smith | |
2006-09-22 | add support for hotplugging devices on sas controllers. this is disabled | David Gwynne | |
for now until we deal more appropriately with events generated by other variants of mpi controllers. | |||
2006-09-22 | implement a kernel thread that can be used by the midlayer or scsi drivers | David Gwynne | |
when they need a process context to do something. the most obvious task that springs to mind is attaches and detaches of devices on scsibus. ok krw@ marco@ deraadt@ | |||
2006-09-21 | ugly trailing ws; from bret dot lambert at gmail | Otto Moerbeek | |
2006-09-21 | code for acking event notifications that require acks. | David Gwynne | |
2006-09-21 | deref the right rcb by using i as the index, not 1 all the time. | David Gwynne | |
2006-09-21 | start cleaning up the completion path for event notifications. | David Gwynne | |
2006-09-21 | missing args for printf; some from Aurelien <aurelien26 at free dot fr>. | Federico G. Schwindt | |
2006-09-21 | add a debug flag type thing for event handling | David Gwynne | |
2006-09-21 | wrap the hardware replies up in a structure called mpi_rcb which is | David Gwynne | |
similair to the one used for requests. take the reply bits out of the ccb, but point it at the rcb instead. this lets us defer processing of the reply some time after we reuse or free the ccb. | |||
2006-09-21 | factor the common code out of mpi_intr and mpi_complete. they were | David Gwynne | |
basically identical apart from the conditions they looped on. | |||
2006-09-21 | when we probe and find devices on the scsibus, we allocate a scsi_link | David Gwynne | |
struct for it and keep it in the midlayer. however, this struct was never free'd on detach. since we only do hotplugging of controllers (and the scsibus and devices get hotplugged as a matter of course), we now walk the list of scsi_link structs and free them on detach of scsibus. ok marco@ | |||
2006-09-21 | event data for the sas phy and sas status change messages | David Gwynne | |
2006-09-20 | Use void * where void * is meant, spotted by tedu@ | Pedro Martelletto | |
No binary change | |||
2006-09-20 | export a structure for the firmware file header. Unfortunately this is | Theo de Raadt | |
one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..) | |||
2006-09-20 | build a bnx firmware file, for firmload | Theo de Raadt | |
2006-09-20 | Fix the way delays between request retransmissions are calculated | Thordur I. Bjornsson | |
in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ | |||
2006-09-20 | implement a zero-copy RX data path. | Damien Bergamini | |
instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. | |||
2006-09-20 | sync | Brad Smith | |
2006-09-20 | regen | Brad Smith | |
2006-09-20 | HPSA_6 -> HPSAE500 (Smart ARRAY E500) | Brad Smith | |
board model name from the Linux driver. | |||
2006-09-20 | Correct EST table for Pentium M 770, from NetBSD. | Dimitry Andric | |
Verified by shanejp netspace net au. | |||
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto | |
2006-09-20 | Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 | Pedro Martelletto | |
compatible, adapted from FreeBSD, okay krw@ | |||
2006-09-19 | Enable pgt(4) on amd64. Missing entry spotted by brad@. | Marcus Glocker | |
ok deraadt@ | |||
2006-09-19 | A bit of microoptimisation that doesn't hurt readability: Don't do | Michael Knudsen | |
timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus | |||
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco |