Age | Commit message (Expand) | Author |
2007-12-07 | KNF, no binary change. | Owain Ainsworth |
2007-12-07 | Replace lockmgr with rwlock. | Owain Ainsworth |
2007-12-06 | Destatic functions in the agp subsystem. | Owain Ainsworth |
2007-12-06 | Remove AD1981HD code, since the generic mixer init can do all of this | Deanna Phillips |
2007-12-05 | Make sure newer adapters are not in powerdown mode. | Jonathan Gray |
2007-12-04 | expresscard ral(4) rt2860 now can attach and detach correctly | Theo de Raadt |
2007-12-04 | Make puc(4) detachable. | Mark Kettenis |
2007-12-04 | Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge. | Mark Kettenis |
2007-12-02 | Sync | Kenneth R Westerback |
2007-12-02 | Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, who | Kenneth R Westerback |
2007-12-02 | Put back some of the handling for writes to the GATT on intel | Owain Ainsworth |
2007-11-30 | s/letoh16/htole16/ in iwn_send_sensitivity(). | Damien Bergamini |
2007-11-30 | Disestablish interrupts upon detach, | Mark Kettenis |
2007-11-30 | Make ppb(4) detachable. | Mark Kettenis |
2007-11-30 | Make pci(4) detachable. | Mark Kettenis |
2007-11-30 | skip the bad mapping checks for now, sigh | Theo de Raadt |
2007-11-30 | Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered | Miod Vallat |
2007-11-28 | oga just showed the worst case of "commit and run for beer" i've ever | Theo de Raadt |
2007-11-28 | Initial import of the DRM (direct rendering manager). | Owain Ainsworth |
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 | fix DMA alignment constraints: rings must be aligned on a 256-byte | Damien Bergamini |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf | Marco Peereboom |
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 | Automatically degrade the timedelta sensor if the clock is free running for to | Marc Balmer |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-11-26 | Make Cassini+ work; remove some unused macros while I'm there. | Mark Kettenis |
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 another debug register. | Mark Kettenis |
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 | missing line from previous commit; return 1 for interrupts we do handle | Theo de Raadt |
2007-11-25 | IF_Gbps(2.5) is wrong. | David Gwynne |
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 |