Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-22 | Remove lfs_cleanerd and mount_lfs | Pedro Martelletto | |
2006-09-22 | - document which parts need to be packet filtered, and why | Jason McIntyre | |
- move example ruleset into a more logical order - correct the if-bound example (spotted by hshoexer) help/ok markus hshoexer | |||
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 | typo in err(); from bret.lambert@gmail.com, thanks! | Hans-Joerg Hoexer | |
2006-09-22 | Fill September | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-09-22 | - handle deltatexts which don't end in a newline character. fixes PR #5241. | Niall O'Higgins | |
ok ray@ | |||
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 | Remove LFS-related code, no binary change | Pedro Martelletto | |
2006-09-21 | Those were supposed to go away... | Pedro Martelletto | |
2006-09-21 | trim the de.4 entry; | Jason McIntyre | |
2006-09-21 | nick a double space; | Jason McIntyre | |
2006-09-21 | mac scsi sync; | Jason McIntyre | |
2006-09-21 | remove trailing full stops from device list; | Jason McIntyre | |
2006-09-21 | remove trailing full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync sbus scsi device list; | Jason McIntyre | |
2006-09-21 | drop trailing full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync com, aic, and wdc lines; | Jason McIntyre | |
2006-09-21 | remove trailing full stops from the device list; | Jason McIntyre | |
2006-09-21 | Add support to rcsdiff for all the other diff flags that | Todd C. Miller | |
are pertinent to files (not directories) and that do not conflict with rcsdiff-specific flags. OK xsa@ | |||
2006-09-21 | the drivers are called adv and adw, not advansys; | Jason McIntyre | |
2006-09-21 | more lfs removal; ok pedro | Jason McIntyre | |
2006-09-21 | reword a sentence so we are not discussing lfs; help from pedro | Jason McIntyre | |
2006-09-21 | sync the pci scsi entries; | Jason McIntyre | |
2006-09-21 | remove trailing full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync the pas.4 entry; | Jason McIntyre | |
2006-09-21 | add a small page for proaudio spectrum; help/ok mickey | Jason McIntyre | |
2006-09-21 | - put mpu(4) in the right place | Jason McIntyre | |
- sync mpu(4) and sb(4) entries | |||
2006-09-21 | isapnp devices sync; | Jason McIntyre | |
2006-09-21 | drop full stops from device list; | Jason McIntyre | |
2006-09-21 | sync isa scsi devices; | Jason McIntyre | |
2006-09-21 | drop full stops from the device list; | Jason McIntyre | |
2006-09-21 | sync the eisa scsi devices; | Jason McIntyre | |
2006-09-21 | drop full stops from device list; | Jason McIntyre | |
2006-09-21 | do not use full stops at the end of the device lists: | Jason McIntyre | |
there's no need for it, and pasting will be easier without them | |||
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. |