| Commit message (Expand) | Author | Age | Files | Lines |
* | Device megapatch 4/6: | phk | 2004-02-21 | 3 | -0/+6 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -4/+0 |
* | This is not a D_TTY driver. | phk | 2004-02-15 | 1 | -1/+0 |
* | Fix multicast and promiscuous mode handling for Yukon devices. | wpaul | 2004-01-21 | 1 | -50/+101 |
* | Calculate the right register offset when clearing TX buffer pointer | wpaul | 2004-01-21 | 1 | -1/+2 |
* | Replace calls to vm_page_alloc_contig() by calls to contigmalloc(). | alc | 2004-01-13 | 1 | -7/+6 |
* | Some integrated Davicom cards in sparc64 boxes have an all zeros | mux | 2004-01-08 | 1 | -0/+18 |
* | The transmit frame status is stored in the last transmit descriptor for the | truckman | 2004-01-08 | 2 | -3/+5 |
* | Fix detection of RealTek 8129 PCI cards. Apparently, these cards | wpaul | 2004-01-02 | 1 | -1/+2 |
* | Vastly improve performance of IRQ handling on stopped interfaces with | phk | 2003-12-25 | 2 | -0/+5 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | Attempt to get the short cable fix to work better on the if_sis: | phk | 2003-12-12 | 1 | -17/+26 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 10 | -54/+56 |
* | Remote meteor driver. It hasn't compiled in over 3 years. If someone | imp | 2003-12-07 | 2 | -2375/+0 |
* | Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) | sanpei | 2003-12-06 | 2 | -0/+3 |
* | Fixed some minor indentation bugs. | bde | 2003-12-02 | 1 | -12/+12 |
* | Fixed breakage of the pci case of the cy driver by the new interrupt | bde | 2003-12-02 | 1 | -17/+8 |
* | correct typo in interrupt handling for the 2nd port of 2-port cards | sam | 2003-11-29 | 1 | -1/+1 |
* | Sometimes cardbus attachments don't attach, so while we track down | imp | 2003-11-28 | 3 | -0/+3 |
* | Drop the driver lock around calls to if_input to avoid a LOR when | sam | 2003-11-14 | 24 | -1/+68 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 10 | -41/+30 |
* | reconst poison | imp | 2003-11-14 | 1 | -10/+10 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 11 | -122/+119 |
* | Add vendor ID to make Marvell chipset work. E.g. to be found | wilko | 2003-11-12 | 2 | -0/+10 |
* | - Disable AGP on ALI chipsets if aperture size is 0. | anholt | 2003-11-11 | 2 | -0/+9 |
* | Ahh, the joys of badge engineering. Tell the sk driver that the | peter | 2003-11-07 | 2 | -0/+16 |
* | s/driver/device/ for config file line | imp | 2003-11-06 | 1 | -1/+1 |
* | Change config file syntax to be less FreeBSD 3.x | imp | 2003-11-05 | 1 | -1/+1 |
* | Free major#100 | phk | 2003-11-03 | 1 | -2/+0 |
* | Remove explicit cardbus attachments from drivers where this is identical | dfr | 2003-11-03 | 3 | -3/+0 |
* | Correct the spelling of m_devget() in the sysctl variable description. | ru | 2003-11-02 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 14 | -104/+93 |
* | mark interrupt handlers MPSAFE | sam | 2003-10-29 | 1 | -1/+1 |
* | Add simple support for AGP 3.0 including enabling 8x mode. The simple | jhb | 2003-10-23 | 1 | -13/+108 |
* | Use a switch statement on the devid instead of if-else for determing which | jhb | 2003-10-23 | 1 | -6/+18 |
* | Const poison crc routines (why these aren't centralized, I'm not sure). | imp | 2003-10-23 | 1 | -9/+9 |
* | Fix m_head handling in sis_encap so that the correct mbuf is always handed | silby | 2003-10-19 | 1 | -9/+8 |
* | Fix a problem where m_defrag would allocate a new mbuf to replace the | silby | 2003-10-19 | 1 | -8/+8 |
* | Sanitize the code relating to the /dev/ti%d entries. In particular evict | phk | 2003-10-10 | 1 | -68/+6 |
* | Ignore CSR13, CSR14, CSR15 'Media Specific Data' registers | mbr | 2003-10-05 | 2 | -12/+37 |
* | Make the i810 AGP device create a "drmsub" child device. This will be attached | anholt | 2003-10-02 | 1 | -2/+31 |
* | Add a tiny bit more delay in the xl_mii_sync function; this is necessary | silby | 2003-09-29 | 1 | -0/+2 |
* | Add missing file, it is sorely needed to make if_sk.c compile again. | wilko | 2003-09-20 | 1 | -0/+171 |
* | Add support for SK-9521 V2.0 and 3COM 3C940. | wilko | 2003-09-20 | 2 | -178/+812 |
* | Remove jumbo buffer #defines that I ended up not needing. | wpaul | 2003-09-19 | 1 | -8/+0 |
* | Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8. | anholt | 2003-09-17 | 1 | -1/+1 |
* | Don't read the MAC address from a copy of the EEPROM in the softc | mbr | 2003-09-16 | 1 | -4/+3 |
* | - Avoid calling pci_get_device() more than once in a single function. | mdodd | 2003-09-14 | 2 | -22/+40 |
* | Teach the re(4) driver about the CFG2 register, which tells us whether | wpaul | 2003-09-13 | 1 | -1/+15 |
* | - For the 8169 chips, read the station address by forcing an EEPROM | wpaul | 2003-09-11 | 1 | -4/+6 |