summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweaks to make if_rl work on sparc64.jake2003-01-051-4/+10
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Leave only one of the two $FreeBSD$ tag, and use __FBSDID().mux2002-12-301-6/+3
* Change the chip description from "DFE-550TX" to "DL10050".phk2002-12-232-4/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-231-0/+4
* Fix bug with 3c90xB cards and newer. We weren't trying tomux2002-12-181-39/+14
* Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define.semenu2002-12-181-1/+1
* Convert the xl(4) driver to the busdma API. This should makemux2002-12-172-157/+300
* Move the amd(4) driver to it's own directory in preparation for it growingscottl2002-12-132-3033/+0
* Correct a harmless problem when creating the DMA tagmux2002-12-131-1/+1
* Xircom cards store the MAC address in the CIS, so get it from the newimp2002-11-271-2/+8
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-251-9/+7
* Import some relevant changes from Via's if_fet driver:silby2002-11-252-2/+29
* o track either_ifattach/ether_ifdetach API changessam2002-11-1413-217/+91
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
* Fix an unparenthasized macro argument. md5s differ but this is likelyalfred2002-11-091-1/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-092-13/+13
* Fix some sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* Wrap a device_printf() that violates bus space abstractions to figure outjhb2002-11-081-0/+2
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* Use %z to print size_t values.jhb2002-11-081-3/+3
* Don't take out the rl_mtx lock in the attach routine. The only wayimp2002-10-291-19/+15
* Add some magic bits necessary to turn the transmitter on for somesilby2002-10-222-0/+10
* Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead ofbrooks2002-10-212-33/+32
* Be consistent about functions being static.phk2002-10-165-20/+20
* Be consistent about functions being static.phk2002-10-165-19/+21
* Rename struct softc to struct mn_softc.phk2002-10-161-27/+31
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Turn off the premature locking in xl. The driver tries to use the mutexespeter2002-10-141-0/+6
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
OpenPOWER on IntegriCloud