summaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Convert the VIA Rhine driver to newbus and set it up to be compiled asBill Paul1999-08-102-103/+182
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)Matthew N. Dodd1999-08-101-1/+5
* chip0: <PCI to 0x80 bridge (vendor=10e0 device=8849)> at device 0.0 on pci0Matthew N. Dodd1999-08-091-1/+2
* A little more tidying up.Peter Wemm1999-08-092-63/+22
* Expand a heap of macros that obscure readability and are no longer neededPeter Wemm1999-08-092-237/+122
* More pre-lite2 support zapped and some more tidy-up.Peter Wemm1999-08-092-74/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.Peter Wemm1999-08-092-115/+12
* Unifdef -U__NetBSD__Peter Wemm1999-08-092-258/+1
* Unifdef -U__bsdi__Peter Wemm1999-08-092-305/+4
* s/Id/FreeBSD/Peter Wemm1999-08-093-3/+6
* Strip __FreeBSD_version >= 300000 conditionals.Peter Wemm1999-08-092-32/+9
* Merge changes from NetBSD rev 1.82 -> 1.86 via vendor branch.Peter Wemm1999-08-091-15/+102
* s/TULUP/TULIP/ - from vendor branch.Peter Wemm1999-08-081-3/+3
* Minor tweak for last commit: insert extra delay between issuing masterBill Paul1999-08-021-2/+4
* Perform an RX reset and TX reset in xl_reset() along with the masterBill Paul1999-08-021-6/+23
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-295-45/+21
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-282-30/+34
* Convert the PNIC driver to newbus.Bill Paul1999-07-282-167/+223
* Roar! Finish what I started last night: somehow only the header file changeBill Paul1999-07-271-5/+23
* Case matters.Matthew N. Dodd1999-07-271-3/+3
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.Matthew N. Dodd1999-07-271-1/+32
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocateBill Paul1999-07-271-1/+2
* Make this compile on the Alpha. I'm not 100% sure about this but IPeter Wemm1999-07-251-19/+2
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andBill Paul1999-07-252-4/+13
* This commit adds device driver support for Adaptec Duralink PCI fastBill Paul1999-07-252-0/+3008
* Convert the ASIX and Macronix drivers to newbus.Bill Paul1999-07-244-341/+384
* Update intpm driver.Nicolas Souchu1999-07-241-6/+17
* Clean up the buffer allocation code a bit. Make sure to initialize certainBill Paul1999-07-232-29/+32
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirBill Paul1999-07-231-2/+5
* One last tweak before I turn in for the evening: the driver name inBill Paul1999-07-231-3/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-234-13/+9
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradeBill Paul1999-07-234-3292/+3340
* Some more small newbus cleanups. Remember to free all resources in caseBill Paul1999-07-233-58/+69
* Revert out part of the last patch that can be done better elsewhere.Julian Elischer1999-07-221-8/+4
* Remove the definitions for the SiS 900 chip. This is not a RealTekBill Paul1999-07-222-17/+4
* fix braino..Julian Elischer1999-07-221-2/+2
* Well, it seems that loading a PCI driver module after the system hasBill Paul1999-07-222-3/+12
* Convert the ThunderLAN driver to newbus. Also add splimp() protection toBill Paul1999-07-222-82/+166
* Fix a small mind-o: one instance of SYS_RES_IOPORT should have beenBill Paul1999-07-221-3/+3
* Convert the SysKonnect gigabit ethernet driver to newbus.Bill Paul1999-07-222-77/+131
* Small tweak to newbus changes: return error status on failure correctlyBill Paul1999-07-221-2/+2
* Hopefully make the CMD640B workaround actually work.Peter Wemm1999-07-211-9/+6
* Slight cleanups of the Cyrix 5530 UDMA code.Julian Elischer1999-07-201-100/+125
* Convert the xl driver to newbus. It is now possible to make this driverBill Paul1999-07-202-88/+127
* Add support for multiple PCI busses directly connected to the nexus.Mike Smith1999-07-161-96/+12
* Make a few other cleanups while I'm in the area. Typo in comment, unusedBill Paul1999-07-142-10/+4
* Revert some changes I had made to try and cut down on the number of TX EOFBill Paul1999-07-141-11/+9
* dont allow open if no device was found.Poul-Henning Kamp1999-07-131-1/+5
* Bug fixesRoger Hardiman1999-07-122-627/+1296
* Make the Winbond ethernet driver work on FreeBSD/alpha. Also addedBill Paul1999-07-112-51/+78