Age | Commit message (Expand) | Author |
2007-11-26 | Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf | Marco Peereboom |
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat |
2007-11-26 | Add new PERC6 & CERC6 PCI IDs | Marco Peereboom |
2007-11-26 | regen | Marco Peereboom |
2007-11-26 | Add PERC6 | Marco Peereboom |
2007-11-26 | Just CRYPTO; RAID CRYPTO doesn't mean anything. | Marco Peereboom |
2007-11-26 | implement atascsi_probe_dev and atascsi_detach_dev. they let a hba tell | David Gwynne |
2007-11-26 | Automatically degrade the timedelta sensor if the clock is free running for to | Marc Balmer |
2007-11-26 | bump the maximum cdb that the driver will take from the midlayer up to 16 | David Gwynne |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-11-26 | Display module size for direct rambus rimms, not yet tested. | Jonathan Gray |
2007-11-26 | Make Cassini+ work; remove some unused macros while I'm there. | Mark Kettenis |
2007-11-26 | Constify the output of the emulops translate() function, as well as the | Miod Vallat |
2007-11-26 | drive port probes from the scsi midlayer now that it will ask the adapter | David Gwynne |
2007-11-26 | Avoid resetting PCS. Don't do loopback at the serial link. | Mark Kettenis |
2007-11-26 | Reenable the PCS functions after a reset; properly disable them while changing | Mark Kettenis |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-26 | Add basic rambus decode method, showing the module type. | Jonathan Gray |
2007-11-26 | Add another debug register. | Mark Kettenis |
2007-11-26 | rename RAID C to RAID CRYPTO. makes marco happier | Ted Unangst |
2007-11-26 | Add PCI VPD read/write functions from NetBSD required for some things | Jonathan Gray |
2007-11-26 | So instead of triggering a tx interrupt for each packet issue one for | Claudio Jeker |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | Fix hardware cursor mapping. | Owain Ainsworth |
2007-11-25 | KNF and remove a bad free right before kthread_exit | Marco Peereboom |
2007-11-25 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt |
2007-11-25 | syc | Theo de Raadt |
2007-11-25 | add CNU550pro; from iss @ e-sky.ru | Theo de Raadt |
2007-11-25 | Set half duplex flag when appropriate and some minor cleaning. | Brad Smith |
2007-11-25 | Kill spdmem_hexdump() before anyone starts using it. | Miod Vallat |
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne |
2007-11-25 | Ask the emulation code to hide the cursor when leaving emulation mode. This | Miod Vallat |
2007-11-25 | Interrupt handlers which do nothing should return 0 (or -1 if they are not | Theo de Raadt |
2007-11-25 | If some rather important registers read as 0xffffffff then the device | Theo de Raadt |
2007-11-25 | typo; ok jmc@, deanna@ | Martynas Venckus |
2007-11-25 | Do a TX interrupt for each packet instead of every 126th one. This will | Claudio Jeker |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | Add Intel ICH9 AHCI device seen on ASUS P5K-E, plus the other one | Kenneth R Westerback |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | Add NVIDIA GeForce 8600 GT found on ASUS P5K-E. | Kenneth R Westerback |
2007-11-25 | Sync. | Kenneth R Westerback |
2007-11-25 | Shorten some text. "AHCI SATA" and "SATA AHCI" -> "AHCI" as suggested by | Kenneth R Westerback |
2007-11-25 | spelling fixes from Martynas Venckus; ok miod | Jason McIntyre |
2007-11-25 | When plugging a device, assign BARs and set interrupt lines. | Mark Kettenis |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | Strip the CRC in rxeof() | Jonathan Gray |
2007-11-25 | remove an ugly nested block | Theo de Raadt |
2007-11-25 | Correctly setup the tx descriptor by using the right mapping infos. | Claudio Jeker |