index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_hme_pci.c
Age
Commit message (
Expand
)
Author
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-01-28
Be a little more tolerant about matching ROMs. Makes todd@'s quad hme(4) get
Mark Kettenis
2009-01-28
Don't map the full 16 MB PROM to prevent running out of kva. We're only
Mark Kettenis
2006-12-21
betetr yet, just nuke sc_enaddr all together, just fill in arpcom and
Jason Wright
2006-10-15
Fix indentation.
Mark Kettenis
2005-10-27
- __sparc__ -> __sparc64__
Brad Smith
2005-10-21
tidy up dmesg printing a bit, makes PCI hme only take 2 lines
Brad Smith
2003-02-14
Do not do arithmetic on bus_space_handle_t.
Henric Jungheim
2003-02-10
Try to fetch MAC address from ebus bridge; based on NetBSD
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-13
Fetch mac address from local-mac-address property, and use myetheraddr() only
Jason Wright
2001-12-14
Hmm, too bad the interrupts do not configure. need pci_intr_fixup().
Dale Rahn
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-23
only include <machine/autoconf.h> on sparc64
Jason Wright
2001-08-22
pci bus frontend for hme from netbsd
Jason Wright