Age | Commit message (Expand) | Author |
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 | no, definately *wi.* does not work here | Michael Shalayeff |
2001-06-07 | missed from last ci, all is from netbsd of course | Michael Shalayeff |
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-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski |
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis |
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski |
2001-05-24 | typo | Artur Grabowski |
2001-05-22 | Initialize packet tag -- this has probably been causing panics for | Angelos D. Keromytis |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer.... | Michael Shalayeff |
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff |
2001-05-16 | define power register bits | Michael Shalayeff |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | shorten by one byte :-) | Theo de Raadt |
2001-05-16 | split codec vendor/product into separate tables, | Michael Shalayeff |
2001-05-16 | more regs from 2.2 version of specs | Michael Shalayeff |
2001-05-15 | partial KNF | Theo de Raadt |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff |
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller |
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-05-08 | support a hook for vga_pci-based ioctls; aaron@ ook | Michael Shalayeff |
2001-05-05 | left out the debugging enabled; from ian@ | Michael Shalayeff |
2001-05-01 | Add a 250ms wait in attach if ATAPI drives present on channel. Some | Constantine Sapuntzakis |
2001-05-01 | constify some arrays | Michael Shalayeff |
2001-04-30 | Move ATA IOCTL commands to low-level WDC driver | Constantine Sapuntzakis |
2001-04-30 | Added ATAPI_DEVICE_RESET command | Constantine Sapuntzakis |
2001-04-30 | rework scsi stuff a bit, better locking. | Michael Shalayeff |
2001-04-30 | ami.c | Michael Shalayeff |
2001-04-30 | padness | Michael Shalayeff |
2001-04-29 | a few more aen definitions, from freebsd | Michael Shalayeff |
2001-04-24 | missing splx, found by art, not yet tested by smurph, but he has run out of time | Theo de Raadt |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback |
2001-04-23 | Insert missing DvcLeaveCritial() (a.k.a. splx()) before a return. | Kenneth R Westerback |
2001-04-23 | double splx | Artur Grabowski |