summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_hme_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2021-03-05ansiJonathan Gray
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-01-28Be a little more tolerant about matching ROMs. Makes todd@'s quad hme(4) getMark Kettenis
2009-01-28Don't map the full 16 MB PROM to prevent running out of kva. We're onlyMark Kettenis
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
2006-10-15Fix indentation.Mark Kettenis
2005-10-27- __sparc__ -> __sparc64__Brad Smith
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
2003-02-14Do not do arithmetic on bus_space_handle_t.Henric Jungheim
2003-02-10Try to fetch MAC address from ebus bridge; based on NetBSDJason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-13Fetch mac address from local-mac-address property, and use myetheraddr() onlyJason Wright
2001-12-14Hmm, too bad the interrupts do not configure. need pci_intr_fixup().Dale Rahn
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-23only include <machine/autoconf.h> on sparc64Jason Wright
2001-08-22pci bus frontend for hme from netbsdJason Wright