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
/
i82365_pci.c
Age
Commit message (
Expand
)
Author
2024-09-04
Fix some spelling.
Marcus Glocker
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2021-03-05
ansi
Jonathan Gray
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-07-02
timeout_add -> timeout_add_msec
Bret Lambert
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-01-27
Add pcmcia_intr_string() to format the intr string for pcmcia attach
Todd C. Miller
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-21
Correct some pryntf() usage: get the correct number of arguments in the
Miod Vallat
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2000-09-04
match pcic at isa memory config, free resources on failure (-1 panic); aaron@ ok
Michael Shalayeff
2000-08-03
Don't print out the name of the controller twice.
Aaron Campbell
2000-08-01
Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for
Aaron Campbell