| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -3/+3 |
* | Use new interface for ether_input(). | luigi | 2002-08-07 | 1 | -13/+4 |
* | Use m_getcl() to allocate mbuf+cluster for the receive ring. | luigi | 2002-08-04 | 1 | -25/+9 |
* | Make sure that if_timer does not get reset if there are packets | luigi | 2002-06-30 | 1 | -18/+10 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -51/+46 |
* | Fix support for 630ET support. We don't need the Linux part to set the | ambrisko | 2002-02-06 | 1 | -10/+3 |
* | Fix mind-o: compare sc->sis_rev instead of 'command' when trying to | wpaul | 2002-01-14 | 1 | -1/+1 |
* | Add support for newer integrated SiS 900 controllers on the 635 and 735 | wpaul | 2002-01-12 | 1 | -5/+46 |
* | Fix access-after-free bug added in revision 1.31. | archie | 2001-12-15 | 1 | -4/+5 |
* | Patch up some existing style bugs and some that crept in with the | peter | 2001-12-15 | 1 | -1/+2 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -1/+77 |
* | MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods. | peter | 2001-12-07 | 1 | -2/+3 |
* | Add VLAN support. | jhay | 2001-12-05 | 1 | -0/+11 |
* | Remove error messages on mbuf allocation failures, now | luigi | 2001-12-04 | 1 | -6/+1 |
* | Per jlemon request, reintroduce some printf() when an | luigi | 2001-11-29 | 1 | -3/+8 |
* | Remove the need for an expensive m_devget on the i386, which does not | luigi | 2001-11-28 | 1 | -39/+41 |
* | Fix a bug in the driver -- under load, the receive unit could become | luigi | 2001-11-27 | 1 | -13/+11 |
* | Do not call mii_pollstat() from within device tick routines; the status | jlemon | 2001-09-29 | 1 | -7/+5 |
* | Convert the if_sis and if_rl drivers to use the bus_dma API instead of | wpaul | 2001-08-15 | 1 | -46/+237 |
* | Apply patch supplied by Jonathan Chen: use the correct arguments to | wpaul | 2001-07-09 | 1 | -2/+2 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 1 | -3/+2 |
* | Big round of minor updates: | wpaul | 2001-02-21 | 1 | -27/+31 |
* | Apply patch to add support for the intergrated ethernet in the SiS630E | wpaul | 2001-02-09 | 1 | -1/+98 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -2/+2 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -4/+2 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+1 |
* | Initialize/grab the mutex earlier in the attach phase, so that | wpaul | 2000-12-04 | 1 | -3/+3 |
* | Fix a couple of cases where I tried to release the I/O space resource twice | wpaul | 2000-11-02 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Use device_get_nameunit(dev) as the mutex string when calling | wpaul | 2000-10-13 | 1 | -1/+1 |
* | First round of converting network drivers from spls to mutexes. This | wpaul | 2000-10-13 | 1 | -22/+41 |
* | Fix up the sis driver, largely to improve the NatSemi DP83815 support: | wpaul | 2000-08-22 | 1 | -17/+70 |
* | sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twice | wpaul | 2000-07-14 | 1 | -3/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -6/+3 |
* | Fix a minor bug in the MAC address unscrambling code. | wpaul | 2000-07-06 | 1 | -3/+3 |
* | Add support for the National Semiconductor DP83815 fast ethernet | wpaul | 2000-07-06 | 1 | -21/+197 |
* | Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/ | peter | 2000-05-28 | 1 | -3/+3 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -16/+0 |
* | Depend on miibus. | peter | 2000-04-29 | 1 | -0/+2 |
* | Change contigmalloc() lower memory bound from 1MB to 0 to improve | wpaul | 1999-09-25 | 1 | -1/+1 |
* | As suggested by phk, unconditionalize BPF support in these drivers. Since | wpaul | 1999-09-23 | 1 | -10/+3 |
* | Tweak these for what I hope is the last time: change the DRIVER_MODULE() | wpaul | 1999-09-22 | 1 | -1/+1 |
* | Un-do the changes to the DRIVER_MODULE() declarations in these drivers. | wpaul | 1999-09-20 | 1 | -2/+2 |
* | Grrr. Okay, changing the devnames was a bad idea. Put them back the way | wpaul | 1999-09-20 | 1 | -1/+1 |
* | Fix the strings in the driver_t structs so that they match the new names | wpaul | 1999-09-20 | 1 | -1/+1 |
* | Goofed and didn't change the second DRIVER_MODULE() linking these with | obrien | 1999-09-20 | 1 | -1/+1 |
* | Change the name we register with DRIVER_MODULE() to include the leading | obrien | 1999-09-20 | 1 | -1/+1 |
* | Add a pointer to "controller miibus0" for people who will not read the | peter | 1999-09-08 | 1 | -0/+1 |