summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Update to use newbus and busspace.dfr2000-05-271-158/+121
* Back out the previous change to the queue(3) interface.jake2000-05-264-13/+13
* Add OPTi 82C700 chipset.kuriyama2000-05-241-0/+10
* Add 440MX chipset.kuriyama2000-05-242-0/+18
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-241-0/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-234-13/+13
* It turns out that I was wrong. The chip in my machine is not aimp2000-05-221-1/+1
* CXD1847A and CXD1947A have same product ID.kuriyama2000-05-221-1/+1
* Print the correct value for the map type on a verbose boot.dfr2000-05-181-1/+1
* Remove if_pci_p.c from old location.paul2000-05-141-104/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-1415-404/+6
* Use bus_space for all register accesses.dfr2000-05-132-43/+25
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.jhb2000-05-112-0/+4
* Do the attach (and detach) properly. Store the cookies.n_hibma2000-05-072-77/+143
* Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems.mjacob2000-05-071-1/+5
* Bounce a copy of the mbuf to the bpf listener when we submit the framesjlemon2000-05-061-2/+6
* Apply patch to rl_rxeof() to really enforce payload alignment inwpaul2000-05-051-10/+7
* 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
OpenPOWER on IntegriCloud