summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2004-10-27Remove static for all non-inline functions.Damien Bergamini
2004-10-27Mostly cosmetic changes to be consistent with iwi:Damien Bergamini
2004-10-26fix incorrect function argument in code we don't use yet (for consistency)Peter Valchev
2004-10-25syncAlexander Yurchenko
2004-10-25add form@'s ati radeon 9600Alexander Yurchenko
2004-10-25regenJonathan Gray
2004-10-25Add RT25060/ACX100B/ACX111 ids, give ACX100A a generic nameJonathan Gray
2004-10-23add subclass codes from the 2.3 specBrad Smith
2004-10-22regenJonathan Gray
2004-10-22add id for Realtek 8180 based 802.11 devicesJonathan Gray
2004-10-20defined in pcidevs nowTheo de Raadt
2004-10-20syncTheo de Raadt
2004-10-20PRO/2200BG_3Theo de Raadt
2004-10-20add some devices found in linux and freebsd driversJonathan Gray
2004-10-20regenJonathan Gray
2004-10-20some additional prism devices found in linux driversJonathan Gray
2004-10-20put newlines at slightly different places during attach, leading to cleanTheo de Raadt
2004-10-20support for Intel 2100/2200BG/2915ABG wireless devices written byTheo de Raadt
2004-10-19serverworks csb5 revision after 0x92 seems not to have 80-wireAlexander Yurchenko
2004-10-17Improve support for SiI3112 and add new controllers: SiI3512, SiI3114Alexander Yurchenko
2004-10-17Allow chip-map function to specify which bits must permanently presentAlexander Yurchenko
2004-10-17Don't touch dma registers directly, instead use callbacks thatAlexander Yurchenko
2004-10-17Bump wdc_chanarray as well.Alexander Yurchenko
2004-10-17Bump number of channels to PCIIDE_MAX_CHANNELS.Alexander Yurchenko
2004-10-17Constify channel name.Alexander Yurchenko
2004-10-17Stop bloating pciide_softc with chip-specific variables. Add one pointerAlexander Yurchenko
2004-10-17Move pciide_softc definition to pciidevar.h.Alexander Yurchenko
2004-10-17Define 4 channels max for pciide. Legacy ide controllers can onlyAlexander Yurchenko
2004-10-17Fix space.Alexander Yurchenko
2004-10-17Small includes cleanup: explicit bus.h inclusion, add satareg.h andAlexander Yurchenko
2004-10-17Define number of ide dma registers; from NetBSD.Alexander Yurchenko
2004-10-15Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSDJonathan Gray
2004-10-15regenJonathan Gray
2004-10-15Add IODATA GV-BCTV3, ok mickey@Jonathan Gray
2004-10-14Bail out quietly if the eeprom appears to be missing or empty. FixesBrad Smith
2004-10-10regenBrad Smith
2004-10-10add an Intel PCI modem entryBrad Smith
2004-10-09When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.Brad Smith
2004-10-07regenBrad Smith
2004-10-07merge vendors/devices from cardbusdevsBrad Smith
2004-10-07regenJonathan Gray
2004-10-07add the Radeon in my iBook, ok deraadt@Jonathan Gray
2004-10-05- switch to pci_matchbyid()Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
2004-10-03$OpenBSD$ tagAlexander Yurchenko
2004-10-03Add $OpenBSD$ tag.Alexander Yurchenko
2004-10-02Typo in comment.Alexander Yurchenko
2004-10-02regenBrad Smith
2004-10-02another Broadcom idBrad Smith
2004-10-01Fix off-by-BAR in IO space finding.Alexander Yurchenko