summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-182-0/+12
* Revise attach/detach resource cleanupnjl2003-04-1712-58/+173
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-171-2/+1
* Remove another unused variable.jhb2003-04-161-1/+0
* Remove an unused variable so this compiles again.jhb2003-04-161-1/+0
* Remove some code that managed to escape from my local repository.mdodd2003-04-161-6/+0
* - Remove a block of code I missed in the previous commit.mdodd2003-04-161-6/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-1612-186/+5
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-1526-18/+61
* Rework the rl_encap failure case. Previously, we would stuff thesilby2003-04-151-3/+3
* Correct maxsize/maxsegsz parameters to bus_dma_tag_create().mux2003-04-091-6/+4
* Fix if_vr's handling of vr_encap failures. 3 parts:silby2003-04-091-10/+9
* Quick fix so that the watchdog timer is not set unless packets aresilby2003-04-081-4/+5
* Fix up callers of xl_encap so that they handle a failure responsesilby2003-04-081-3/+10
* Fix typo.murray2003-04-071-1/+1
* Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for themux2003-04-051-2/+21
* Use __FBSDID rather than rcsid[].obrien2003-04-0310-67/+30
* Fix KASSERT syntax error.phk2003-04-011-1/+1
* Fix KASSERT syntax errors.phk2003-04-011-2/+2
* Add missing ()'s so that these drivers all compile again.jhb2003-03-3110-10/+10
* If we fail to find our PCI ID in attach (this should never happen), thenjhb2003-03-311-2/+1
* Clean up locking and resource management for pci/if_*njl2003-03-3112-583/+533
* Switch rl_encap over to using m_defrag.silby2003-03-301-11/+1
* Switch vr_encap over to using m_defrag instead of its own versionsilby2003-03-291-14/+2
* Update if_dc to use m_defrag, removing the semi-duplicate dc_coalsilby2003-03-291-35/+30
* Have sis_encap use m_defrag if:silby2003-03-291-1/+25
* Fix up the long mbuf chain recovery code to use m_defrag; the oldsilby2003-03-291-19/+8
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-3/+3
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-212-3/+3
* Make sure to free the correct resources when the card fails to attachsilby2003-03-191-0/+8
* Add support for Planex FNW-3800-TX(CardBus 100M/10M).sanpei2003-03-182-1/+14
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-182-37/+34
* Add pci id# for the sis648sos2003-03-131-0/+2
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-034-52/+26
* Spell noread() and nowrite() correctly (ie: not "NULL")phk2003-03-021-2/+2
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* Use rman_get_start() to get start address of the resource.nyan2003-02-261-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-253-6/+9
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-252-431/+0
* Add support for Peppercon ROL-F Card.dan2003-02-232-0/+10
* Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* Fix panic on sparc64 introduced in my last commit. I reallymux2003-02-191-5/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-1919-65/+65
* - Fix mbuf leak when we successfully allocate a new mbuf but fail tomux2003-02-182-6/+18
* Split the arch-specific AGP files into the appropriate files.* and do the sameanholt2003-02-141-0/+6
* Remove an extra agp_flush_cache(). The i810 case that needs it already has it.anholt2003-02-141-5/+0
* Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support).anholt2003-02-131-0/+26
* Add Intel 85x/86x AGP support.anholt2003-02-131-16/+88
* Minor correction to comment: PNIC and XIRCOM have eeprom, its justimp2003-02-121-1/+1
OpenPOWER on IntegriCloud