summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_hme_pci.c
AgeCommit message (Expand)Author
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