summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_rl_pci.c
AgeCommit message (Expand)Author
2006-05-23according to the Linux 8139cp driver the TTTech MC322 adapter usesBrad Smith
2006-05-16attach 8139's capable of C+ mode to the re(4) driver, instead of the rl(4)Brad Smith
2006-02-24add TTTech MC322Brad Smith
2005-10-24- remove some redundnt checks before pci_mapreg_map()Brad Smith
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2003-12-29no vtophys(), don't need uvm_extern.h anymore.Brad Smith
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2001-04-13Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@Aaron Campbell
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell