summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:wpaul1999-12-162-0/+5
* Add Dual LVD bus (1280) supportmjacob1999-12-161-12/+41
* Fix some problems reported by Mike Pritchard:wpaul1999-12-132-1/+15
* Remove some horrible #if 0'd code that has no hope of working now. Itpeter1999-12-121-71/+0
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-121-2/+8
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-103-100/+126
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-083-130/+1
* Spruce up the Sundance ST201 driver:wpaul1999-12-072-139/+126
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()wpaul1999-12-071-2/+2
* Simplify my license.gibbs1999-12-061-39/+52
* Modify the Adaptec "starfire" driver to reset the PHY on the MII buswpaul1999-12-052-11/+47
* 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
OpenPOWER on IntegriCloud