summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-2015-24/+24
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-2014-14/+14
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-2014-14/+14
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-209-9/+9
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-2015-15/+15
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onpeter1999-09-201-100/+0
* Add an alternate transmit strategy for 3c90xB adapters based on the transmitwpaul1999-09-202-73/+309
* Make some small performance tweaks to the tl driver. This should hopefullywpaul1999-09-192-42/+60
* Convert the VIA Rhine driver to miibus.wpaul1999-09-192-633/+117
* Clean up two cases of the alpha vtophys() hack that should bewpaul1999-09-182-4/+2
* Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-182-7/+21
* Update to driver release 1.74roger1999-09-171-57/+139
* Patch if_vr to add bridging support.wpaul1999-09-171-1/+20
* Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-171-1/+1
* Sync with driver release 1.74roger1999-09-171-0/+11
* Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-171-2/+2
* Dangit: mispelled TORNADO in one place.wpaul1999-09-151-1/+1
* 3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.wpaul1999-09-152-3/+9
* Get rid of a stray printf on boot. (BRDCTL = ...)ken1999-09-131-1/+0
* Update to driver 1.73roger1999-09-101-4/+37
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-088-0/+8
* Fix comment: RX underrun -> RX overrun.wpaul1999-09-071-1/+1
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-062-2/+2
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-062-0/+3
OpenPOWER on IntegriCloud