| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Complete the support of the on-board xl(4) on nVidia nForce2 mobo's. | obrien | 2003-01-19 | 1 | -0/+3 |
* | Make the xl driver work on sparc64: | tmm | 2003-01-19 | 2 | -67/+100 |
* | Remove bogus locking from dc(4). Instead, move interrupt allocation | njl | 2003-01-14 | 1 | -42/+34 |
* | Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY | obrien | 2003-01-12 | 2 | -0/+3 |
* | Add support for the Intel 82820 UP-only AGP bridge. | anholt | 2003-01-11 | 1 | -0/+4 |
* | FBSDIDize and clean up whitespace nits. | des | 2003-01-11 | 1 | -30/+25 |
* | Read sanpei's mind, and unbreak the build. | des | 2003-01-11 | 1 | -2/+3 |
* | Add support for Corega FEtherII CB-TXD (CardBus 100M/10M). | sanpei | 2003-01-11 | 2 | -4/+14 |
* | Make newer integrated SiS900 cards working. | mbr | 2003-01-10 | 2 | -2/+36 |
* | Sis no longer implements the enhanced phy control | mbr | 2003-01-10 | 2 | -53/+262 |
* | SIS_CFG_EDB_MASTER_EN indicates the EDB bus is used instead of | mbr | 2003-01-10 | 2 | -3/+14 |
* | When reading PHY regs over the i2c bus, the turnaround ACK bit | mbr | 2003-01-10 | 5 | -5/+5 |
* | Add preliminary support for the Hawking PN672TX CardBus cards. | imp | 2003-01-10 | 2 | -0/+15 |
* | Add support for the Davicom DM9009 chipset. | trhodes | 2003-01-09 | 2 | -0/+4 |
* | o Only try to recopy the mbuf into an mbuf cluster if | mux | 2003-01-07 | 1 | -13/+22 |
* | Ooops, use the full name of XL_FLAG_EEPROM_OFFSET_30 | silby | 2003-01-06 | 1 | -1/+1 |
* | Add support for the 3c555 miniPCI chipset. | silby | 2003-01-06 | 2 | -1/+9 |
* | Add two MII_SETs to provide a bit more time between operations in | silby | 2003-01-06 | 1 | -0/+2 |
* | Tweaks to make if_rl work on sparc64. | jake | 2003-01-05 | 1 | -4/+10 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Leave only one of the two $FreeBSD$ tag, and use __FBSDID(). | mux | 2002-12-30 | 1 | -6/+3 |
* | Change the chip description from "DFE-550TX" to "DL10050". | phk | 2002-12-23 | 2 | -4/+4 |
* | - Hold the page queues lock around vm_page_wakeup(). | alc | 2002-12-23 | 1 | -0/+4 |
* | Fix bug with 3c90xB cards and newer. We weren't trying to | mux | 2002-12-18 | 1 | -39/+14 |
* | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | semenu | 2002-12-18 | 1 | -1/+1 |
* | Convert the xl(4) driver to the busdma API. This should make | mux | 2002-12-17 | 2 | -157/+300 |
* | Move the amd(4) driver to it's own directory in preparation for it growing | scottl | 2002-12-13 | 2 | -3033/+0 |
* | Correct a harmless problem when creating the DMA tag | mux | 2002-12-13 | 1 | -1/+1 |
* | Xircom cards store the MAC address in the CIS, so get it from the new | imp | 2002-11-27 | 1 | -2/+8 |
* | Fix handling of IFF_ALLMULTI. The same bug in various forms affects | luigi | 2002-11-25 | 1 | -9/+7 |
* | Import some relevant changes from Via's if_fet driver: | silby | 2002-11-25 | 2 | -2/+29 |
* | o track either_ifattach/ether_ifdetach API changes | sam | 2002-11-14 | 13 | -217/+91 |
* | Remove a bunch of #include "opt_pci.h". | mux | 2002-11-13 | 7 | -7/+0 |
* | Fix an unparenthasized macro argument. md5s differ but this is likely | alfred | 2002-11-09 | 1 | -1/+1 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 2 | -13/+13 |
* | Fix some sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 1 | -2/+2 |
* | Wrap a device_printf() that violates bus space abstractions to figure out | jhb | 2002-11-08 | 1 | -0/+2 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Use %z to print size_t values. | jhb | 2002-11-08 | 1 | -3/+3 |
* | Don't take out the rl_mtx lock in the attach routine. The only way | imp | 2002-10-29 | 1 | -19/+15 |
* | Add some magic bits necessary to turn the transmitter on for some | silby | 2002-10-22 | 2 | -0/+10 |
* | Use if_printf(ifp, "blah") and device_printf(dev, "blah") instead of | brooks | 2002-10-21 | 2 | -33/+32 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 5 | -20/+20 |
* | Be consistent about functions being static. | phk | 2002-10-16 | 5 | -19/+21 |
* | Rename struct softc to struct mn_softc. | phk | 2002-10-16 | 1 | -27/+31 |
* | Fix previous commit: Don't cast integral types to pointers to | marcel | 2002-10-15 | 1 | -2/+2 |
* | Turn off the premature locking in xl. The driver tries to use the mutexes | peter | 2002-10-14 | 1 | -0/+6 |
* | Make this compile on 64-bit architectures (e.g. ia64) by not assuming | marcel | 2002-10-12 | 1 | -2/+2 |
* | Ooops. Need to free dc_srom on detach to not leak memory. | imp | 2002-10-07 | 1 | -0/+1 |