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