summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Minor tweak for last commit: insert extra delay between issuing masterwpaul1999-08-021-2/+4
* Perform an RX reset and TX reset in xl_reset() along with the masterwpaul1999-08-021-6/+23
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-295-45/+21
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-282-30/+34
* Convert the PNIC driver to newbus.wpaul1999-07-282-167/+223
* Roar! Finish what I started last night: somehow only the header file changewpaul1999-07-271-5/+23
* Case matters.mdodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.mdodd1999-07-271-1/+32
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocatewpaul1999-07-271-1/+2
* Make this compile on the Alpha. I'm not 100% sure about this but Ipeter1999-07-251-19/+2
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andwpaul1999-07-252-4/+13
* This commit adds device driver support for Adaptec Duralink PCI fastwpaul1999-07-252-0/+3008
* 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
OpenPOWER on IntegriCloud