Age | Commit message (Expand) | Author |
2007-11-28 | my brother, David Fries david at fries dot net, noticed that if you put your | Todd T. Fries |
2007-11-28 | when we probe a port send an ata inquiry to the device and cache | David Gwynne |
2007-11-28 | add the device and interface class codes for USB Video Class (UVC) | Robert Nagy |
2007-11-28 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-28 | the ccb lists protect themselves, so we dont have to check if we're at | David Gwynne |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-28 | use correct data type for the pci address (bus_addr_t) | Reyk Floeter |
2007-11-27 | fix shared area structure. | Damien Bergamini |
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini |
2007-11-27 | fix DMA alignment constraints: rings must be aligned on a 256-byte | Damien Bergamini |
2007-11-27 | Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels. | Mark Kettenis |
2007-11-27 | also move softraid raid1 into own file, ok marco | Ted Unangst |
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat |
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | Add display type for SGI GBE. | Joel Sing |
2007-11-26 | Enable read ahead and write cache enable if supported by | Jonathan Gray |
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 |