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
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2021-03-05
ansi
Jonathan Gray
2019-12-05
Remove clause #3 from mrg@NetBSD license.
Martin Pieuchot
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
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