summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Add $FreeBSD$peter2000-05-013-0/+4
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-302-2/+2
* Add a missing MODULE_DEPEND() on miibus.. I was working frompeter2000-04-291-0/+2
* Depend on miibus.peter2000-04-2910-0/+20
* Two simple changes to the kernel internal API for netgraph modules,julian2000-04-281-2/+3
* Ignore tulip chips on LanMedia WAN cards.phk2000-04-251-0/+7
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-243-1813/+1819
* Reoganize/update the SysKonnect driver:wpaul2000-04-223-161/+513
* Add TI-1211 chipset from datasheet infoimp2000-04-202-2/+7
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-196-8/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-185-5/+0
* Set the value of rid variable for bus_alloc_resource(dev, SYS_RES_IOPORT,...)nyan2000-04-121-2/+4
* Driver is now using miibus, and newbus.semenu2000-04-122-963/+608
* * Factor out the object system from new-bus so that it can be used bydfr2000-04-082-1/+3
* Newbusify amd driver.nyan2000-04-072-91/+98
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.iwasaki2000-03-301-1/+1
* Two fixes for the RealTek:wpaul2000-03-291-2/+8
* Add NVidia GeForce 2 and Quadro 2cpiazza2000-03-291-0/+6
* Added support for cards and on-motherboard NICs that use an SEEPROMdg2000-03-282-1/+78
* Ahhrggg. Put the test for the compat shims AFTER the file that includesimp2000-03-2711-44/+43
* Allow reuse of hooks.phk2000-03-271-4/+3
* This file is obsolete, having long since been copied to sys/dev/adw/adw_pci.cimp2000-03-271-187/+0
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-36/+61
* Per conversations in -current, add #error to these drivers when you don'timp2000-03-2712-0/+48
* More fully initialize cardbus bridges. We now call the new genericimp2000-03-252-28/+241
* Two new chips found in Steve Passe's Protoge' laptop:imp2000-03-251-0/+8
* Add Mach64-LB graphics acceleratorbillf2000-03-241-0/+2
* Isolate the Timecounter internals in their own two files.phk2000-03-201-1/+2
* A fairly simple newbusification of if_depeter2000-03-201-84/+99
* Unused definitions.peter2000-03-201-10/+0
* Bandaid for src/sys/modules which broke worldpeter2000-03-201-1/+1
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-192-2/+17
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-181-6/+12
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-183-1589/+1593
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-151-9/+37
* Add an ID for the SiS 5571.n_hibma2000-03-152-6/+12
* Remove left over pci_ide* after wd removal.peter2000-03-151-1876/+0
* Updates for new FALC chips and other nits.phk2000-03-131-19/+5
* Recognize newer NVidia graphics cards. (GeForce and Quadro families)cpiazza2000-03-121-0/+6
* Teach the 'dc' driver how to pick up settings left over by themsmith2000-03-112-0/+43
* Introduce ethernet bridge support for if_dcrwatson2000-03-091-4/+25
* Fix a initialization bug.phk2000-03-011-22/+20
* 'driver support' -> 'driver supports'billf2000-02-291-1/+1
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.mjacob2000-02-291-3/+3
* Fixed configuration of fast interrupts for the pci cy driver. They werebde2000-02-281-1/+1
* Implement queue-limiting based on bandwidth.phk2000-02-261-6/+31
* o No need to print the vendor/device ID for things that matched succesfully.billf2000-02-221-5/+13
* Add the ESS Maestro and the ATI Mobility-1 to the generic chip match andbillf2000-02-211-0/+6
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-202-16/+16
OpenPOWER on IntegriCloud