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_lmc_obsd.c
Age
Commit message (
Expand
)
Author
2005-11-07
first round of lmc(4) cleaning. removes a good portion of the ifdef
Brad Smith
2005-11-06
also attach on LMC cPCI HSSI cards.
Brad Smith
2005-11-05
add bus_dma and big endian support.
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-16
remove __BROKEN_INDIRECT_CONFIG cruft
Brad Smith
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2002-06-02
withough -> without
Theo de Raadt
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-07-09
Remove dubious #include MACRO "string" construct (non-ANSI)
Marc Espie
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-02-22
slightly less verbose dmesg
Chris Cappuccio
2000-02-01
general cleanup (remove LMC_IOMAPPED crud entirely)
Chris Cappuccio
1999-11-04
Make sure bus mastering is enabled, from freebsd if_de.c
Chris Cappuccio
1999-10-26
Support LMC1200
Chris Cappuccio
1999-07-24
use pci_mapreg_map(); chris@dqc.org
Theo de Raadt
1999-07-01
lmc driver; ported by chris@dqc.org
Theo de Raadt