summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* No longer required, following the move of the driver to /sys/dev/bktrroger1999-10-081-598/+0
* remove the use of uhci_reset to wake up the controller aftern_hibma1999-10-071-5/+4
* Be much more selective in claiming devices that might be IDE controllers.msmith1999-10-071-31/+27
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* A band-aid to prevent multi-hose alpha chipsets (aka tsunami) fromgallatin1999-10-031-0/+4
* Check for a valid irq number before calling BUS_SETUP_INTR.n_hibma1999-10-032-4/+23
* Backout part of the changes made in 1.111roger1999-10-011-9/+1
* Make the fxp driver work on alpha, rather than panic the machine on bootgallatin1999-09-303-30/+19
* These files live on in sys/dev/pcm/pci/es1370*peter1999-09-262-1257/+0
* Update the Starfire driver comments and man page to include the URL ofwpaul1999-09-261-1/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-253-15/+0
* Change contigmalloc() lower memory bound from 1MB to 0 to improvewpaul1999-09-259-9/+9
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-252-21/+0
* Call sk_start() at the end of sk_intr() if there's packets in thewpaul1999-09-251-0/+5
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-2315-155/+22
* Delete the README file from /sys/pci.roger1999-09-221-85/+0
* Bt848 driver now moved to /sys/dev/bktrroger1999-09-223-7961/+0
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-223-3776/+3495
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-2216-16/+16
* Spruce up the ADMtek driver: conver to newbus, miibus and add supportwpaul1999-09-222-1062/+680
* Close PR #13665. I managed to figure out the problem, no thanks to thewpaul1999-09-201-16/+38
OpenPOWER on IntegriCloud