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