summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up exit path from rl_attach() to remove multiple returnsnjl2003-02-091-3/+3
* Fix an oversight in some code I added to the last commit.mdodd2003-02-081-1/+1
* - Remove duplicate call to callout_handle_init() in pcn_attach().mdodd2003-02-081-2/+5
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthmbr2003-02-071-4/+5
* Add missing braces.mbr2003-02-071-1/+2
* Turn off interrupts in pcn_stop().mdodd2003-02-071-0/+4
* Consolidate resource release code on error condition.mdodd2003-02-061-9/+8
* Move the DC_SETBIT to the attach function.mbr2003-02-051-3/+7
* Add deviceids for 6105 and 6105M chips. Further changes will be necessarysilby2003-02-012-0/+6
* Switch the if_vr driver from using our generic MII routines over tosilby2003-02-012-0/+93
* Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardssilby2003-01-312-34/+75
* Fix typo in an unused macro.mux2003-01-291-1/+1
* Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb.joe2003-01-292-707/+0
* Add PCI revision number for 630A and 900B. Enable parity error detectionmbr2003-01-282-19/+86
* Remove the now unused sys/malloc.h header.mux2003-01-241-1/+0
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-222-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2119-65/+65
* Complete the support of the on-board xl(4) on nVidia nForce2 mobo's.obrien2003-01-191-0/+3
* Make the xl driver work on sparc64:tmm2003-01-192-67/+100
* Remove bogus locking from dc(4). Instead, move interrupt allocationnjl2003-01-141-42/+34
* Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHYobrien2003-01-122-0/+3
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-111-0/+4
* FBSDIDize and clean up whitespace nits.des2003-01-111-30/+25
* Read sanpei's mind, and unbreak the build.des2003-01-111-2/+3
* Add support for Corega FEtherII CB-TXD (CardBus 100M/10M).sanpei2003-01-112-4/+14
* Make newer integrated SiS900 cards working.mbr2003-01-102-2/+36
* Sis no longer implements the enhanced phy controlmbr2003-01-102-53/+262
* SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead ofmbr2003-01-102-3/+14
* When reading PHY regs over the i2c bus, the turnaround ACK bitmbr2003-01-105-5/+5
* Add preliminary support for the Hawking PN672TX CardBus cards.imp2003-01-102-0/+15
* Add support for the Davicom DM9009 chipset.trhodes2003-01-092-0/+4
* o Only try to recopy the mbuf into an mbuf cluster ifmux2003-01-071-13/+22
* Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30silby2003-01-061-1/+1
* Add support for the 3c555 miniPCI chipset.silby2003-01-062-1/+9
* Add two MII_SETs to provide a bit more time between operations insilby2003-01-061-0/+2
OpenPOWER on IntegriCloud