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
/
if_wi.c
Age
Commit message (
Expand
)
Author
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-25
Fix this right this time. ugh.
Dale Rahn
2001-06-25
remove unused variable.
Dale Rahn
2001-06-25
Add the missing endian pieces to wavelan driver.
Dale Rahn
2001-06-23
Use ether_input_mbuf instead.
Federico G. Schwindt
2001-06-11
Bail out of wi_attach() if the ether addr cannot be read from the
Todd C. Miller
2001-06-11
For PCI attachments print the CIS strings since otherwise all we have
Todd C. Miller
2001-06-10
In wi_cmd() wait for the busy bit to clear; from NetBSD (ichiro)
Todd C. Miller
2001-06-09
Updates from NetBSD:
Todd C. Miller
2001-06-09
Print firmware version for Lucent as well as Prism2 and break into
Todd C. Miller
2001-06-07
Kill #define duplicates between if_wireg.h and if_wi_ieee.h
Todd C. Miller
2001-06-07
remove extra space before ether address for Lucent wi boards
Todd C. Miller
2001-06-07
probe prism2 chips based on the probed card id, not cis
Michael Shalayeff
2001-06-06
We now disable interrupts in the bus-specific attach routine.
Todd C. Miller
2001-05-15
Split wi(4) into bus-dependent and bus-independent bits similar to
Todd C. Miller