| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Peppercon ROL-F Card. | dan | 2003-02-23 | 2 | -0/+10 |
* | Make xl use m_getcl() to allocate an mbuf and a cluster in one shot, | bmilekic | 2003-02-22 | 1 | -19/+5 |
* | Fix panic on sparc64 introduced in my last commit. I really | mux | 2003-02-19 | 1 | -5/+6 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 19 | -65/+65 |
* | - Fix mbuf leak when we successfully allocate a new mbuf but fail to | mux | 2003-02-18 | 2 | -6/+18 |
* | Split the arch-specific AGP files into the appropriate files.* and do the same | anholt | 2003-02-14 | 1 | -0/+6 |
* | Remove an extra agp_flush_cache(). The i810 case that needs it already has it. | anholt | 2003-02-14 | 1 | -5/+0 |
* | Add agpreg.h missed in commit to agp_i810 (adding i85x/i86x AGP support). | anholt | 2003-02-13 | 1 | -0/+26 |
* | Add Intel 85x/86x AGP support. | anholt | 2003-02-13 | 1 | -16/+88 |
* | Minor correction to comment: PNIC and XIRCOM have eeprom, its just | imp | 2003-02-12 | 1 | -1/+1 |
* | Clean up exit path from rl_attach() to remove multiple returns | njl | 2003-02-09 | 1 | -3/+3 |
* | Fix an oversight in some code I added to the last commit. | mdodd | 2003-02-08 | 1 | -1/+1 |
* | - Remove duplicate call to callout_handle_init() in pcn_attach(). | mdodd | 2003-02-08 | 1 | -2/+5 |
* | Fix the breakage resulting from Rev. 1.80. Get the eeprom width | mbr | 2003-02-07 | 1 | -4/+5 |
* | Add missing braces. | mbr | 2003-02-07 | 1 | -1/+2 |
* | Turn off interrupts in pcn_stop(). | mdodd | 2003-02-07 | 1 | -0/+4 |
* | Consolidate resource release code on error condition. | mdodd | 2003-02-06 | 1 | -9/+8 |
* | Move the DC_SETBIT to the attach function. | mbr | 2003-02-05 | 1 | -3/+7 |
* | Add deviceids for 6105 and 6105M chips. Further changes will be necessary | silby | 2003-02-01 | 2 | -0/+6 |
* | Switch the if_vr driver from using our generic MII routines over to | silby | 2003-02-01 | 2 | -0/+93 |
* | Fixes from Thomas Nystrom to fix hanging problems experienced by vr cards | silby | 2003-01-31 | 2 | -34/+75 |
* | Fix typo in an unused macro. | mux | 2003-01-29 | 1 | -1/+1 |
* | Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb. | joe | 2003-01-29 | 2 | -707/+0 |
* | Add PCI revision number for 630A and 900B. Enable parity error detection | mbr | 2003-01-28 | 2 | -19/+86 |
* | Remove the now unused sys/malloc.h header. | mux | 2003-01-24 | 1 | -1/+0 |
* | Correctly identify the 3C920B chipset; although it may ship with some Nforce2 | silby | 2003-01-22 | 2 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 19 | -65/+65 |
* | 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 |