summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
Commit message (Expand)AuthorAgeFilesLines
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-6/+3
* 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-17/+0
* Apply patch to rl_rxeof() to really enforce payload alignment inwpaul2000-05-051-10/+7
* Depend on miibus.peter2000-04-291-0/+2
* Two fixes for the RealTek:wpaul2000-03-291-2/+8
* Fix a small typo in the comments.billf1999-12-281-1/+1
* Fix problem reported by Matt Dillon. Occasionally, very small receivedwpaul1999-12-231-1/+14
* Fix usage of m_pullup().wpaul1999-11-161-1/+1
* Make some tweaks to the RealTek driver:wpaul1999-10-211-11/+25
* 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/+2
* 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
* Convert the RealTek 8139 driver to newbus and miibus in one swell foop.wpaul1999-08-311-557/+258
* Don't restrict our requests for contiguous memory to addresses >= 1MB.bde1999-08-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-211-2/+3
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-6/+7
* Remove the definitions for the SiS 900 chip. This is not a RealTekwpaul1999-07-221-6/+3
* 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-3/+3
* Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves awpaul1999-06-191-8/+38
* Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears towpaul1999-05-301-3/+6
* 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
* Merge in some updates for the RealTek driver, mainly:wpaul1999-04-121-141/+60
* Add support for still more cheapo 10/100 cards: Delta Electronics andwpaul1999-02-231-3/+8
* Remember to initialize ifp->if_snd.ifq_maxlen.wpaul1999-02-011-2/+3
* Multicast code isn't quite correct. The RealTek wants the upper six bitswpaul1999-01-221-5/+5
* Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUFwpaul1999-01-161-3/+3
* Grrrr... The RealTek 8139 is yet another chip that includes the ethernetwpaul1998-12-241-4/+13
* probe function changed from returning char * to const char *.dillon1998-12-141-4/+4
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-101-18/+12
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+3
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-071-15/+15
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallywpaul1998-11-201-2/+3
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)wpaul1998-11-181-25/+24
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-181-0/+1989
OpenPOWER on IntegriCloud