summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onwpaul1999-08-141-3/+3
* Small tweak: remember to free the tx ring data (which is malloc()ed) ifwpaul1999-08-101-2/+3
* Convert the Winbond driver to newbus and have it compiled as a module.wpaul1999-08-102-83/+146
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-102-103/+182
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-101-1/+5
* chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0mdodd1999-08-091-1/+2
* A little more tidying up.peter1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-092-74/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-092-115/+12
* Unifdef -U__NetBSD__peter1999-08-092-258/+1
* Unifdef -U__bsdi__peter1999-08-092-305/+4
* s/Id/FreeBSD/peter1999-08-093-3/+6
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-092-32/+9
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.peter1999-08-091-15/+102
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-081-3/+3
* 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
OpenPOWER on IntegriCloud