summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-12-07KNF, no binary change.Owain Ainsworth
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
2007-12-06Remove AD1981HD code, since the generic mixer init can do all of thisDeanna Phillips
2007-12-05Make sure newer adapters are not in powerdown mode.Jonathan Gray
2007-12-04expresscard ral(4) rt2860 now can attach and detach correctlyTheo de Raadt
2007-12-04Make puc(4) detachable.Mark Kettenis
2007-12-04Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge.Mark Kettenis
2007-12-02SyncKenneth R Westerback
2007-12-02Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, whoKenneth R Westerback
2007-12-02Put back some of the handling for writes to the GATT on intelOwain Ainsworth
2007-11-30s/letoh16/htole16/ in iwn_send_sensitivity().Damien Bergamini
2007-11-30Disestablish interrupts upon detach,Mark Kettenis
2007-11-30Make ppb(4) detachable.Mark Kettenis
2007-11-30Make pci(4) detachable.Mark Kettenis
2007-11-30skip the bad mapping checks for now, sighTheo de Raadt
2007-11-30Skip the sanity test introduced in r1.50 on TI devices, as it gets triggeredMiod Vallat
2007-11-28oga just showed the worst case of "commit and run for beer" i've everTheo de Raadt
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth
2007-11-28do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-28the ccb lists protect themselves, so we dont have to check if we're atDavid Gwynne
2007-11-28make ata controllers protect their own command lists so atascsi doesnt haveDavid Gwynne
2007-11-28use correct data type for the pci address (bus_addr_t)Reyk Floeter
2007-11-27fix shared area structure.Damien Bergamini
2007-11-27fix DMA alignment constraints: rings must be aligned on a 256-byteDamien Bergamini
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26Add LSI PCI IDs for 1078 based megaraid; from the windows driver infMarco Peereboom
2007-11-26Add new PERC6 & CERC6 PCI IDsMarco Peereboom
2007-11-26regenMarco Peereboom
2007-11-26Add PERC6Marco Peereboom
2007-11-26Automatically degrade the timedelta sensor if the clock is free running for toMarc Balmer
2007-11-26print the comma before the MAC address string in dc_attach() instead of theBrad Smith
2007-11-26Make Cassini+ work; remove some unused macros while I'm there.Mark Kettenis
2007-11-26drive port probes from the scsi midlayer now that it will ask the adapterDavid Gwynne
2007-11-26Avoid resetting PCS. Don't do loopback at the serial link.Mark Kettenis
2007-11-26Reenable the PCS functions after a reset; properly disable them while changingMark Kettenis
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-26Add another debug register.Mark Kettenis
2007-11-26Add PCI VPD read/write functions from NetBSD required for some thingsJonathan Gray
2007-11-26So instead of triggering a tx interrupt for each packet issue one forClaudio Jeker
2007-11-26fix new agp code on amd64Reyk Floeter
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-26Fix hardware cursor mapping.Owain Ainsworth
2007-11-25missing line from previous commit; return 1 for interrupts we do handleTheo de Raadt
2007-11-25IF_Gbps(2.5) is wrong.David Gwynne
2007-11-25Interrupt handlers which do nothing should return 0 (or -1 if they are notTheo de Raadt
2007-11-25If some rather important registers read as 0xffffffff then the deviceTheo de Raadt
2007-11-25typo; ok jmc@, deanna@Martynas Venckus
2007-11-25Do a TX interrupt for each packet instead of every 126th one. This willClaudio Jeker
2007-11-25Sync.Kenneth R Westerback