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
/
ic
/
fxpvar.h
Age
Commit message (
Expand
)
Author
2003-09-26
Typos: defintion -> definition, proccess -> process
Miod Vallat
2002-10-17
Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.
Dale Rahn
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-17
Remove all of the last vestiges of vtophys (namely RFA's):
Jason Wright
2001-08-25
deal with 5 arg form of bus_dmamap_sync() if available.
Jason Wright
2001-08-10
- make transmit use linked lists not indexed arrays (more like it was when I ...
Jason Wright
2001-08-09
- scb_wait() is now time based (not cpu speed based)
Jason Wright
2001-06-13
From NetBSD, 82562 requires a nop before a resume (tested by mickey)
Jason Wright
2000-09-17
Support detach of fxp devices to allow ejection of Intel CardBus adapters.
Aaron Campbell
2000-07-20
Convert to new timeouts. (art@ ok)
Hakan Olsson
2000-04-26
Turn on a bit (for 82558/82559 only) which disables the chip's
Chris Cappuccio
2000-04-18
split fxp into bus independent and dependent (pci) parts (cardbus to come)
Jason Wright