summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* Do not call mii_pollstat() from within device tick routines; the statusjlemon2001-09-291-7/+5
* Convert the if_sis and if_rl drivers to use the bus_dma API instead ofwpaul2001-08-151-46/+237
* Apply patch supplied by Jonathan Chen: use the correct arguments towpaul2001-07-091-2/+2
* Change m_devget()'s outdated and unused `offset' argument to actually meanbmilekic2001-06-201-3/+2
* Big round of minor updates:wpaul2001-02-211-27/+31
* Apply patch to add support for the intergrated ethernet in the SiS630Ewpaul2001-02-091-1/+98
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-4/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+1
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-041-3/+3
* Fix a couple of cases where I tried to release the I/O space resource twicewpaul2000-11-021-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Use device_get_nameunit(dev) as the mutex string when callingwpaul2000-10-131-1/+1
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-22/+41
* Fix up the sis driver, largely to improve the NatSemi DP83815 support:wpaul2000-08-221-17/+70
* sis_miibus_writereg() was checking for SIS_TYPE_900 and phy != 0 twicewpaul2000-07-141-3/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* Fix a minor bug in the MAC address unscrambling code.wpaul2000-07-061-3/+3
* Add support for the National Semiconductor DP83815 fast ethernetwpaul2000-07-061-21/+197
* Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/peter2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-16/+0
* Depend on miibus.peter2000-04-291-0/+2
* Change contigmalloc() lower memory bound from 1MB to 0 to improvewpaul1999-09-251-1/+1
* As suggested by phk, unconditionalize BPF support in these drivers. Sincewpaul1999-09-231-10/+3
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()wpaul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.wpaul1999-09-201-2/+2
* Grrr. Okay, changing the devnames was a bad idea. Put them back the waywpaul1999-09-201-1/+1
* Fix the strings in the driver_t structs so that they match the new nameswpaul1999-09-201-1/+1
* Goofed and didn't change the second DRIVER_MODULE() linking these withobrien1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* Add a pointer to "controller miibus0" for people who will not read thepeter1999-09-081-0/+1
* Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.wpaul1999-09-061-1/+1
* Remember to re-arm the timeout for the tick routine.wpaul1999-09-061-0/+1
* Fix definitions for RID and RES if we're not using IOSPACE. I copied thewpaul1999-09-061-2/+2
* This commit adds driver support for the Silicon Integrated Systemswpaul1999-09-051-0/+1457
OpenPOWER on IntegriCloud