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_xl_pci.c
Age
Commit message (
Expand
)
Author
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2012-10-13
This device should not put itself into D3 by itself when going to WOL;
Theo de Raadt
2011-10-13
Make WOL support do something that actually makes sense; effectively
Mark Kettenis
2011-07-08
Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).
Stefan Sperling
2011-04-17
Add wol support to xl(4). Not really tested, but hopefully someone will
Stefan Sperling
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-19
wrap a long line
Theo de Raadt
2010-09-04
Remove redundant prototype left behind by deraadt@
Mark Kettenis
2010-08-27
Move the xl_pci_activate function into xl_activate so that it is in the
Theo de Raadt
2010-08-12
Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon
Mark Kettenis
2010-08-06
ca_activate function for suspend/resume
Theo de Raadt
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-01-11
Make the detach function handle the case of a partial attach, and make sure
Mark Kettenis
2010-01-10
Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interrupts
Mark Kettenis
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-06-02
make xl at pci detachable.
Jonathan Gray
2009-06-02
Set flags on the recently added CardBus ids based on
Jonathan Gray
2009-06-02
Add CardBus devices to the match list.
Jonathan Gray
2006-08-10
- ANSI functions
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-07-16
new xl variant (Asus P4R800-VM motherboards)
Theo de Raadt
2004-05-30
a bit of syncing with the FreeBSD driver, namely...
Brad Smith
2004-01-09
remove uvm_extern.h
Brad Smith
2003-12-23
use pci_mapreg_map and deallocate resources on attach failures
Michael Shalayeff
2003-06-29
remove usage of xl_unit
Jason Wright
2003-01-13
make 3com 9201 really work - got the last success report a bit early.
Henning Brauer
2003-01-12
support the 3com 9201 found on nForce2-based Asus A7N8X
Henning Brauer
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-06-15
bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks
Aaron Campbell
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2000-10-14
Repair memory mapping; from jason@. Now the 3c556 MiniPCI adapter works.
Aaron Campbell
2000-10-13
- A couple of the MiniPCI adapters need the special power inversion bits.
Aaron Campbell
2000-09-29
- Add support for 3Com 3C555 MiniPCI.
Aaron Campbell
2000-09-16
Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops
Aaron Campbell
2000-07-01
- Make the 3CCFE575BT work.
Aaron Campbell
2000-04-18
copyright
Jason Wright
2000-04-08
Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many
Aaron Campbell