Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-21 | regen | Markus Friedl | |
2002-06-21 | add some ICH4 devices; ok deraadt@ | Markus Friedl | |
2002-06-21 | regen. | Federico G. Schwindt | |
2002-06-21 | add support for Netgear MA401RA (Prism-2.5) | Henning Brauer | |
2002-06-21 | make this more quiet on card insertion. | Federico G. Schwindt | |
2002-06-21 | missing tab. | Federico G. Schwindt | |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller | |
2002-06-21 | Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attach | Todd C. Miller | |
routines have been called. Avoids a panic when you insert & eject a card very quickly on a slow machine. | |||
2002-06-21 | put the objects in a better order, so that they align correctly. | Theo de Raadt | |
whoever made struct ieee80211_nwid an odd-sized structure and created this particular little corner of alignment hell surely deserves a boot to the head. | |||
2002-06-21 | don't convert these to little-endian. now ifconfig shows the nwid on | Federico G. Schwindt | |
sparc64 and macppc; tested by me and drahn@ on i386, macppc and sparc64. | |||
2002-06-21 | skeleton for queue handling on the pk side of the chip. For now it just | Jason Wright | |
enqueues nops and handles them. | |||
2002-06-21 | ugly kludge to deal correctly with endianess in sparc and sparc64. | Federico G. Schwindt | |
millert@ ok. | |||
2002-06-21 | Trial and error gives me this tweak for the trumpion 0x1100 device. | Artur Grabowski | |
2002-06-21 | sync | Artur Grabowski | |
2002-06-21 | Add Trumpion Microelectronics (Who comes up with those names?) | Artur Grabowski | |
and a product that I actually don't know what it is (could be one of three possible chips). | |||
2002-06-20 | bunch more reg defns (pkh/pke mostly). | Jason Wright | |
2002-06-20 | make this compile on sparc64; deraadt and millert ok. | Federico G. Schwindt | |
2002-06-20 | Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken Simpson | Todd C. Miller | |
2002-06-20 | regen | Todd C. Miller | |
2002-06-20 | indent. | Federico G. Schwindt | |
2002-06-20 | rename nell to stp. we do not always follow stupid solaris names | Theo de Raadt | |
2002-06-19 | more sbus->pcmcia pieces. | Federico G. Schwindt | |
2002-06-19 | sync | Jason Wright | |
2002-06-19 | add magma dma4 serial board (thanks Matt!) | Jason Wright | |
2002-06-19 | - set the size correctly. | Federico G. Schwindt | |
- a few minor cosmetical changes. | |||
2002-06-19 | sbus pcmcia bridge driver (nell); from NetBSD. | Federico G. Schwindt | |
2002-06-19 | move initialization a bit later. | Federico G. Schwindt | |
2002-06-19 | remove __BROKEN_INDIRECT_CONFIG cruft. | Federico G. Schwindt | |
2002-06-19 | add kqfilter for random, regress is coming | Michael Shalayeff | |
2002-06-18 | fix uftdi so that it matches what usbdevs says | Nathan Binkert | |
2002-06-17 | cosmetic changes in the copyright suggested by theo. | Federico G. Schwindt | |
2002-06-17 | - make user ioctl's available via gprio.h | Federico G. Schwindt | |
- correct tlvput checks. - replace delay with tsleep(9) per jason@ suggestion - implement GPR_RAM. - use bus_space_write_region_1(9). | |||
2002-06-17 | sync | Nathan Binkert | |
2002-06-17 | New Rio/Nike psa[play 120 mp3 player | Nathan Binkert | |
2002-06-17 | remove noisy jason debug printf blatther. bad p | Theo de Raadt | |
2002-06-16 | Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "command | Aaron Campbell | |
never completed!" messages with my 3c905b. (This is also the value that the Linux driver uses.) | |||
2002-06-16 | implement kqueue for audio; tested on wiggy and niels@ ok | Michael Shalayeff | |
2002-06-16 | forgot copyright, pointed out by christos@netbsd | Niels Provos | |
2002-06-15 | Check the correct variable when freeing the RX/TX lists. | Aaron Campbell | |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller | |
Hopefully this will confuse people with crufty firmware a little less than the old behavior. Supposedly it is possible to get hostap working on prism firmware 0.7.6 but I'm not going to attempt that at this time. | |||
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov | |
No kernel parts use this constants. From Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-06-15 | unmap/free memory as well on detach. | Federico G. Schwindt | |
2002-06-15 | GPR400 smartcard reader driver, some stuff still missing. | Federico G. Schwindt | |
jason@ commented on it. | |||
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell | |
to todd@ and camiel@ for trying it, too. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller | |
2002-06-14 | from freebsd: | Michael Shalayeff | |
Throw away the first N words of output, as suggested in the paper "Weaknesses in the Key Scheduling Algorithm of RC4" by Fluher, Mantin, and Shamir. (N = 256 in our case.) | |||
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller | |
the interface was up, even if it was the empty string. This tends to confuse users who have not set the desired net name (ie: associate with any AP). Now we only return the desired net name if it is not empty and the interface is up. Otherwise we return the current net name (ie: what we are associated with). | |||
2002-06-12 | Prune duplicate definitions from <dev/cons.h> | Miod Vallat | |
2002-06-11 | Fix, s/pci_sel/pcisel | Jason Wright | |