summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Convert the ASIX and Macronix drivers to newbus.wpaul1999-07-244-341/+384
* Update intpm driver.nsouch1999-07-241-6/+17
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-232-29/+32
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirwpaul1999-07-231-2/+5
* One last tweak before I turn in for the evening: the driver name inwpaul1999-07-231-3/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-234-13/+9
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-234-3292/+3340
* Some more small newbus cleanups. Remember to free all resources in casewpaul1999-07-233-58/+69
* Revert out part of the last patch that can be done better elsewhere.julian1999-07-221-8/+4
* Remove the definitions for the SiS 900 chip. This is not a RealTekwpaul1999-07-222-17/+4
* fix braino..julian1999-07-221-2/+2
* Well, it seems that loading a PCI driver module after the system haswpaul1999-07-222-3/+12
* Convert the ThunderLAN driver to newbus. Also add splimp() protection towpaul1999-07-222-82/+166
* Fix a small mind-o: one instance of SYS_RES_IOPORT should have beenwpaul1999-07-221-3/+3
* Convert the SysKonnect gigabit ethernet driver to newbus.wpaul1999-07-222-77/+131
* Small tweak to newbus changes: return error status on failure correctlywpaul1999-07-221-2/+2
* Hopefully make the CMD640B workaround actually work.peter1999-07-211-9/+6
* Slight cleanups of the Cyrix 5530 UDMA code.julian1999-07-201-100/+125
* Convert the xl driver to newbus. It is now possible to make this driverwpaul1999-07-202-88/+127
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-161-96/+12
* Make a few other cleanups while I'm in the area. Typo in comment, unusedwpaul1999-07-142-10/+4
* Revert some changes I had made to try and cut down on the number of TX EOFwpaul1999-07-141-11/+9
* dont allow open if no device was found.phk1999-07-131-1/+5
* Bug fixesroger1999-07-122-627/+1296
* 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
OpenPOWER on IntegriCloud