summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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