Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-01 | - make sure 'me' is initialized | Jason Wright | |
- compute modulus bits early (if its too big, return E2BIG) - modulus bits must be rounded to 512/768/1024 (and/or 1536/2048 for 5820) - allocate the result based on modulus bits and bzero it - add two diagnostic checks that will hang the chip: unaligned result/length [score so far: 655 out of 1000 test cases work for modexp on 5820] | |||
2002-05-01 | make fw images const and fix ti for unneeded type casts; jason@ testing ans ok | Michael Shalayeff | |
2002-05-01 | Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss | Todd C. Miller | |
simplication a while back. Luckily, it is basically cosmetic... | |||
2002-04-30 | enough letoh-foo to get through firmware upload on big endian machines | Jason Wright | |
2002-04-30 | constify a few structs | Michael Shalayeff | |
2002-04-30 | charClass is const and kill lotsa spaces | Michael Shalayeff | |
2002-04-30 | cdev_decl is done in conf.h, do not dupe here | Michael Shalayeff | |
2002-04-30 | crc32_tab can be const | Michael Shalayeff | |
2002-04-30 | media table could be const | Michael Shalayeff | |
2002-04-30 | Correctly handle old controllers with a relaxed aux port behaviour. | Miod Vallat | |
This allows the mouse port to become available on AlphaStation machines, as well as on some older x86 machines. From NetBSD. Tested by various people on alpha and i386, no regression discovered. | |||
2002-04-30 | - increase sample size from 1 byte to 4 bytes so that we can detect | Jason Wright | |
alias's > 4MB - remove extra initialization loop (cut/pasto) based on private email from Henric Jungheim <henric@henric.info> | |||
2002-04-30 | - Output chain length must be equal to the byte count of the modulus length | Jason Wright | |
- document parameter order (it may yet change) - don't bother setting mcr_pktlen, it isn't used | |||
2002-04-29 | regen | Michael Shalayeff | |
2002-04-29 | a couple more suzies from lava; from Richard Browne <richb@timestone.com.au> | Michael Shalayeff | |
2002-04-29 | Rework memory detection (again) based on code from Henric Jungheim ↵ | Jason Wright | |
<henric@henric.info> Also, while here, improve memory detection speed (poll for valid bit to be reset and exit as soon as it is or we timeout). | |||
2002-04-29 | re-do the way the bus_dma is done for transmit. | Nathan Binkert | |
Loop over the dm_segs instead of looping over the mbuf chain. This fixes some problems seen where IP fragments can contain bogus data | |||
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-04-28 | Add some new PERC 3/Di models. | Nathan Binkert | |
From FreeBSD | |||
2002-04-28 | sync | Nathan Binkert | |
2002-04-28 | New device IDs for the Dell PERC 3/Di (aac) | Nathan Binkert | |
2002-04-28 | use the correct ifmedia struct | Nathan Binkert | |
2002-04-28 | Re-do the way that bus_dma is done for transmit. Loop over the dm_segs | Nathan Binkert | |
instead of looping over the mbuf. This fixes some problems seen related to IP fragments containing bogus data in them. | |||
2002-04-28 | make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations) | Jason Wright | |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller | |
Also do a little KNF while I'm in here. | |||
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller | |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller | |
not actually set. Closed PR #2569. | |||
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb | |
WSDISPLAYIO_MODE_DUMBFB mode (mode where mmapping /dev/ttyC0 maps the framebuffer only) This makes the XF4 wsfb driver work on the TGA cards. Ok miod@, deraadt@ | |||
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller | |
or shared key). | |||
2002-04-26 | be more terse with output | Nathan Binkert | |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert | |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt | |
2002-04-26 | missed one; deraadt | Jason Wright | |
2002-04-26 | 1024 bit max | Jason Wright | |
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert | |
This prevents a panic from occuring if the attach fails before the dmamap is created | |||
2002-04-26 | register as supporting modular exponentiation | Jason Wright | |
still contains much debugging code and isn't quite done, but its a start | |||
2002-04-26 | sync | Nathan Binkert | |
2002-04-26 | remove duplicate | Nathan Binkert | |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert | |
ok jason | |||
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert | |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright | |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller | |
early as possible. Also move the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself. | |||
2002-04-23 | modexp context structure | Jason Wright | |
2002-04-22 | regen | Matthieu Herrb | |
2002-04-22 | Add Matrox MGA G550. ok deraadt@ millert@ fgs@ | Matthieu Herrb | |
2002-04-22 | clean up attach messages | Jason Wright | |
2002-04-22 | even better lt kbd map (in the best .su tradition ); from vld@vic.lt | Michael Shalayeff | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller | |
WI_RID_P2_SHORT_PREAMBLE and WI_RID_P2_EXCLUDE_LONG_PREAMBLE. Unforturnately, the Prism2 preamble RIDs conflict with the Lucent WEP RIDs (and they don't seem to behave as I would expect anyway). |