summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Raise the pci compat driver match priority a bit so that it's notpeter1999-12-051-1/+1
* Lower (a lot!) the chip* probe so it doesn't steal the pci ID frompeter1999-12-051-2/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-0412-12878/+3592
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-036-9/+11
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-032-15/+13
* Add NULL for new entrypoint.julian1999-12-011-1/+2
* Make the pci driver compat shim return a preference for probepeter1999-11-301-1/+2
* Add the PCI id for the TI PCI-1251B PCI-CardBus bridge.eivind1999-11-282-0/+3
* Add 3 more parts of the VIA 82C686.sos1999-11-241-0/+6
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-3/+3
* Feh, kind of went wrong the previous commit. dev should child (in somen_hibma1999-11-221-5/+5
* Move the pretty printing of the description for USB controllers ton_hibma1999-11-222-4/+27
* Remove some bogus bus methods peter added. We are hardly doingn_hibma1999-11-222-12/+2
* Add text for Rendition Verite V1000 and V2000 video cards.bp1999-11-211-0/+9
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionmjacob1999-11-211-28/+40
* s/Brige/Bridge/.kuriyama1999-11-211-4/+4
* Minor tweak: the subsystem device ID code for the quad port 62044 cardwpaul1999-11-202-2/+7
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-201-2/+4
* Initial import of cardbus bridge driver (cbb) from the latestimp1999-11-183-0/+2701
* Do timeouts in terms of hzphk1999-11-171-1/+1
* Fix usage of m_pullup().wpaul1999-11-161-1/+1
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-052-10/+0
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-031-4/+4
* Remove compat cruft.phk1999-11-031-4/+0
* New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.phk1999-11-021-0/+1287
* Do some more work on the mxphy pseudo-driver to make it better at mediawpaul1999-11-012-15/+26
* Organize things to cope with the (possible) lack of downloadablemjacob1999-10-301-11/+27
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-2/+2
* Don't test boolean return against != 1.phk1999-10-291-4/+4
* Added code to enable BusMaster operations.semenu1999-10-292-4/+35
* I'm told this makes more laptops work with the new attachment code.imp1999-10-291-1/+1
* Fix some resource allocation peculiarities of the intpm device.dfr1999-10-282-77/+104
* Add text for the VIA 82C686 southbridge used by some Athlon and PII boards.alc1999-10-261-0/+2
* Make sure we add an interrupt resource if intline!=255.dfr1999-10-261-1/+1
* Add NeoMagic MagicMedia 256AV.kuriyama1999-10-261-0/+2
* Small tweak: just reset the transmit block instead of doing a global resetwpaul1999-10-251-2/+2
* Add text for the AMD-751 host-to-PCI and PCI-to-PCI (AGP) bridges.alc1999-10-251-0/+8
* Sony CXD1847A FireWire Host Controllerimp1999-10-251-0/+4
* Make some tweaks to the RealTek driver:wpaul1999-10-212-12/+28
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatmjacob1999-10-171-22/+59
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-171-0/+117
* Correct a stupid type which prevented us from working with any devicedfr1999-10-171-1/+1
* Convert the mx driver to miibus.wpaul1999-10-162-882/+182
* Make some small tweaks:wpaul1999-10-142-4/+27
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-144-290/+156
* allow pci_ioctl to work with multi-hose alphas.gallatin1999-10-121-2/+2
* remove unnecessary includesmjacob1999-10-111-3/+0
* Add the 16550 programming interface code for PCIS_SIMPLECOMM_UART.peter1999-10-091-0/+1
* Remove old copies. These files now live in src/sys/dev/buslogicmdodd1999-10-091-230/+0
* Remove these files as they now live in sys/dev/dpt/mdodd1999-10-092-393/+0
OpenPOWER on IntegriCloud