summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ax.c
Commit message (Expand)AuthorAgeFilesLines
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-041-2233/+0
* 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-1/+1
* 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
* Change the name we register with DRIVER_MODULE() to include the leadingobrien1999-09-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Convert the ASIX and Macronix drivers to newbus.wpaul1999-07-241-175/+174
* Rename bpfilter to bpf.des1999-07-061-7/+7
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-021-4/+4
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-6/+2
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-2/+6
* Make ASIX driver work on FreeBSD/alpha, add to GENERIC.wpaul1999-04-081-2/+61
* Minor updates for the ASIX AX88141, which is a newer version of thewpaul1999-02-231-5/+12
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-5/+5
* Remove the code that manually pads frames to at least 60 bytes;wpaul1999-01-161-11/+2
* Fix some stability problems:wpaul1999-01-161-9/+22
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-091-0/+2171
OpenPOWER on IntegriCloud