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
/
arch
/
hppa
/
dev
/
dino.c
Age
Commit message (
Expand
)
Author
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2011-01-01
Only store bus/dev/func numbers when the corresponding pointer argument
Mark Kettenis
2010-12-04
Introduce a new pci routine, pci_conf_size(), which returns the size of a
Miod Vallat
2010-09-22
remove unused offset argument to rbus functions
Jonathan Gray
2010-04-29
Currently pdc_scanbus() scans in reverse, which results in physical CPU0
Joel Sing
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-03-30
bzero pci attach args
Mark Kettenis
2008-07-23
Do not rely on an <ichc>invisible cast</ichc> to return failure in
Miod Vallat
2007-08-28
Implement bus_space_vaddr().
Mark Kettenis
2007-05-23
Add proper bus_space_vaddr() implementation.
Mark Kettenis
2007-05-18
Fix io space access.
Mark Kettenis
2007-01-11
When attaching a dino bridge, keep the presently enabled I/O mappings
Miod Vallat
2006-12-18
Allow bus_space mappings to span more than one 8MB segment; ok mickey@
Miod Vallat
2006-12-14
Make pci subsystem aware of domains. Each host bridge gets assigned a unique
Mark Kettenis
2006-03-13
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
Brad Smith
2005-09-06
fix two conf space related hw erratas; dino-moh-humm
Michael Shalayeff
2004-09-18
do not match on elroy and mercury bridges
Michael Shalayeff
2004-09-15
allocate resources for cardbus on demand; better version parsing
Michael Shalayeff
2004-09-15
scan cpu bus manually for some machines do not support that in prom
Michael Shalayeff
2004-08-29
oops debugging printf
Michael Shalayeff
2004-08-06
support cardbus bridges and a few pcmcia devices i have working
Michael Shalayeff
2004-07-24
better operated entities and quantities in raw functions
Michael Shalayeff
2004-07-21
swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; fro...
Michael Shalayeff
2004-06-30
only touch bridge regs that we need now -- the rest for the card-mode
Michael Shalayeff
2004-06-17
reset both irr's; put a barrier upon imr reset such that icr is reset properl...
Michael Shalayeff
2004-06-17
fix coalescing config writes errata
Michael Shalayeff
2004-02-13
support secondary com@dino from todd@
Michael Shalayeff
2003-12-23
unscrew the 16bit routines w/ a proper data reg calculation
Michael Shalayeff
2003-12-20
Pass -Wformat, fix a few uninitialized variables as well.
Miod Vallat
2003-10-30
typos and grammer from Bruno Rohee <bruno@rohee.com>
Michael Shalayeff
2003-09-29
dino/cujo pci bridge
Michael Shalayeff