summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Make the Winbond ethernet driver work on FreeBSD/alpha. Also addedwpaul1999-07-112-51/+78
* if_sk.c: use pci_port_t instead of u_shortwpaul1999-07-092-6/+5
* This commit adds driver support for the SysKonnect SK-984x serieswpaul1999-07-093-0/+3481
* Grrr.... forgot one line from the previous fix.wpaul1999-07-081-3/+3
* Fix a potential race condition that can occur in xl_start(). If the NICwpaul1999-07-071-3/+5
* Rename bpfilter to bpf.des1999-07-0614-99/+99
* add in a boot environment isp_disable flagmjacob1999-07-061-1/+11
* Wow- too much breakage..wait until you compile it, buckwheat...mjacob1999-07-051-2/+2
* Oops- got sense of ifdef wrongmjacob1999-07-051-2/+2
* add ISP_DISABLE_2200_SUPPORT defines; Add reference to 2200 F/Wmjacob1999-07-051-8/+14
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX bufferswpaul1999-07-052-77/+29
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Minor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.peter1999-07-041-3/+3
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0321-110/+21
* Only have the pci component compiled if pci is specified at config.peter1999-07-032-10/+2
* Bail after 5 attempts to read very noisy signals.phk1999-07-031-4/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-021-325/+235
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-029-33/+33
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-011-1/+2
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().peter1999-07-011-2/+3
* Stop signals being generated after meteor_close.roger1999-06-291-1/+6
* (corrections for type change in softc)mjacob1999-06-241-3/+3
* Allow the Ross host to PCI bridge to appear as a PCI bus. This permitsjlemon1999-06-241-9/+9
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-0/+199
* Pass the current timecounter to pps_event().phk1999-06-221-3/+3
* Tweak FIFO and DMA thresholds to improve performance and reduce likelyhoodwpaul1999-06-201-5/+5
* Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves awpaul1999-06-192-9/+47
* Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-192-4/+15
* Remove option USBVERBOSEn_hibma1999-06-161-2/+2
* Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512wpaul1999-06-161-20/+45
* Fix non-benign typo.billf1999-06-161-2/+2
* Kill option FAILSAFE.des1999-06-151-3/+2
* Add VIA Apollo Master VT82c570 chipset. (I have 2 of these)roger1999-06-151-12/+8
* Ensoniq AudioPCI sound cards haven't worked since the newbus integrationnewton1999-06-151-2/+2
* 1) Add the USB controllers (will now print pretty strings when no usbn_hibma1999-06-131-32/+64
* Shorten the strings a bit (remove 'Host')n_hibma1999-06-132-15/+16
* Removed checking for unit>NBKTR.roger1999-06-131-17/+2
* Updated to use the new 4.x newbus APIroger1999-06-122-219/+296
* Add detection code for NVidia Riva 128,TNT,TNT2ache1999-06-091-1/+19
* Fix the cdevsw_add change made by PHK.roger1999-06-041-5/+5
* Add the 3Dfx Voodoo Bansheemharo1999-06-041-1/+9
* Change the warning message issued if pci_map_port() fails. I think thiswpaul1999-06-011-5/+5
* Updated to support new Meteor/PPB cards (PCI-PCI Bridge).roger1999-06-011-0/+31
* On the new Meteor cards, the Philips SAA 7116 is connected to the PCI busroger1999-05-313-3/+67
* Simplify cdevsw registration.phk1999-05-314-51/+16
* Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears towpaul1999-05-302-4/+17
* Whoops, forgot to update xl_mediacheck() to account for the 3c905C.wpaul1999-05-301-2/+3
* Head for the hills friends and neighbors, 3Com has yet another 3c90Xwpaul1999-05-302-3/+7
* This commit should be a extensive NO-OP:phk1999-05-304-23/+86
* In pci_alloc_resource() only check start and end to see if its a default.dfr1999-05-301-2/+2
OpenPOWER on IntegriCloud