aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_ax.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the ASIX and Macronix drivers to newbus.Bill Paul1999-07-241-175/+174
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-7/+7
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itPeter Wemm1999-07-021-4/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-6/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-2/+6
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.Bill Paul1999-04-081-2/+61
* Minor updates for the ASIX AX88141, which is a newer version of theBill Paul1999-02-231-5/+12
* Remember to initialize ifp->if_snd.ifq_maxlen.Bill Paul1999-02-011-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-5/+5
* Remove the code that manually pads frames to at least 60 bytes;Bill Paul1999-01-161-11/+2
* Fix some stability problems:Bill Paul1999-01-161-9/+22
* Add driver support (and man page) for PCI fast ethernet cards basedBill Paul1999-01-091-0/+2171